public class

CaptureSendErrorMessageStep

extends Object
implements FilterStep
java.lang.Object
   ↳ com.atlassian.jira.web.filters.steps.senderror.CaptureSendErrorMessageStep

Class Overview

Step that wraps the servlet response with a CaptureSendErrorMessageResponseWrapper

Summary

Public Constructors
CaptureSendErrorMessageStep()
Public Methods
FilterCallContext beforeDoFilter(FilterCallContext context)
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 CaptureSendErrorMessageStep ()

Public Methods

public FilterCallContext beforeDoFilter (FilterCallContext context)

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

Parameters
context 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