com.atlassian.jira.web.filters.steps.senderror
Class CaptureSendErrorMessageStep
java.lang.Object
com.atlassian.jira.web.filters.steps.senderror.CaptureSendErrorMessageStep
- All Implemented Interfaces:
- FilterStep
public class CaptureSendErrorMessageStep
- extends Object
- implements FilterStep
Step that wraps the servlet response with a CaptureSendErrorMessageResponseWrapper
- Since:
- v5.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CaptureSendErrorMessageStep
public CaptureSendErrorMessageStep()
beforeDoFilter
public FilterCallContext beforeDoFilter(FilterCallContext context)
- Description copied from interface:
FilterStep
- This is called to before the filterChain.doFilter() method is called
- Specified by:
beforeDoFilter
in interface FilterStep
- Parameters:
context
- the context of the filter step call
finallyAfterDoFilter
public FilterCallContext finallyAfterDoFilter(FilterCallContext callContext)
- Description copied from interface:
FilterStep
- This is called after the filterChain.doFilter() method is called in a finally {} block
- Specified by:
finallyAfterDoFilter
in interface FilterStep
- Parameters:
callContext
- the context of the filter step call
Copyright © 2002-2012 Atlassian. All Rights Reserved.