com.opensymphony.webwork
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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, SERVLET_CONTEXT, SERVLET_DISPATCHER |
| Method Summary | |
|---|---|
static ActionContext |
getActionContext(HttpServletRequest req)
|
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 ServletContext |
getServletContext()
Gets the servlet context. |
static OgnlValueStack |
getValueStack(HttpServletRequest req)
|
static void |
setRequest(HttpServletRequest request)
Sets the HTTP servlet request object. |
static void |
setResponse(HttpServletResponse response)
Sets the HTTP servlet response object. |
static void |
setServletContext(ServletContext servletContext)
|
| 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 ActionContext getActionContext(HttpServletRequest req)
public static OgnlValueStack getValueStack(HttpServletRequest req)
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 ServletContext getServletContext()
public static void setServletContext(ServletContext servletContext)
|
WebWork Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||