Class StorageTimeMarshaller
java.lang.Object
com.atlassian.confluence.content.render.xhtml.storage.time.StorageTimeMarshaller
- All Implemented Interfaces:
Marshaller<Time>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmarshal
(Time time, ConversionContext conversionContext) Marshals an object to XML.
-
Constructor Details
-
StorageTimeMarshaller
-
-
Method Details
-
marshal
Description copied from interface:Marshaller
Marshals an object to XML.- Specified by:
marshal
in 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
-