Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • ResultFactory - dedicated interfaces used by ObjectFactory to create Result Types
    • StrutsResultFactory it's internal implementation which checks if Result implements ParamNameAwareResult interface to restrict names of parameters set on the instance of Result, see Result Types for more info.
  • ActionFactory - dedicated interface used by ObjectFactory to actions
  • InterceptorFactory - dedicated interface used by ObjectFactory to create interceptors
  • ValidatorFactory - dedicated interface used by ObjectFactory to create validators
  • ConverterFactory - dedicated interface used by ObjectFactory to create instances of TypeConverter
  • UnknownHandlerFactory - dedicated interfaces used by ObjectFactory to create instances of Unknown Handlers (as from version 2.3.18)

Next: ActionMapper