public class ConfluenceServletDispatcher
extends com.opensymphony.webwork.dispatcher.ServletDispatcher
Modifier and Type | Field and Description |
---|---|
static String |
HTTP_REQUEST_ATTR_KEY_WEB_INTERFACE_CONTEXT |
Constructor and Description |
---|
ConfluenceServletDispatcher() |
Modifier and Type | Method and Description |
---|---|
void |
serviceAction(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String namespace,
String actionName,
Map requestMap,
Map parameterMap,
Map sessionMap,
Map applicationMap)
This method basically contains the same code as the super method.
|
protected javax.servlet.http.HttpServletRequest |
wrapRequest(javax.servlet.http.HttpServletRequest request) |
createContextMap, getActionName, getActionName, getApplicationMap, getMaxSize, getNameSpace, getNamespaceFromServletPath, getParameterMap, getRequestMap, getSaveDir, getSessionMap, init, sendError, service
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
public static final String HTTP_REQUEST_ATTR_KEY_WEB_INTERFACE_CONTEXT
public void serviceAction(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String namespace, String actionName, Map requestMap, Map parameterMap, Map sessionMap, Map applicationMap)
It also places the actions webInterfaceContext into the request with key HTTP_REQUEST_ATTR_KEY_WEB_INTERFACE_CONTEXT
serviceAction
in class com.opensymphony.webwork.dispatcher.ServletDispatcher
protected javax.servlet.http.HttpServletRequest wrapRequest(javax.servlet.http.HttpServletRequest request) throws IOException
wrapRequest
in class com.opensymphony.webwork.dispatcher.ServletDispatcher
IOException
Copyright © 2003–2021 Atlassian. All rights reserved.