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_MAPPING

    Fields inherited from interface org.apache.struts2.StrutsStatics

    HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERVLET_CONTEXT, SERVLET_DISPATCHER, STRUTS_ACTION_TAG_INVOCATION, STRUTS_PORTLET_CONTEXT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    init(javax.servlet.FilterConfig filterConfig)
     

    Methods inherited from class org.apache.struts2.dispatcher.filter.StrutsPrepareFilter

    destroy, doFilter, postInit

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CrowdBootstrapAwareStrutsPrepareFilter

      public CrowdBootstrapAwareStrutsPrepareFilter()
  • Method Details

    • init

      public void init(javax.servlet.FilterConfig filterConfig) throws javax.servlet.ServletException
      Specified by:
      init in interface javax.servlet.Filter
      Overrides:
      init in class org.apache.struts2.dispatcher.filter.StrutsPrepareFilter
      Throws:
      javax.servlet.ServletException