| com.opensymphony.webwork.WebWorkStatics
All known Subclasses: com.opensymphony.webwork.ServletActionContextTest, com.opensymphony.webwork.portlet.context.PreparatorServlet, com.opensymphony.webwork.ServletActionContext, com.opensymphony.webwork.dispatcher.ServletDispatcher, com.opensymphony.webwork.dispatcher.FilterDispatcher, com.opensymphony.webwork.dispatcher.ServletRedirectResultTest, com.opensymphony.webwork.dispatcher.WebWorkResultSupport, com.opensymphony.webwork.interceptor.ServletConfigInterceptor, com.opensymphony.webwork.portlet.dispatcher.Jsr168Dispatcher, com.opensymphony.webwork.dispatcher.ServletDispatcherResultTest,
WebWorkStatics | public interface WebWorkStatics (Code) | | Constants used by WebWork. The constants can be used to get or set objects out of the action context
or other collections.
Example:
ActionContext.getContext().put(HTTP_REQUEST, request);
or
ActionContext context = ActionContext.getContext();
HttpServletRequest request = (HttpServletRequest)context.get(HTTP_REQUEST);
author: Patrick Lightbody author: Bill Lynch (docs) |
HTTP_REQUEST | final public static String HTTP_REQUEST(Code) | | Constant for the HTTP request object.
|
HTTP_RESPONSE | final public static String HTTP_RESPONSE(Code) | | Constant for the HTTP response object.
|
|
|