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 Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
Constant for the HTTP request object.static final String
Constant for the HTTP response object.static final String
Constant for the JSPpage context
.static final String
Constant for theservlet context
object.static final String
Constant for an HTTPrequest dispatcher
.static final String
Set 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_REQUEST
Constant for the HTTP request object.- See Also:
-
HTTP_RESPONSE
Constant for the HTTP response object.- See Also:
-
SERVLET_DISPATCHER
Constant for an HTTPrequest dispatcher
.- See Also:
-
SERVLET_CONTEXT
Constant for theservlet context
object.- See Also:
-
PAGE_CONTEXT
Constant for the JSPpage context
.- See Also:
-
STRUTS_ACTION_TAG_INVOCATION
Set 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:
-