Versions Compared

Key

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

...

  • Struts configuration
    • Result parameters
      • This isn't done by the framework, but rather in a base-class, which is carefully extended by some result implementations but not others. Leaving it up to the various implementations sounds like a recipe for making this plugability difficult. Why not push this into the framework and free the results implementations to focus on implementing the result rather than determining their configuration. Suggested here: http://www.nabble.com/Dynamic-Results-tt15488767.html#a15504929Image Added
    • Any other locations where OGNL can be used in configuration files?
  • Struts taglibs for nearly all attributes
  • validation xml files
  • default type conversion (
  • com.opensymphony.xwork2.util.XWorkBasicConverter
  • com.opensymphony.xwork2.util.XWorkTestCaseHelper
  • com.opensymphony.xwork2.util.InstantiatingNullHandler
  • com.opensymphony.xwork2.util.OgnlValueStack.ObjectAccessor
  • com.opensymphony.xwork2.util.ObjectProxyPropertyAccessor
  • com.opensymphony.xwork2.util.OgnlValueStack
  • com.opensymphony.xwork2.interceptor.ParametersInterceptor
  • com.opensymphony.xwork2.util.XWorkCollectionPropertyAccessor
  • com.opensymphony.xwork2.util.XWorkListPropertyAccessor
  • com.opensymphony.xwork2.util.XWorkMapPropertyAccessor
  • com.opensymphony.xwork2.util.XWorkMethodAccessor
  • com.opensymphony.xwork2.util.XWorkObjectPropertyAccessor

...