Versions Compared

Key

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

Variables

Description

attr

...

scans the request, session, and application attributes, in that order

...

request

...

request attributes

...

session

...

session attributes

...

application

...

application attributes

...

parameters

...

request params

...

Defining Java Constant

Variables

Description

ActionContext.PARAMETERSasd

com.opensymphony.xwork.ActionContext.parameters

Same as 'parameters' above

ActionContext.SESSIONasd

com.opensymphony.xwork.ActionContext.session

Same as 'session' above

ActionContext.APPLICATIONasd

com.opensymphony.xwork.ActionContext.application

Same as 'application' above

ActionContext.LOCALEasd

com.opensymphony.xwork.ActionContext.locale

From locale defined in webwork.properties else from the request object

ActionContext.DEV_MODE

asd__devMode

true or false if in development mode or otherwise whereby resource bundle webwork.properties, xwork.xml, converters, validators will be refreshed when changes

ActionContext.HTTP_REQUESTasd

com.opensymphony.xwork.dispatcher.HttpServletRequest

Same as 'request' above

ActionContext.HTTP_RESPONSEasd

com.opensymphony.xwork.dispatcher.HttpServletResponse

Same as 'response' above

ActionContext.SERVLET_CONTEXTasd

com.opensymphony.xwork.dispatcher.ServletContext

Servlet's spec's ServletContext object

ActionContext.COMPONENT_MANAGERasd

com.opensymphony.xwork.interceptor.component.ComponentManager

Webwork's IOC component manager

For further information
@see com.opensymphony.webwork.dispatcher.DispatcherUtils
@see com.opensymphony.xwork.interceptor.component.ComponentInterceptor
@see com.opensymphony.webwork.WebWorkStatics