public class

I18nTranslationsModeThreadlocaleStep

extends Object
implements FilterStep
java.lang.Object
   ↳ com.atlassian.jira.web.filters.steps.i18n.I18nTranslationsModeThreadlocaleStep

Class Overview

This ensures that the i18n mode thread local starts clear and finishes off

Summary

Public Constructors
I18nTranslationsModeThreadlocaleStep()
Public Methods
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
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.web.filters.steps.FilterStep

Public Constructors

public I18nTranslationsModeThreadlocaleStep ()

Public Methods

public FilterCallContext beforeDoFilter (FilterCallContext callContext)

This is called to before the filterChain.doFilter() method is called

Parameters
callContext the context of the filter step call

public FilterCallContext finallyAfterDoFilter (FilterCallContext callContext)

This is called after the filterChain.doFilter() method is called in a finally {} block

Parameters
callContext the context of the filter step call