com.atlassian.jira.web.filters
Class JiraLastFilter

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

public class JiraLastFilter
extends ChainedFilterStepRunner

This is the last filter that is run during a web request to JIRA. At this point you know that the request has been wrapped to within an inch of its life and is ready to be passed to a servlet in order to do some work

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

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

Since:
v4.2

Constructor Summary
JiraLastFilter()
           
 
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

JiraLastFilter

public JiraLastFilter()
Method Detail

getFilterSteps

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


Copyright © 2002-2014 Atlassian. All Rights Reserved.