org.apache.empire.struts2.web
Class EmpireStrutsDispatcher

java.lang.Object
  extended by org.apache.struts2.dispatcher.Dispatcher
      extended by org.apache.empire.struts2.web.EmpireStrutsDispatcher

public class EmpireStrutsDispatcher
extends org.apache.struts2.dispatcher.Dispatcher


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.struts2.dispatcher.Dispatcher
org.apache.struts2.dispatcher.Dispatcher.Locator
 
Field Summary
 java.lang.String APPLICATION_CLASS
           
 java.lang.String REQUEST_CLASS
           
 java.lang.String SESSION_CLASS
           
 
Constructor Summary
EmpireStrutsDispatcher(javax.servlet.ServletContext servletContext, java.util.Map<java.lang.String,java.lang.String> initParams)
           
 
Method Summary
static java.lang.Object getCurrentRequest()
           
 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, isPortletSupportActive, prepare, removeDispatcherListener, sendError, setConfigurationManager, setDefaultEncoding, setDefaultLocale, setDevMode, setInstance, setMultipartSaveDir, setPortletSupportActive, wrapRequest
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPLICATION_CLASS

public final java.lang.String APPLICATION_CLASS
See Also:
Constant Field Values

SESSION_CLASS

public final java.lang.String SESSION_CLASS
See Also:
Constant Field Values

REQUEST_CLASS

public final java.lang.String REQUEST_CLASS
See Also:
Constant Field Values
Constructor Detail

EmpireStrutsDispatcher

public EmpireStrutsDispatcher(javax.servlet.ServletContext servletContext,
                              java.util.Map<java.lang.String,java.lang.String> initParams)
Method Detail

getCurrentRequest

public static java.lang.Object getCurrentRequest()

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