public class

JiraLastFilter

extends ChainedFilterStepRunner
java.lang.Object
   ↳ com.atlassian.jira.web.filters.steps.ChainedFilterStepRunner
     ↳ com.atlassian.jira.web.filters.JiraLastFilter

Class Overview

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.

Summary

Public Constructors
JiraLastFilter()
Protected Methods
List<FilterStep> getFilterSteps()
[Expand]
Inherited Methods
From class com.atlassian.jira.web.filters.steps.ChainedFilterStepRunner
From class java.lang.Object
From interface javax.servlet.Filter

Public Constructors

public JiraLastFilter ()

Protected Methods

protected List<FilterStep> getFilterSteps ()

Returns