com.atlassian.jira.web.filters.steps.i18n
Class I18nTranslationsModeThreadlocaleStep

java.lang.Object
  extended by com.atlassian.jira.web.filters.steps.i18n.I18nTranslationsModeThreadlocaleStep
All Implemented Interfaces:
FilterStep

public class I18nTranslationsModeThreadlocaleStep
extends Object
implements FilterStep

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

Since:
v4.3

Constructor Summary
I18nTranslationsModeThreadlocaleStep()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

I18nTranslationsModeThreadlocaleStep

public I18nTranslationsModeThreadlocaleStep()
Method Detail

beforeDoFilter

public FilterCallContext beforeDoFilter(FilterCallContext callContext)
Description copied from interface: FilterStep
This is called to before the filterChain.doFilter() method is called

Specified by:
beforeDoFilter in interface FilterStep
Parameters:
callContext - the context of the filter step call

finallyAfterDoFilter

public FilterCallContext finallyAfterDoFilter(FilterCallContext callContext)
Description copied from interface: FilterStep
This is called after the filterChain.doFilter() method is called in a finally {} block

Specified by:
finallyAfterDoFilter in interface FilterStep
Parameters:
callContext - the context of the filter step call


Copyright © 2002-2014 Atlassian. All Rights Reserved.