Uses of Interface
com.atlassian.confluence.content.render.xhtml.XmlStreamWriterTemplate
-
-
Uses of XmlStreamWriterTemplate in com.atlassian.confluence.content.render.xhtml
Classes in com.atlassian.confluence.content.render.xhtml that implement XmlStreamWriterTemplate Modifier and Type Class Description classDefaultXmlStreamWriterTemplateEncapsulates the boiler plate around creating a stream writer.Methods in com.atlassian.confluence.content.render.xhtml with parameters of type XmlStreamWriterTemplate Modifier and Type Method Description static StreamableStreamables. from(XmlStreamWriterTemplate template, XmlStreamWriterCallback callback)Create a streamable that will produce the result of executing the provide callback within the template. -
Uses of XmlStreamWriterTemplate in com.atlassian.confluence.content.render.xhtml.editor.embed
Methods in com.atlassian.confluence.content.render.xhtml.editor.embed with parameters of type XmlStreamWriterTemplate Modifier and Type Method Description StreamableEditorUnidentifiedAttachmentMarshaller. marshalPlaceholder(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext) -
Uses of XmlStreamWriterTemplate in com.atlassian.confluence.content.render.xhtml.editor.link
Constructors in com.atlassian.confluence.content.render.xhtml.editor.link with parameters of type XmlStreamWriterTemplate Constructor Description EditorUnresolvedLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, StaxStreamMarshaller<ResourceIdentifier> resourceIdentifierStaxStreamMarshaller, Marshaller<Link> unresolvedLinkBodyMarshaller, ModelToRenderedClassMapper mapper) -
Uses of XmlStreamWriterTemplate in com.atlassian.confluence.content.render.xhtml.editor.placeholder
Constructors in com.atlassian.confluence.content.render.xhtml.editor.placeholder with parameters of type XmlStreamWriterTemplate Constructor Description EditorPlaceholderMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate) -
Uses of XmlStreamWriterTemplate in com.atlassian.confluence.content.render.xhtml.migration
Constructors in com.atlassian.confluence.content.render.xhtml.migration with parameters of type XmlStreamWriterTemplate Constructor Description UrlLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate) -
Uses of XmlStreamWriterTemplate in com.atlassian.confluence.content.render.xhtml.storage.embed
Constructors in com.atlassian.confluence.content.render.xhtml.storage.embed with parameters of type XmlStreamWriterTemplate Constructor Description StorageEmbeddedImageMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, MarshallingRegistry registry) -
Uses of XmlStreamWriterTemplate in com.atlassian.confluence.content.render.xhtml.storage.link
Constructors in com.atlassian.confluence.content.render.xhtml.storage.link with parameters of type XmlStreamWriterTemplate Constructor Description StorageLinkBodyMarshaller(Marshaller<EmbeddedImage> embeddedImageMarshaller, XmlStreamWriterTemplate xmlStreamWriterTemplate)StorageLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, Marshaller<LinkBody> linkBodyMarshaller, MarshallingRegistry marshallingRegistry) -
Uses of XmlStreamWriterTemplate in com.atlassian.confluence.content.render.xhtml.storage.pagelayouts
Constructors in com.atlassian.confluence.content.render.xhtml.storage.pagelayouts with parameters of type XmlStreamWriterTemplate Constructor Description StoragePageLayoutMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate) -
Uses of XmlStreamWriterTemplate in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
-
Uses of XmlStreamWriterTemplate in com.atlassian.confluence.content.render.xhtml.view.embed
Fields in com.atlassian.confluence.content.render.xhtml.view.embed declared as XmlStreamWriterTemplate Modifier and Type Field Description protected XmlStreamWriterTemplateEmbeddedImageMarshaller. xmlStreamWriterTemplateMethods in com.atlassian.confluence.content.render.xhtml.view.embed with parameters of type XmlStreamWriterTemplate Modifier and Type Method Description StreamableAttachedImageMarshaller. marshal(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)StreamableDefaultAttachedImageResourceMarshaller. marshal(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)StreamableUnidentifiedAttachmentMarshaller. marshalPlaceholder(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier ri, ConversionContext context)StreamableViewUnidentifiedAttachmentMarshaller. marshalPlaceholder(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier ri, ConversionContext context)Constructors in com.atlassian.confluence.content.render.xhtml.view.embed with parameters of type XmlStreamWriterTemplate Constructor Description EmbeddedImageMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, AttachedImageMarshaller attachedImageMarshaller)ViewEmbeddedImageMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, AttachedImageMarshaller attachedImageMarshaller) -
Uses of XmlStreamWriterTemplate in com.atlassian.confluence.content.render.xhtml.view.link
Fields in com.atlassian.confluence.content.render.xhtml.view.link declared as XmlStreamWriterTemplate Modifier and Type Field Description protected XmlStreamWriterTemplateViewIdAndTypeLinkMarshaller. xmlStreamWriterTemplate -
Uses of XmlStreamWriterTemplate in com.atlassian.confluence.content.render.xhtml.view.placeholder
Constructors in com.atlassian.confluence.content.render.xhtml.view.placeholder with parameters of type XmlStreamWriterTemplate Constructor Description ViewPlaceholderMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate)
-