Class ThreadLocalTransformationDateFormats
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.ThreadLocalTransformationDateFormats
-
- All Implemented Interfaces:
TransformationDateFormats
public class ThreadLocalTransformationDateFormats extends Object implements TransformationDateFormats
Serves date formats from thread local storage to avoid synchronisation.
-
-
Constructor Summary
Constructors Constructor Description ThreadLocalTransformationDateFormats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DateFormat
getPostingDayFormat()
-
-
-
Method Detail
-
getPostingDayFormat
public DateFormat getPostingDayFormat()
- Specified by:
getPostingDayFormat
in interfaceTransformationDateFormats
- Returns:
- the date format for blog posting dates
-
-