Dashboard > WebWork > ... > FAQ > What are the default variables in the value stack
  WebWork Log In View a printable version of the current page.  
  What are the default variables in the value stack
Added by Onyeje Bose, last edited by tm_jee on Nov 08, 2005  (view change)
Labels: 
(None)

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.PARAMETERS com.opensymphony.xwork.ActionContext.parameters Same as 'parameters' above
ActionContext.SESSION com.opensymphony.xwork.ActionContext.session Same as 'session' above
ActionContext.APPLICATION com.opensymphony.xwork.ActionContext.application Same as 'application' above
ActionContext.LOCALE com.opensymphony.xwork.ActionContext.locale From locale defined in webwork.properties else from the request object
ActionContext.DEV_MODE __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_REQUEST com.opensymphony.xwork.dispatcher.HttpServletRequest Same as 'request' above
ActionContext.HTTP_RESPONSE com.opensymphony.xwork.dispatcher.HttpServletResponse Same as 'response' above
ActionContext.SERVLET_CONTEXT com.opensymphony.xwork.dispatcher.ServletContext Servlet's spec's ServletContext object
ActionContext.COMPONENT_MANAGER com.opensymphony.xwork.interceptor.component.ComponentManager Webwork's IOC component manager

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

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request - Contact Administrators