public interface StrutsStatics
 Constants used internally by Struts. Do not use these constants directly,
 instead use exposed helpers eg.: Dispatcher.getInstance(ServletContext)
 
| Modifier and Type | Field and Description | 
|---|---|
| static String | ACTION_MAPPING | 
| static String | HTTP_REQUESTConstant for the HTTP request object. | 
| static String | HTTP_RESPONSEConstant for the HTTP response object. | 
| static String | PAGE_CONTEXTConstant for the JSP  page context. | 
| static String | SERVLET_CONTEXTConstant for the  servlet contextobject. | 
| static String | SERVLET_DISPATCHERConstant for an HTTP  request dispatcher. | 
| static String | 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 | 
| static String | STRUTS_PORTLET_CONTEXTConstant for the PortletContext object | 
static final String HTTP_REQUEST
static final String HTTP_RESPONSE
static final String SERVLET_DISPATCHER
request dispatcher.static final String SERVLET_CONTEXT
servlet context object.static final String PAGE_CONTEXT
page context.static final String STRUTS_PORTLET_CONTEXT
static final String STRUTS_ACTION_TAG_INVOCATION
static final String ACTION_MAPPING
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.