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 java.lang.Object
implements OutlookDateManager


Constructor Summary
OutlookDateManagerImpl()
           
 
Method Summary
 OutlookDate getOutlookDate(java.util.Locale locale)
          Returns an outlook that has been constructed with this locale
 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()
Method Detail

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(java.util.Locale locale)
Description copied from interface: OutlookDateManager
Returns an outlook that has been constructed with this locale

Specified by:
getOutlookDate in interface OutlookDateManager
Returns:


Copyright © 2002-2006 Atlassian. All Rights Reserved.