public class EmpireStrutsDispatcher
extends org.apache.struts2.dispatcher.Dispatcher
Modifier and Type | Field and Description |
---|---|
String |
APPLICATION_CLASS |
protected static org.slf4j.Logger |
log |
String |
REQUEST_CLASS |
String |
SESSION_CLASS |
Constructor and Description |
---|
EmpireStrutsDispatcher(javax.servlet.ServletContext servletContext,
Map<String,String> initParams) |
Modifier and Type | Method and Description |
---|---|
protected void |
createApplicationObject(javax.servlet.ServletContext servletContext,
String appClassName) |
protected boolean |
createRequestObject(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object sessObj) |
protected void |
createSessionObject(javax.servlet.http.HttpServletRequest request,
Object applObj) |
static Object |
getCurrentRequest()
Deprecated.
use EmpireThreadManager.getCurrentRequest() instead.
|
void |
serviceAction(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext context,
org.apache.struts2.dispatcher.mapper.ActionMapping mapping) |
addDispatcherListener, cleanup, createContextMap, createContextMap, getConfigurationManager, getContainer, getInstance, init, prepare, removeDispatcherListener, sendError, setConfigurationManager, setDefaultEncoding, setDefaultLocale, setDevMode, setInstance, setMultipartHandler, setMultipartSaveDir, setValueStackFactory, wrapRequest
protected static org.slf4j.Logger log
public final String APPLICATION_CLASS
public final String SESSION_CLASS
public final String REQUEST_CLASS
@Deprecated public static Object getCurrentRequest()
public void serviceAction(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext context, org.apache.struts2.dispatcher.mapper.ActionMapping mapping) throws javax.servlet.ServletException
serviceAction
in class org.apache.struts2.dispatcher.Dispatcher
javax.servlet.ServletException
protected void createApplicationObject(javax.servlet.ServletContext servletContext, String appClassName)
protected void createSessionObject(javax.servlet.http.HttpServletRequest request, Object applObj)
protected boolean createRequestObject(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Object sessObj)
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.