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 Object
implements TransformationDateFormats

Serves date formats from thread local storage to avoid synchronisation.


Constructor Summary
ThreadLocalTransformationDateFormats()
           
 
Method Summary
 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 DateFormat getPostingDayFormat()
Specified by:
getPostingDayFormat in interface TransformationDateFormats
Returns:
the date format for blog posting dates


Copyright © 2003-2012 Atlassian. All Rights Reserved.