Class ViewUnidentifiedAttachmentMarshaller
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.view.embed.ViewUnidentifiedAttachmentMarshaller
-
- All Implemented Interfaces:
UnidentifiedAttachmentMarshaller
public class ViewUnidentifiedAttachmentMarshaller extends Object implements UnidentifiedAttachmentMarshaller
Writes out placeholder images for an unidentified images in view mode.
-
-
Constructor Summary
Constructors Constructor Description ViewUnidentifiedAttachmentMarshaller(PlaceholderUrlFactory placeholderUrlFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Streamable
marshalPlaceholder(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier ri, ConversionContext context)
-
-
-
Constructor Detail
-
ViewUnidentifiedAttachmentMarshaller
public ViewUnidentifiedAttachmentMarshaller(PlaceholderUrlFactory placeholderUrlFactory)
-
-
Method Detail
-
marshalPlaceholder
public Streamable marshalPlaceholder(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier ri, ConversionContext context) throws XhtmlException
- Specified by:
marshalPlaceholder
in interfaceUnidentifiedAttachmentMarshaller
- Throws:
XhtmlException
-
-