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

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

public class ThreadLocalTransformationDateFormats
extends java.lang.Object
implements TransformationDateFormats

Serves date formats from thread local storage to avoid synchronisation.


Constructor Summary
ThreadLocalTransformationDateFormats()
           
 
Method Summary
 java.text.DateFormat getPostingDayFormat()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadLocalTransformationDateFormats

public ThreadLocalTransformationDateFormats()
Method Detail

getPostingDayFormat

public java.text.DateFormat getPostingDayFormat()
Specified by:
getPostingDayFormat in interface TransformationDateFormats
Returns:
the date format for blog posting dates


Copyright © 2003-2014 Atlassian. All Rights Reserved.