com.atlassian.confluence.content.render.xhtml
Class DefaultStorageFormatService

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.DefaultStorageFormatService
All Implemented Interfaces:
StorageFormatService

public class DefaultStorageFormatService
extends Object
implements StorageFormatService


Constructor Summary
DefaultStorageFormatService(UserAccessor userAccessor, FormatSettingsManager formatSettingsManager, LocaleManager localeManager)
           
 
Method Summary
 String createStorageFormatForDate(org.joda.time.DateTime date)
          Create a time tag based on user locale from given DateTime object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultStorageFormatService

public DefaultStorageFormatService(UserAccessor userAccessor,
                                   FormatSettingsManager formatSettingsManager,
                                   LocaleManager localeManager)
Method Detail

createStorageFormatForDate

public String createStorageFormatForDate(org.joda.time.DateTime date)
Description copied from interface: StorageFormatService
Create a time tag based on user locale from given DateTime object

Specified by:
createStorageFormatForDate in interface StorageFormatService
Returns:
time tag string


Copyright © 2003–2015 Atlassian. All rights reserved.