Package org.apache.struts2
Interface StrutsStatics
- All Known Implementing Classes:
- FreemarkerResult,- PlainTextResult,- PostbackResult,- ServletActionContext,- ServletActionRedirectResult,- ServletConfigInterceptor,- ServletDispatcherResult,- ServletRedirectResult,- StreamResult,- StrutsExecuteFilter,- StrutsPrepareAndExecuteFilter,- StrutsPrepareFilter,- StrutsResultSupport
public interface StrutsStatics
 Constants used internally by Struts. Do not use these constants directly,
 instead use exposed helpers eg.: Dispatcher.getInstance(ServletContext)
 
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringConstant for the HTTP request object.static final StringConstant for the HTTP response object.static final StringConstant for the JSPpage context.static final StringConstant for theservlet contextobject.static final StringConstant for an HTTPrequest dispatcher.static final StringSet as an attribute in the request to let other parts of the framework know that the invocation is happening inside an action tag
- 
Field Details- 
HTTP_REQUESTConstant for the HTTP request object.- See Also:
 
- 
HTTP_RESPONSEConstant for the HTTP response object.- See Also:
 
- 
SERVLET_DISPATCHERConstant for an HTTPrequest dispatcher.- See Also:
 
- 
SERVLET_CONTEXTConstant for theservlet contextobject.- See Also:
 
- 
PAGE_CONTEXTConstant for the JSPpage context.- See Also:
 
- 
STRUTS_ACTION_TAG_INVOCATIONSet as an attribute in the request to let other parts of the framework know that the invocation is happening inside an action tag- See Also:
 
- 
ACTION_MAPPING- See Also:
 
 
-