Uses of Interface
com.atlassian.confluence.content.render.xhtml.Streamable
- 
- 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml
Methods in com.atlassian.confluence.content.render.xhtml that return Streamable Modifier and Type Method Description static StreamableStreamables. combine(Streamable... streamables)Combine a series of streamable instances into a single result.static StreamableStreamables. combine(Iterable<Streamable> streamables)Combine a series of streamable instances into a single result.static StreamableStreamables. empty()Create an empty streamable that will do nothing when itswriteTo()method is called.static StreamableStreamables. from(XmlStreamWriterTemplate template, XmlStreamWriterCallback callback)Create a streamable that will produce the result of executing the provide callback within the template.static StreamableStreamables. from(String source)Produce a streamable from a string.StreamableDelegatingLinkMarshaller. marshal(Link link, ConversionContext conversionContext)StreamableMarshaller. marshal(T object, ConversionContext conversionContext)Marshals an object to XML.StreamableMarshallingFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)StreamableUnmarshalMarshalFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)static StreamableStreamables. withCharacterCounting(Streamable delegate, com.atlassian.fugue.Effect<Long> characterCountCallback)Deprecated.since 7.0.1.static StreamableStreamables. withCountingCharacters(Streamable delegate, Consumer<Long> characterCountCallback)Produces a Streamable which counts the number of characters written to another Streamable's writer.Methods in com.atlassian.confluence.content.render.xhtml with parameters of type Streamable Modifier and Type Method Description static StreamableStreamables. combine(Streamable... streamables)Combine a series of streamable instances into a single result.static StreamableStreamables. withCharacterCounting(Streamable delegate, com.atlassian.fugue.Effect<Long> characterCountCallback)Deprecated.since 7.0.1.static StreamableStreamables. withCountingCharacters(Streamable delegate, Consumer<Long> characterCountCallback)Produces a Streamable which counts the number of characters written to another Streamable's writer.static voidStaxUtils. writeRawXML(XMLStreamWriter writer, Writer out, Streamable streamable)Write raw XML properly on the provided Writer, which is wrapped by a XMLStreamWriterstatic StringStreamables. writeToString(Streamable streamable)Write the contents of a streamable to a string.Method parameters in com.atlassian.confluence.content.render.xhtml with type arguments of type Streamable Modifier and Type Method Description static StreamableStreamables. combine(Iterable<Streamable> streamables)Combine a series of streamable instances into a single result. - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.definition
Methods in com.atlassian.confluence.content.render.xhtml.definition that return Streamable Modifier and Type Method Description StreamableMacroBody. getBodyStream()StreamablePlainTextMacroBody. getBodyStream()StreamableRichTextMacroBody. getBodyStream()StreamableMacroBody. getStorageBodyStream()StreamablePlainTextMacroBody. getStorageBodyStream()StreamableRichTextMacroBody. getStorageBodyStream()StreamableMacroBody. getTransformedBodyStream()StreamablePlainTextMacroBody. getTransformedBodyStream()StreamableRichTextMacroBody. getTransformedBodyStream()Methods in com.atlassian.confluence.content.render.xhtml.definition with parameters of type Streamable Modifier and Type Method Description static RichTextMacroBodyRichTextMacroBody. withStorage(Streamable storageBody)static RichTextMacroBodyRichTextMacroBody. withStorageAndTransform(Streamable storageBody, Streamable transformedBody)Constructors in com.atlassian.confluence.content.render.xhtml.definition with parameters of type Streamable Constructor Description RichTextMacroBody(Streamable body)Deprecated.since 5.6. - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.editor
Methods in com.atlassian.confluence.content.render.xhtml.editor that return Streamable Modifier and Type Method Description StreamableEditorErrorFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.editor.embed
Methods in com.atlassian.confluence.content.render.xhtml.editor.embed that return Streamable Modifier and Type Method Description StreamableEditorUnidentifiedAttachmentMarshaller. marshalPlaceholder(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.editor.inline
Methods in com.atlassian.confluence.content.render.xhtml.editor.inline that return Streamable Modifier and Type Method Description StreamableEditorEmoticonMarshaller. marshal(Emoticon emoticon, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.editor.macro
Methods in com.atlassian.confluence.content.render.xhtml.editor.macro that return Streamable Modifier and Type Method Description StreamableCustomImageEditorMacroMarshaller. marshal(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext)StreamableCustomPlaceholderEditorMarshaller. marshal(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext)StreamableEditorBodilessMacroMarshaller. marshal(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext)StreamableEditorBodyMacroMarshaller. marshal(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext)StreamableEditorMacroMarshaller. marshal(MacroDefinition macroDefinition, ConversionContext conversionContext)StreamableImprovedEditorUnknownMacroMarshaller. marshal(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext)StreamableMacroMarshaller. marshal(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext)Marshall the supplied macro. - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.editor.placeholder
Methods in com.atlassian.confluence.content.render.xhtml.editor.placeholder that return Streamable Modifier and Type Method Description StreamableEditorPlaceholderMarshaller. marshal(Placeholder placeholder, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.migration
Methods in com.atlassian.confluence.content.render.xhtml.migration that return Streamable Modifier and Type Method Description StreamableUrlLinkMarshaller. marshal(Link link, ConversionContext conversionContext)StreamableDelegatingMigrationAwareFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker
Methods in com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker that return Streamable Modifier and Type Method Description StreamableInlineCommentMarker. getBodyStream()Constructors in com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker with parameters of type Streamable Constructor Description InlineCommentMarker(String ref, Streamable body) - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.model.pagelayouts
Methods in com.atlassian.confluence.content.render.xhtml.model.pagelayouts that return Streamable Modifier and Type Method Description StreamablePageLayoutCell. getBody()Constructors in com.atlassian.confluence.content.render.xhtml.model.pagelayouts with parameters of type Streamable Constructor Description PageLayoutCell(PageLayoutCellType type, Streamable body) - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.storage.embed
Methods in com.atlassian.confluence.content.render.xhtml.storage.embed that return Streamable Modifier and Type Method Description StreamableStorageEmbeddedImageMarshaller. marshal(EmbeddedImage embeddedImage, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.storage.inline
Methods in com.atlassian.confluence.content.render.xhtml.storage.inline that return Streamable Modifier and Type Method Description StreamableStorageEmoticonMarshaller. marshal(Emoticon emoticon, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker
Methods in com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker that return Streamable Modifier and Type Method Description StreamableStorageInlineCommentMarkerMarshaller. marshal(InlineCommentMarker inlineCommentMarker, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.storage.inlinetask
Methods in com.atlassian.confluence.content.render.xhtml.storage.inlinetask that return Streamable Modifier and Type Method Description StreamableStorageInlineTaskMarshaller. marshal(InlineTaskList inlineTaskList, ConversionContext conversionContext)protected StreamableStorageInlineTaskUnmarshaller. processTaskTitle(XMLEventReader reader, FragmentTransformer fragmentTransformer, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.storage.link
Methods in com.atlassian.confluence.content.render.xhtml.storage.link that return Streamable Modifier and Type Method Description StreamableStorageLinkBodyMarshaller. marshal(LinkBody<?> linkBody, ConversionContext conversionContext)StreamableStorageLinkMarshaller. marshal(Link link, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.storage.macro
Methods in com.atlassian.confluence.content.render.xhtml.storage.macro that return Streamable Modifier and Type Method Description StreamableDelegatingStorageMacroMarshaller. marshal(MacroDefinition macroDefinition, ConversionContext conversionContext)Marshals the suppliedMacroDefinitionusing either V1 or V2 macro storage format.StreamableStorageMacroV1Marshaller. marshal(MacroDefinition macroDefinition, ConversionContext conversionContext)StreamableStorageMacroV2Marshaller. marshal(MacroDefinition originalMacroDefinition, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.storage.pagelayouts
Methods in com.atlassian.confluence.content.render.xhtml.storage.pagelayouts that return Streamable Modifier and Type Method Description StreamableStoragePageLayoutMarshaller. marshal(PageLayout pagelayout, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.storage.placeholder
Methods in com.atlassian.confluence.content.render.xhtml.storage.placeholder that return Streamable Modifier and Type Method Description StreamableStoragePlaceholderMarshaller. marshal(Placeholder placeholder, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
Methods in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers that return Streamable Modifier and Type Method Description StreamableDelegatingResourceIdentifierMarshaller. marshal(ResourceIdentifier resourceIdentifier, ConversionContext conversionContext)StreamableMakeRelativeAndDelegateResourceIdentifierMarshaller. marshal(ResourceIdentifier resourceId, ConversionContext conversionContext)StreamableStorageAttachmentResourceIdentifierMarshaller. marshal(AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)StreamableStorageBlogPostResourceIdentifierMarshaller. marshal(BlogPostResourceIdentifier resourceIdentifier, ConversionContext conversionContext)Marshal the provided resource identifier.StreamableStorageContentEntityResourceIdentifierMarshaller. marshal(ContentEntityResourceIdentifier contentEntityResourceIdentifier, ConversionContext conversionContext)StreamableStoragePageResourceIdentifierMarshaller. marshal(PageResourceIdentifier pageResourceIdentifier, ConversionContext conversionContext)Marshal the provided resource identifier.StreamableStorageShortcutResourceIdentifierMarshaller. marshal(ShortcutResourceIdentifier shortcutResourceIdentifier, ConversionContext conversionContext)StreamableStorageSpaceResourceIdentifierMarshaller. marshal(SpaceResourceIdentifier spaceResourceIdentifier, ConversionContext conversionContext)StreamableStorageUrlResourceIdentifierMarshaller. marshal(UrlResourceIdentifier urlResourceIdentifier, ConversionContext conversionContext)StreamableStorageUserResourceIdentifierMarshaller. marshal(UserResourceIdentifier userResourceIdentifier, ConversionContext conversionContext)Marshal the suppliedUserResourceIdentifierto storage format. - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.storage.time
Methods in com.atlassian.confluence.content.render.xhtml.storage.time that return Streamable Modifier and Type Method Description StreamableStorageTimeMarshaller. marshal(Time time, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.transformers
Methods in com.atlassian.confluence.content.render.xhtml.transformers that return Streamable Modifier and Type Method Description StreamableDefaultFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer defaultFragmentTransformer, ConversionContext conversionContext)Transform the XML read from the supplied reader, making use of any configured FragmentTransformers as appropriate.StreamableElementTransformingFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)Wraps the supplied reader in an ElementTransformingXmlEventReader and then applies the mainFragmentTransformer.StreamableFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)StreamableHtml5RawTextElementFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)StreamableHtml5VoidElementFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)StreamableLazyLoadingFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)StreamableLegacyFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)StreamablePluginFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.view
Methods in com.atlassian.confluence.content.render.xhtml.view that return Streamable Modifier and Type Method Description StreamableViewTableWrappingFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.view.embed
Methods in com.atlassian.confluence.content.render.xhtml.view.embed that return Streamable 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)StreamableEmbeddedImageMarshaller. marshal(EmbeddedImage embeddedImage, ConversionContext conversionContext)StreamableViewEmbeddedImageMarshaller. marshal(EmbeddedImage embeddedImage, ConversionContext conversionContext)StreamableUnidentifiedAttachmentMarshaller. marshalPlaceholder(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier ri, ConversionContext context)StreamableViewUnidentifiedAttachmentMarshaller. marshalPlaceholder(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier ri, ConversionContext context) - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.view.inline
Methods in com.atlassian.confluence.content.render.xhtml.view.inline that return Streamable Modifier and Type Method Description StreamableViewEmoticonMarshaller. marshal(Emoticon emoticon, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.view.inlinecommentmarker
Methods in com.atlassian.confluence.content.render.xhtml.view.inlinecommentmarker that return Streamable Modifier and Type Method Description StreamableViewInlineCommentMarkerMarshaller. marshal(InlineCommentMarker inlineCommentMarker, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.view.inlinetask
Methods in com.atlassian.confluence.content.render.xhtml.view.inlinetask that return Streamable Modifier and Type Method Description StreamableViewInlineTaskMarshaller. marshal(InlineTaskList inlineTaskList, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.view.link
Methods in com.atlassian.confluence.content.render.xhtml.view.link that return Streamable Modifier and Type Method Description StreamableViewAttachmentLinkMarshaller. marshal(Link attachmentLink, ConversionContext conversionContext)StreamableViewBlogPostLinkMarshaller. marshal(Link link, ConversionContext conversionContext)StreamableViewContentEntityLinkMarshaller. marshal(Link link, ConversionContext conversionContext)StreamableViewCreatePageLinkMarshaller. marshal(CreatePageLink createPageLink, ConversionContext conversionContext)StreamableViewDraftLinkMarshaller. marshal(Link link, ConversionContext conversionContext)StreamableViewIdAndTypeLinkMarshaller. marshal(Link link, ConversionContext conversionContext)StreamableViewLinkBodyMarshaller. marshal(Link link, ConversionContext conversionContext)StreamableViewPageLinkMarshaller. marshal(Link attachmentLink, ConversionContext conversionContext)StreamableViewPageTemplateLinkMarshaller. marshal(Link attachmentLink, ConversionContext conversionContext)StreamableViewShortcutLinkMarshaller. marshal(Link shortcutLink, ConversionContext conversionContext)StreamableViewSpaceLinkMarshaller. marshal(Link link, ConversionContext conversionContext)Marshals the given link to a String.StreamableViewUnresolvedLinkBodyMarshaller. marshal(Link link, ConversionContext conversionContext)StreamableViewUnresolvedLinkMarshaller. marshal(UnresolvedLink unresolvedLink, ConversionContext conversionContext)StreamableViewUserLinkMarshaller. marshal(Link userLink, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.view.macro
Methods in com.atlassian.confluence.content.render.xhtml.view.macro that return Streamable Modifier and Type Method Description StreamableViewMacroMarshaller. marshal(MacroDefinition macroDefinition, ConversionContext conversionContext)StreamableViewUnknownMacroMarshaller. marshal(MacroDefinition macroDefinition, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.view.pagelayouts
Methods in com.atlassian.confluence.content.render.xhtml.view.pagelayouts that return Streamable Modifier and Type Method Description StreamableViewPageLayoutMarshaller. marshal(PageLayout pagelayout, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.view.placeholder
Methods in com.atlassian.confluence.content.render.xhtml.view.placeholder that return Streamable Modifier and Type Method Description StreamableViewPlaceholderMarshaller. marshal(Placeholder placeholder, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.view.time
Methods in com.atlassian.confluence.content.render.xhtml.view.time that return Streamable Modifier and Type Method Description StreamableViewTimeMarshaller. marshal(Time time, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.diff.marshallers
Methods in com.atlassian.confluence.diff.marshallers that return Streamable Modifier and Type Method Description StreamableDiffInlineCommentMarkerMarshaller. marshal(InlineCommentMarker inlineCommentMarker, ConversionContext conversionContext)StreamableDiffInlineTaskMarshaller. marshal(InlineTaskList inlineTaskList, ConversionContext conversionContext)StreamableDiffLinkMarshaller. marshal(Link link, ConversionContext conversionContext)StreamableDiffMacroMarshaller. marshal(MacroDefinition macroDefinition, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.impl.backuprestore.backup.exporters
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters that return Streamable Modifier and Type Method Description StreamableUserKeyExtractorFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.impl.content.render.xhtml.analytics
Methods in com.atlassian.confluence.impl.content.render.xhtml.analytics that return Streamable Modifier and Type Method Description StreamableMetricsCollectingMarshaller. marshal(T object, @Nullable ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.impl.content.render.xhtml.editor.macro
Methods in com.atlassian.confluence.impl.content.render.xhtml.editor.macro that return Streamable Modifier and Type Method Description StreamableDelegatingEditorMacroMarshaller. marshal(MacroDefinition macroDefinition, ConversionContext conversionContext) - 
Uses of Streamable in com.atlassian.confluence.macro
Methods in com.atlassian.confluence.macro that return Streamable Modifier and Type Method Description StreamableStreamableMacro. executeToStream(Map<String,String> parameters, Streamable body, ConversionContext context)Execute the macro, and produce a streamable that represents its output.Methods in com.atlassian.confluence.macro with parameters of type Streamable Modifier and Type Method Description StreamableStreamableMacro. executeToStream(Map<String,String> parameters, Streamable body, ConversionContext context)Execute the macro, and produce a streamable that represents its output. - 
Uses of Streamable in com.atlassian.confluence.plugins.soy
Methods in com.atlassian.confluence.plugins.soy that return Streamable Modifier and Type Method Description StreamableConfluenceSoyTemplateRenderer. render(String templateProviderPluginKey, String templateName, Map<String,Object> data)StreamableConfluenceSoyTemplateRenderer. render(String templateProviderPluginKey, String templateName, Map<String,Object> data, Map<String,Object> injectedData) - 
Uses of Streamable in com.atlassian.confluence.renderer.template
Methods in com.atlassian.confluence.renderer.template that return Streamable Modifier and Type Method Description StreamableDelegatingTemplateRenderer. render(String templateProviderPluginKey, String templateName, Map<String,Object> data)StreamableDelegatingTemplateRenderer. render(String templateProviderPluginKey, String templateName, Map<String,Object> data, Map<String,Object> injectedData)StreamableTemplateRenderer. render(String templateProviderPluginKey, String templateName, Map<String,Object> data)Render a plugin-provided template as a Streamable.StreamableTemplateRenderer. render(String templateProviderPluginKey, String templateName, Map<String,Object> data, Map<String,Object> injectedData)Render a plugin-provided template as a Streamable. - 
Uses of Streamable in com.atlassian.confluence.xhtml.api
Methods in com.atlassian.confluence.xhtml.api that return Streamable Modifier and Type Method Description StreamableMacroDefinition. getBodyStream()StreamableMacroDefinition. getStorageBodyStream()StreamableMacroDefinition. getTransformedBodyStream()abstract StreamableMacroDefinitionMarshallingStrategy. marshal(MacroDefinition macroDefinition, ConversionContext conversionContext, Marshaller<MacroDefinition> macroDefinitionMarshaller)Convert the MacroDefinition to a string. 
 -