com.atlassian.jira.web.filters
Class JiraFirstFilter
java.lang.Object
com.atlassian.jira.web.filters.steps.ChainedFilterStepRunner
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JiraFirstFilter
public JiraFirstFilter()
getFilterSteps
protected List<FilterStep> getFilterSteps()
- Specified by:
getFilterSteps
in class ChainedFilterStepRunner
- Returns:
- the list of
FilterStep
s to run
Copyright © 2002-2012 Atlassian. All Rights Reserved.