Class CrowdBootstrapAwareStrutsPrepareFilter
java.lang.Object
org.apache.struts2.dispatcher.filter.StrutsPrepareFilter
com.atlassian.crowd.console.filter.CrowdBootstrapAwareStrutsPrepareFilter
- All Implemented Interfaces:
javax.servlet.Filter,org.apache.struts2.StrutsStatics
public class CrowdBootstrapAwareStrutsPrepareFilter
extends org.apache.struts2.dispatcher.filter.StrutsPrepareFilter
A filter that modifies
StrutsPrepareFilter to get its state from
BootstrapLoaderListener and installs a DefaultConfiguration.-
Field Summary
Fields inherited from class org.apache.struts2.dispatcher.filter.StrutsPrepareFilter
excludedPatterns, prepare, REQUEST_EXCLUDED_FROM_ACTION_MAPPINGFields inherited from interface org.apache.struts2.StrutsStatics
ACTION_MAPPING, HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERVLET_CONTEXT, SERVLET_DISPATCHER, STRUTS_ACTION_TAG_INVOCATION, STRUTS_PORTLET_CONTEXT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.struts2.dispatcher.filter.StrutsPrepareFilter
createInitOperations, createPrepareOperations, destroy, doFilter, postInit
-
Constructor Details
-
CrowdBootstrapAwareStrutsPrepareFilter
public CrowdBootstrapAwareStrutsPrepareFilter()
-
-
Method Details
-
init
public void init(javax.servlet.FilterConfig filterConfig) throws javax.servlet.ServletException - Specified by:
initin interfacejavax.servlet.Filter- Overrides:
initin classorg.apache.struts2.dispatcher.filter.StrutsPrepareFilter- Throws:
javax.servlet.ServletException
-