com.atlassian.confluence.xhtml.api
Interface StorageFormatService

All Known Implementing Classes:
DefaultStorageFormatService

public interface StorageFormatService

Provides methods to generate storage format fragments.

Since:
5.6

Method Summary
 String createStorageFormatForDate(org.joda.time.DateTime date)
          Create a time tag based on user locale from given DateTime object
 

Method Detail

createStorageFormatForDate

String createStorageFormatForDate(org.joda.time.DateTime date)
Create a time tag based on user locale from given DateTime object

Parameters:
date -
Returns:
time tag string


Copyright © 2003–2015 Atlassian. All rights reserved.