public class

RequestInfoLastStep

extends Object
implements FilterStep
java.lang.Object
   ↳ com.atlassian.jira.web.filters.steps.requestinfo.RequestInfoLastStep

Class Overview

This is called form the l;ast filter to ensure the request info is as current as possible

Summary

Public Constructors
RequestInfoLastStep()
Public Methods
FilterCallContext beforeDoFilter(FilterCallContext callContext)
This is called to before the filterChain.doFilter() method is called
FilterCallContext finallyAfterDoFilter(FilterCallContext callContext)
This is called after the filterChain.doFilter() method is called in a finally {} block
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.web.filters.steps.FilterStep

Public Constructors

public RequestInfoLastStep ()

Public Methods

public FilterCallContext beforeDoFilter (FilterCallContext callContext)

This is called to before the filterChain.doFilter() method is called

Parameters
callContext the context of the filter step call

public FilterCallContext finallyAfterDoFilter (FilterCallContext callContext)

This is called after the filterChain.doFilter() method is called in a finally {} block

Parameters
callContext the context of the filter step call