Class StorageUrlResourceIdentifierMarshaller
java.lang.Object
com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers.StorageUrlResourceIdentifierMarshaller
- All Implemented Interfaces:
Marshaller<UrlResourceIdentifier>
public class StorageUrlResourceIdentifierMarshaller
extends Object
implements Marshaller<UrlResourceIdentifier>
-
Constructor Summary
ConstructorsConstructorDescriptionStorageUrlResourceIdentifierMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate) -
Method Summary
Modifier and TypeMethodDescriptionmarshal(UrlResourceIdentifier urlResourceIdentifier, ConversionContext conversionContext) Marshals an object to XML.
-
Constructor Details
-
StorageUrlResourceIdentifierMarshaller
-
-
Method Details
-
marshal
public Streamable marshal(UrlResourceIdentifier urlResourceIdentifier, ConversionContext conversionContext) throws XhtmlException Description copied from interface:MarshallerMarshals an object to XML.- Specified by:
marshalin interfaceMarshaller<UrlResourceIdentifier>- Parameters:
urlResourceIdentifier- object to marshalconversionContext- the conversion context- Returns:
- the XML representation of the object
- Throws:
XhtmlException- if an error occurs during marshalling
-