|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Streamable in com.atlassian.confluence.content.render.xhtml |
---|
Methods in com.atlassian.confluence.content.render.xhtml that return Streamable | |
---|---|
static Streamable |
Streamables.combine(java.lang.Iterable<Streamable> streamables)
Combine a series of streamable instances into a single result. |
static Streamable |
Streamables.combine(Streamable... streamables)
Combine a series of streamable instances into a single result. |
static Streamable |
Streamables.empty()
Create an empty streamable that will do nothing when its writeTo() method is called. |
static Streamable |
Streamables.from(java.lang.String source)
Produce a streamable from a string. |
static Streamable |
Streamables.from(XmlStreamWriterTemplate template,
XmlStreamWriterCallback callback)
Create a streamable that will produce the result of executing the provide callback within the template. |
Streamable |
DelegatingLinkMarshaller.marshal(Link link,
ConversionContext conversionContext)
|
Streamable |
Marshaller.marshal(T object,
ConversionContext conversionContext)
Marshals an object to XML. |
Streamable |
UnmarshalMarshalFragmentTransformer.transform(javax.xml.stream.XMLEventReader reader,
FragmentTransformer mainFragmentTransformer,
ConversionContext conversionContext)
|
Streamable |
MarshallingFragmentTransformer.transform(javax.xml.stream.XMLEventReader reader,
FragmentTransformer mainFragmentTransformer,
ConversionContext conversionContext)
|
Methods in com.atlassian.confluence.content.render.xhtml with parameters of type Streamable | |
---|---|
static Streamable |
Streamables.combine(Streamable... streamables)
Combine a series of streamable instances into a single result. |
static java.lang.String |
Streamables.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 | |
---|---|
static Streamable |
Streamables.combine(java.lang.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 | |
---|---|
Streamable |
RichTextMacroBody.getBodyStream()
|
Streamable |
PlainTextMacroBody.getBodyStream()
|
Streamable |
MacroBody.getBodyStream()
|
Constructors in com.atlassian.confluence.content.render.xhtml.definition with parameters of type Streamable | |
---|---|
RichTextMacroBody(Streamable body)
|
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.editor |
---|
Methods in com.atlassian.confluence.content.render.xhtml.editor that return Streamable | |
---|---|
Streamable |
EditorErrorFragmentTransformer.transform(javax.xml.stream.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 | |
---|---|
Streamable |
EditorUnidentifiedAttachmentMarshaller.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 | |
---|---|
Streamable |
EditorEmoticonMarshaller.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 | |
---|---|
Streamable |
EditorMacroMarshaller.marshal(MacroDefinition macroDefinition,
ConversionContext conversionContext)
|
Streamable |
MacroMarshaller.marshal(Macro macro,
MacroDefinition macroDefinition,
ConversionContext conversionContext)
Marshall the supplied macro. |
Streamable |
EditorBodyMacroMarshaller.marshal(Macro macro,
MacroDefinition macroDefinition,
ConversionContext conversionContext)
|
Streamable |
EditorBodilessMacroMarshaller.marshal(Macro macro,
MacroDefinition macroDefinition,
ConversionContext conversionContext)
|
Streamable |
CustomPlaceholderEditorMarshaller.marshal(Macro macro,
MacroDefinition macroDefinition,
ConversionContext conversionContext)
|
Streamable |
CustomImageEditorMacroMarshaller.marshal(Macro macro,
MacroDefinition macroDefinition,
ConversionContext conversionContext)
|
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 | |
---|---|
Streamable |
EditorPlaceholderMarshaller.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 | |
---|---|
Streamable |
UrlLinkMarshaller.marshal(Link link,
ConversionContext conversionContext)
|
Streamable |
DelegatingMigrationAwareFragmentTransformer.transform(javax.xml.stream.XMLEventReader reader,
FragmentTransformer mainFragmentTransformer,
ConversionContext conversionContext)
|
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 | |
---|---|
Streamable |
PageLayoutCell.getBody()
|
Constructors in com.atlassian.confluence.content.render.xhtml.model.pagelayouts with parameters of type Streamable | |
---|---|
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 | |
---|---|
Streamable |
StorageEmbeddedImageMarshaller.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 | |
---|---|
Streamable |
StorageEmoticonMarshaller.marshal(Emoticon emoticon,
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 | |
---|---|
Streamable |
StorageInlineTaskMarshaller.marshal(InlineTaskList inlineTaskList,
ConversionContext conversionContext)
|
protected Streamable |
StorageInlineTaskUnmarshaller.processTaskTitle(javax.xml.stream.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 | |
---|---|
Streamable |
StorageLinkBodyMarshaller.marshal(LinkBody<?> linkBody,
ConversionContext conversionContext)
|
Streamable |
StorageLinkMarshaller.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 | |
---|---|
Streamable |
StorageMacroV2Marshaller.marshal(MacroDefinition macroDefinition,
ConversionContext conversionContext)
|
Streamable |
StorageMacroV1Marshaller.marshal(MacroDefinition macroDefinition,
ConversionContext conversionContext)
|
Streamable |
DelegatingStorageMacroMarshaller.marshal(MacroDefinition macroDefinition,
ConversionContext conversionContext)
Marshals the supplied MacroDefinition using either V1 or V2 macro storage format. |
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 | |
---|---|
Streamable |
StoragePageLayoutMarshaller.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 | |
---|---|
Streamable |
StoragePlaceholderMarshaller.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 | |
---|---|
Streamable |
StorageAttachmentResourceIdentifierMarshaller.marshal(AttachmentResourceIdentifier attachmentResourceIdentifier,
ConversionContext conversionContext)
|
Streamable |
StorageBlogPostResourceIdentifierMarshaller.marshal(BlogPostResourceIdentifier resourceIdentifier,
ConversionContext conversionContext)
Marshal the provided resource identifier. |
Streamable |
StorageContentEntityResourceIdentifierMarshaller.marshal(ContentEntityResourceIdentifier contentEntityResourceIdentifier,
ConversionContext conversionContext)
|
Streamable |
StoragePageResourceIdentifierMarshaller.marshal(PageResourceIdentifier pageResourceIdentifier,
ConversionContext conversionContext)
Marshal the provided resource identifier. |
Streamable |
MakeRelativeAndDelegateResourceIdentifierMarshaller.marshal(ResourceIdentifier resourceId,
ConversionContext conversionContext)
|
Streamable |
DelegatingResourceIdentifierMarshaller.marshal(ResourceIdentifier resourceIdentifier,
ConversionContext conversionContext)
|
Streamable |
StorageShortcutResourceIdentifierMarshaller.marshal(ShortcutResourceIdentifier shortcutResourceIdentifier,
ConversionContext conversionContext)
|
Streamable |
StorageSpaceResourceIdentifierMarshaller.marshal(SpaceResourceIdentifier spaceResourceIdentifier,
ConversionContext conversionContext)
|
Streamable |
StorageUrlResourceIdentifierMarshaller.marshal(UrlResourceIdentifier urlResourceIdentifier,
ConversionContext conversionContext)
|
Streamable |
StorageUserResourceIdentifierMarshaller.marshal(UserResourceIdentifier userResourceIdentifier,
ConversionContext conversionContext)
Marshal the supplied UserResourceIdentifier to storage format. |
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.transformers |
---|
Methods in com.atlassian.confluence.content.render.xhtml.transformers that return Streamable | |
---|---|
Streamable |
LegacyFragmentTransformer.transform(javax.xml.stream.XMLEventReader reader,
FragmentTransformer mainFragmentTransformer,
ConversionContext conversionContext)
|
Streamable |
LazyLoadingFragmentTransformer.transform(javax.xml.stream.XMLEventReader reader,
FragmentTransformer mainFragmentTransformer,
ConversionContext conversionContext)
|
Streamable |
FragmentTransformer.transform(javax.xml.stream.XMLEventReader reader,
FragmentTransformer mainFragmentTransformer,
ConversionContext conversionContext)
|
Streamable |
ElementTransformingFragmentTransformer.transform(javax.xml.stream.XMLEventReader reader,
FragmentTransformer mainFragmentTransformer,
ConversionContext conversionContext)
Wraps the supplied reader in an ElementTransformingXmlEventReader and then applies the mainFragmentTransformer. |
Streamable |
DefaultFragmentTransformer.transform(javax.xml.stream.XMLEventReader reader,
FragmentTransformer defaultFragmentTransformer,
ConversionContext conversionContext)
Transform the XML read from the supplied reader, making use of any configured FragmentTransformers as appropriate. |
Uses of Streamable in com.atlassian.confluence.content.render.xhtml.view |
---|
Methods in com.atlassian.confluence.content.render.xhtml.view that return Streamable | |
---|---|
Streamable |
ViewTableWrappingFragmentTransformer.transform(javax.xml.stream.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 | |
---|---|
Streamable |
EmbeddedImageMarshaller.marshal(EmbeddedImage embeddedImage,
ConversionContext conversionContext)
|
Streamable |
DefaultAttachedImageResourceMarshaller.marshal(XmlStreamWriterTemplate xmlStreamWriterTemplate,
EmbeddedImage embeddedImage,
AttachmentResourceIdentifier attachmentResourceIdentifier,
ConversionContext conversionContext)
|
Streamable |
AttachedImageMarshaller.marshal(XmlStreamWriterTemplate xmlStreamWriterTemplate,
EmbeddedImage embeddedImage,
AttachmentResourceIdentifier attachmentResourceIdentifier,
ConversionContext conversionContext)
|
Streamable |
ViewUnidentifiedAttachmentMarshaller.marshalPlaceholder(XmlStreamWriterTemplate xmlStreamWriterTemplate,
EmbeddedImage embeddedImage,
AttachmentResourceIdentifier ri,
ConversionContext context)
|
Streamable |
UnidentifiedAttachmentMarshaller.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 | |
---|---|
Streamable |
ViewEmoticonMarshaller.marshal(Emoticon emoticon,
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 | |
---|---|
Streamable |
ViewInlineTaskMarshaller.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 | |
---|---|
Streamable |
ViewCreatePageLinkMarshaller.marshal(CreatePageLink createPageLink,
ConversionContext conversionContext)
|
Streamable |
ViewUserLinkMarshaller.marshal(Link userLink,
ConversionContext conversionContext)
|
Streamable |
ViewUnresolvedLinkBodyMarshaller.marshal(Link link,
ConversionContext conversionContext)
|
Streamable |
ViewSpaceLinkMarshaller.marshal(Link link,
ConversionContext conversionContext)
Marshals the given link to a String. |
Streamable |
ViewShortcutLinkMarshaller.marshal(Link shortcutLink,
ConversionContext conversionContext)
|
Streamable |
ViewPageLinkMarshaller.marshal(Link link,
ConversionContext conversionContext)
|
Streamable |
ViewLinkBodyMarshaller.marshal(Link link,
ConversionContext conversionContext)
|
Streamable |
ViewIdAndTypeLinkMarshaller.marshal(Link link,
ConversionContext conversionContext)
|
Streamable |
ViewDraftLinkMarshaller.marshal(Link link,
ConversionContext conversionContext)
|
Streamable |
ViewContentEntityLinkMarshaller.marshal(Link link,
ConversionContext conversionContext)
|
Streamable |
ViewBlogPostLinkMarshaller.marshal(Link link,
ConversionContext conversionContext)
|
Streamable |
ViewAttachmentLinkMarshaller.marshal(Link attachmentLink,
ConversionContext conversionContext)
|
Streamable |
ViewUnresolvedLinkMarshaller.marshal(UnresolvedLink unresolvedLink,
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 | |
---|---|
Streamable |
ViewUnknownMacroMarshaller.marshal(MacroDefinition macroDefinition,
ConversionContext conversionContext)
|
Streamable |
ViewMacroMarshaller.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 | |
---|---|
Streamable |
ViewPageLayoutMarshaller.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 | |
---|---|
Streamable |
ViewPlaceholderMarshaller.marshal(Placeholder placeholder,
ConversionContext conversionContext)
|
Uses of Streamable in com.atlassian.confluence.diff.marshallers |
---|
Methods in com.atlassian.confluence.diff.marshallers that return Streamable | |
---|---|
Streamable |
DiffInlineTaskMarshaller.marshal(InlineTaskList inlineTaskList,
ConversionContext conversionContext)
|
Streamable |
DiffLinkMarshaller.marshal(Link link,
ConversionContext conversionContext)
|
Streamable |
DiffMacroMarshaller.marshal(MacroDefinition macroDefinition,
ConversionContext conversionContext)
|
Uses of Streamable in com.atlassian.confluence.macro |
---|
Methods in com.atlassian.confluence.macro that return Streamable | |
---|---|
Streamable |
StreamableMacro.executeToStream(java.util.Map<java.lang.String,java.lang.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 | |
---|---|
Streamable |
StreamableMacro.executeToStream(java.util.Map<java.lang.String,java.lang.String> parameters,
Streamable body,
ConversionContext context)
Execute the macro, and produce a streamable that represents its output. |
Uses of Streamable in com.atlassian.confluence.xhtml.api |
---|
Methods in com.atlassian.confluence.xhtml.api that return Streamable | |
---|---|
Streamable |
MacroDefinition.getBodyStream()
|
abstract Streamable |
MacroDefinitionMarshallingStrategy.marshal(MacroDefinition macroDefinition,
ConversionContext conversionContext,
Marshaller<MacroDefinition> macroDefinitionMarshaller)
Convert the MacroDefinition to a string. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |