You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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.PARAMETERS

asd

Same as 'parameters' above

ActionContext.SESSION

asd

Same as 'session' above

ActionContext.APPLICATION

asd

Same as 'application' above

ActionContext.LOCALE

asd

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

ActionContext.DEV_MODE

asd

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_REQUEST

asd

Same as 'request' above

ActionContext.HTTP_RESPONSE

asd

Same as 'response' above

ActionContext.SERVLET_CONTEXT

asd

Servlet's spec's ServletContext object

ActionContext.COMPONENT_MANAGER

asd

Webwork's IOC component manager

For further information @see com.opensymphony.webwork.dispatcher.DispatcherUtils

  • No labels