public class ForceCleanJiraThreadLocalFilterStep extends Object implements FilterStep
Constructor and Description |
---|
ForceCleanJiraThreadLocalFilterStep() |
Modifier and Type | Method and Description |
---|---|
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
|
public FilterCallContext beforeDoFilter(FilterCallContext callContext)
FilterStep
beforeDoFilter
in interface FilterStep
callContext
- the context of the filter step callpublic FilterCallContext finallyAfterDoFilter(FilterCallContext callContext)
FilterStep
finallyAfterDoFilter
in interface FilterStep
callContext
- the context of the filter step callCopyright © 2002-2022 Atlassian. All Rights Reserved.