Class CaptureSendErrorMessageStep
java.lang.Object
com.atlassian.jira.web.filters.steps.senderror.CaptureSendErrorMessageStep
- All Implemented Interfaces:
FilterStep
Step that wraps the servlet response with a CaptureSendErrorMessageResponseWrapper
- Since:
- v5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbeforeDoFilter(FilterCallContext context) This is called to before the filterChain.doFilter() method is calledfinallyAfterDoFilter(FilterCallContext callContext) This is called after the filterChain.doFilter() method is called in a finally {} block
-
Constructor Details
-
CaptureSendErrorMessageStep
public CaptureSendErrorMessageStep()
-
-
Method Details
-
beforeDoFilter
Description copied from interface:FilterStepThis is called to before the filterChain.doFilter() method is called- Specified by:
beforeDoFilterin interfaceFilterStep- Parameters:
context- the context of the filter step call
-
finallyAfterDoFilter
Description copied from interface:FilterStepThis is called after the filterChain.doFilter() method is called in a finally {} block- Specified by:
finallyAfterDoFilterin interfaceFilterStep- Parameters:
callContext- the context of the filter step call
-