Class I18nTranslationsModeThreadlocaleStep
java.lang.Object
com.atlassian.jira.web.filters.steps.i18n.I18nTranslationsModeThreadlocaleStep
- All Implemented Interfaces:
FilterStep
This ensures that the i18n mode thread local starts clear and finishes off
- Since:
- v4.3
-
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
-
I18nTranslationsModeThreadlocaleStep
public I18nTranslationsModeThreadlocaleStep()
-
-
Method Details
-
beforeDoFilter
Description copied from interface:FilterStep
This is called to before the filterChain.doFilter() method is called- Specified by:
beforeDoFilter
in interfaceFilterStep
- Parameters:
callContext
- the context of the filter step call
-
finallyAfterDoFilter
Description copied from interface:FilterStep
This is called after the filterChain.doFilter() method is called in a finally {} block- Specified by:
finallyAfterDoFilter
in interfaceFilterStep
- Parameters:
callContext
- the context of the filter step call
-