Class CrowdBootstrapAwareStrutsPrepareFilter

java.lang.Object
org.apache.struts2.dispatcher.filter.StrutsPrepareFilter
com.atlassian.crowd.console.filter.CrowdBootstrapAwareStrutsPrepareFilter
All Implemented Interfaces:
jakarta.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

    prepare, REQUEST_EXCLUDED_FROM_ACTION_MAPPING

    Fields inherited from interface org.apache.struts2.StrutsStatics

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

    Constructors
    Constructor
    Description
     
  • Method Summary

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

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

    createInitOperations, createPrepareOperations, 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(jakarta.servlet.FilterConfig filterConfig) throws jakarta.servlet.ServletException
      Specified by:
      init in interface jakarta.servlet.Filter
      Overrides:
      init in class org.apache.struts2.dispatcher.filter.StrutsPrepareFilter
      Throws:
      jakarta.servlet.ServletException