org.apache.empire.struts2.web
Class EmpireStrutsDispatcher
java.lang.Object
org.apache.struts2.dispatcher.Dispatcher
org.apache.empire.struts2.web.EmpireStrutsDispatcher
public class EmpireStrutsDispatcher
- extends org.apache.struts2.dispatcher.Dispatcher
Nested classes/interfaces inherited from class org.apache.struts2.dispatcher.Dispatcher |
org.apache.struts2.dispatcher.Dispatcher.Locator |
Method Summary |
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)
|
Methods inherited from class org.apache.struts2.dispatcher.Dispatcher |
addDispatcherListener, cleanup, createContextMap, createContextMap, getConfigurationManager, getContainer, getInstance, init, prepare, removeDispatcherListener, sendError, setConfigurationManager, setDefaultEncoding, setDefaultLocale, setDevMode, setInstance, setMultipartHandler, setMultipartSaveDir, setValueStackFactory, wrapRequest |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static org.slf4j.Logger log
APPLICATION_CLASS
public final String APPLICATION_CLASS
- See Also:
- Constant Field Values
SESSION_CLASS
public final String SESSION_CLASS
- See Also:
- Constant Field Values
REQUEST_CLASS
public final String REQUEST_CLASS
- See Also:
- Constant Field Values
EmpireStrutsDispatcher
public EmpireStrutsDispatcher(javax.servlet.ServletContext servletContext,
Map<String,String> initParams)
getCurrentRequest
@Deprecated
public static Object getCurrentRequest()
- Deprecated. use EmpireThreadManager.getCurrentRequest() instead.
serviceAction
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
- Overrides:
serviceAction
in class org.apache.struts2.dispatcher.Dispatcher
- Throws:
javax.servlet.ServletException
createApplicationObject
protected void createApplicationObject(javax.servlet.ServletContext servletContext,
String appClassName)
createSessionObject
protected void createSessionObject(javax.servlet.http.HttpServletRequest request,
Object applObj)
createRequestObject
protected boolean createRequestObject(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object sessObj)
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.