com.atlassian.jira.web.util
Class OutlookDateManagerImpl

java.lang.Object
  extended by com.atlassian.jira.web.util.OutlookDateManagerImpl
All Implemented Interfaces:
OutlookDateManager

public class OutlookDateManagerImpl
extends Object
implements OutlookDateManager


Constructor Summary
OutlookDateManagerImpl()
           
OutlookDateManagerImpl(ApplicationProperties applicationProperties, I18nHelper.BeanFactory i18nHelperFactory, DateTimeFormatterFactory dateTimeFormatterFactory)
           
 
Method Summary
 OutlookDate getOutlookDate(Locale locale)
          Returns an instance of OutlookDate for an specified locale.
 void onClearCache(ClearCacheEvent event)
           
 void refresh()
          Refreshes all the Outlook dates so they contain the new date format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutlookDateManagerImpl

public OutlookDateManagerImpl()

OutlookDateManagerImpl

public OutlookDateManagerImpl(ApplicationProperties applicationProperties,
                              I18nHelper.BeanFactory i18nHelperFactory,
                              DateTimeFormatterFactory dateTimeFormatterFactory)
Method Detail

onClearCache

@EventListener
public void onClearCache(ClearCacheEvent event)

refresh

public void refresh()
Description copied from interface: OutlookDateManager
Refreshes all the Outlook dates so they contain the new date format

Specified by:
refresh in interface OutlookDateManager

getOutlookDate

public OutlookDate getOutlookDate(Locale locale)
Description copied from interface: OutlookDateManager
Returns an instance of OutlookDate for an specified locale.

Specified by:
getOutlookDate in interface OutlookDateManager
Parameters:
locale - This parameter is ignored
Returns:
An instance of OutlookDate


Copyright © 2002-2013 Atlassian. All Rights Reserved.