com.atlassian.jira.web.filters
Class JiraFirstFilter

java.lang.Object
  extended by com.atlassian.jira.web.filters.steps.ChainedFilterStepRunner
      extended by com.atlassian.jira.web.filters.JiraFirstFilter
All Implemented Interfaces:
javax.servlet.Filter

public class JiraFirstFilter
extends ChainedFilterStepRunner

This is the first filter that is run during a web request to JIRA. At this point you know that the request is pristine.

You are at the outer most entry point for the request for the filter chain.

After extensive market research, this filter has been carefully named to indicate that its the "first" filter and it should remain that way.

Since:
v4.2

Constructor Summary
JiraFirstFilter()
           
 
Method Summary
protected  List<FilterStep> getFilterSteps()
           
 
Methods inherited from class com.atlassian.jira.web.filters.steps.ChainedFilterStepRunner
destroy, doFilter, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraFirstFilter

public JiraFirstFilter()
Method Detail

getFilterSteps

protected List<FilterStep> getFilterSteps()
Specified by:
getFilterSteps in class ChainedFilterStepRunner
Returns:
the list of FilterSteps to run


Copyright © 2002-2012 Atlassian. All Rights Reserved.