|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork.ActionContext
com.opensymphony.webwork.ServletActionContext
Web-specific context information for actions. This class subclasses ActionContext which provides access to things like the action name, value stack, etc. This class adds access to web objects like servlet parameters, request attributes and things like the HTTP session.
Field Summary | |
static String |
WEBWORK_VALUESTACK_KEY
|
Fields inherited from class com.opensymphony.xwork.ActionContext |
ACTION_INVOCATION, ACTION_NAME, APPLICATION, CONVERSION_ERRORS, DEV_MODE, LOCALE, PARAMETERS, SESSION, TYPE_CONVERTER, VALUE_STACK |
Fields inherited from interface com.opensymphony.webwork.WebWorkStatics |
HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERLVET_DISPATCHER, SERVLET_CONFIG, SERVLET_DISPATCHER |
Method Summary | |
static PageContext |
getPageContext()
Returns the HTTP page context. |
static HttpServletRequest |
getRequest()
Gets the HTTP servlet request object. |
static HttpServletResponse |
getResponse()
Gets the HTTP servlet response object. |
static ServletConfig |
getServletConfig()
Gets the servlet config object. |
static ServletContext |
getServletContext()
Gets the servlet context. |
static ServletDispatcher |
getServletDispatcher()
Gets the servlet dispatcher. |
static void |
setRequest(HttpServletRequest request)
Sets the HTTP servlet request object. |
static void |
setResponse(HttpServletResponse response)
Sets the HTTP servlet response object. |
static void |
setServletConfig(ServletConfig config)
Set the servlet config object. |
Methods inherited from class com.opensymphony.xwork.ActionContext |
get, getActionInvocation, getApplication, getContext, getContextMap, getConversionErrors, getLocale, getName, getParameters, getSession, getValueStack, put, setActionInvocation, setApplication, setContext, setContextMap, setConversionErrors, setLocale, setName, setParameters, setSession, setValueStack |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String WEBWORK_VALUESTACK_KEY
Method Detail |
public static PageContext getPageContext()
public static void setRequest(HttpServletRequest request)
request
- the HTTP servlet request object.public static HttpServletRequest getRequest()
public static void setResponse(HttpServletResponse response)
response
- the HTTP servlet response object.public static HttpServletResponse getResponse()
public static void setServletConfig(ServletConfig config)
config
- the servlet config object.public static ServletConfig getServletConfig()
public static ServletContext getServletContext()
public static ServletDispatcher getServletDispatcher()
|
WebWork Project Page | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |