Save This Page
Home » struts-2.0.11.2-src » org.apache » struts2 » [javadoc | source]
org.apache.struts2
public interface: StrutsStatics [javadoc | source]

All Known Implementing Classes:
    PortletVelocityResult, PortletResult, PortletFreemarkerResult, FilterDispatcherCompatWeblogic61, PortletAwareInterceptor, StreamResult, PortletActionRedirectResult, Jsr168Dispatcher, PlainTextResult, StrutsResultSupport, ServletConfigInterceptor, ServletRedirectResult, PortletPreferencesInterceptor, FilterDispatcher, FreemarkerResult, ServletActionRedirectResult, ServletDispatcherResult, ServletActionContext, VelocityResult

Constants used by Struts. The constants can be used to get or set objects out of the action context or other collections.

Example:

or

Field Summary
public static final  String HTTP_REQUEST    Constant for the HTTP request object. 
public static final  String HTTP_RESPONSE    Constant for the HTTP response object. 
public static final  String SERVLET_DISPATCHER    Constant for an HTTP request dispatcher
public static final  String SERVLET_CONTEXT    Constant for the servlet context object. 
public static final  String PAGE_CONTEXT    Constant for the JSP page context
public static final  String STRUTS_PORTLET_CONTEXT    Constant for the PortletContext object