Class StorageTimeMarshaller
java.lang.Object
com.atlassian.confluence.content.render.xhtml.storage.time.StorageTimeMarshaller
- All Implemented Interfaces:
 Marshaller<Time>
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionmarshal(Time time, ConversionContext conversionContext) Marshals an object to XML. 
- 
Constructor Details
- 
StorageTimeMarshaller
 
 - 
 - 
Method Details
- 
marshal
Description copied from interface:MarshallerMarshals an object to XML.- Specified by:
 marshalin interfaceMarshaller<Time>- Parameters:
 time- object to marshalconversionContext- the conversion context- Returns:
 - the XML representation of the object
 - Throws:
 XhtmlException- if an error occurs during marshalling
 
 -