org.qi4j.library.struts2
Class Qi4jFilterDispatcher

java.lang.Object
  extended by org.apache.struts2.dispatcher.FilterDispatcher
      extended by org.qi4j.library.struts2.Qi4jFilterDispatcher
All Implemented Interfaces:
javax.servlet.Filter, org.apache.struts2.StrutsStatics

public class Qi4jFilterDispatcher
extends org.apache.struts2.dispatcher.FilterDispatcher


Field Summary
 
Fields inherited from class org.apache.struts2.dispatcher.FilterDispatcher
dispatcher, staticResourceLoader
 
Fields inherited from interface org.apache.struts2.StrutsStatics
HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERVLET_CONTEXT, SERVLET_DISPATCHER, STRUTS_PORTLET_CONTEXT
 
Constructor Summary
Qi4jFilterDispatcher()
           
 
Method Summary
protected  com.opensymphony.xwork2.config.ConfigurationManager createConfigurationManager(javax.servlet.FilterConfig filterConfig)
           
protected  org.apache.struts2.dispatcher.Dispatcher createDispatcher(javax.servlet.FilterConfig filterConfig)
           
 
Methods inherited from class org.apache.struts2.dispatcher.FilterDispatcher
destroy, doFilter, getFilterConfig, getServletContext, init, prepareDispatcherAndWrapRequest, setActionMapper, setStaticResourceLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Qi4jFilterDispatcher

public Qi4jFilterDispatcher()
Method Detail

createDispatcher

protected org.apache.struts2.dispatcher.Dispatcher createDispatcher(javax.servlet.FilterConfig filterConfig)
Overrides:
createDispatcher in class org.apache.struts2.dispatcher.FilterDispatcher

createConfigurationManager

protected com.opensymphony.xwork2.config.ConfigurationManager createConfigurationManager(javax.servlet.FilterConfig filterConfig)