public class I18nTranslationsModeStep extends Object implements FilterStep
I18nTranslationModeSwitch| Constructor and Description |
|---|
I18nTranslationsModeStep() |
| 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)
FilterStepbeforeDoFilter in interface FilterStepcallContext - the context of the filter step callpublic FilterCallContext finallyAfterDoFilter(FilterCallContext callContext)
FilterStepfinallyAfterDoFilter in interface FilterStepcallContext - the context of the filter step callCopyright © 2002-2019 Atlassian. All Rights Reserved.