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