Class RequestCleanupStep
java.lang.Object
com.atlassian.jira.web.filters.steps.requestcleanup.RequestCleanupStep
- All Implemented Interfaces:
FilterStep
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbeforeDoFilter(FilterCallContext callContext) 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
-
RequestCleanupStep
public RequestCleanupStep()
-
-
Method Details
-
beforeDoFilter
Description copied from interface:FilterStepThis is called to before the filterChain.doFilter() method is called- Specified by:
beforeDoFilterin interfaceFilterStep- Parameters:
callContext- 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
-