Package com.atlassian.plugin.servlet.filter
package com.atlassian.plugin.servlet.filter
-
ClassDescriptionWe wrap the plugins filter so that we can set some things up before the plugins filter is called.Deprecated.since 4.6.0.An enumeration defining the places plugin filters can appear in an applications filter stack.This FilterChain passes control from the first Filter in an iterator to the last.Instances of the PluginFilterConfig are passed to plugins
Filterinit() method.Applications need to create a concrete subclass of this for use in their filter stack.