Uses of Interface
com.atlassian.confluence.content.render.xhtml.ConversionContext
Packages that use ConversionContext
Package
Description
-
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml
Classes in com.atlassian.confluence.content.render.xhtml that implement ConversionContextModifier and TypeClassDescriptionclass
A non-thread safe implementation of the ConversionContext suitable for use in the single threaded XHTML output process.Methods in com.atlassian.confluence.content.render.xhtml that return ConversionContextMethods in com.atlassian.confluence.content.render.xhtml with parameters of type ConversionContextModifier and TypeMethodDescriptionPolicyConfiguredCleaner.cleanQuietly
(String unclean, ConversionContext context) StorageFormatCleaner.cleanQuietly
(String unclean, ConversionContext context) Deprecated.XhtmlCleaner.cleanQuietly
(String unclean, ConversionContext context) Deprecated.since 5.1, useXhtmlCleaner.cleanQuietly(String)
DefaultEditorFormatService.convertEditToEmbeddedImage
(String editFragment, ConversionContext context) DefaultEditorFormatService.convertEditToLink
(String editFragment, ConversionContext context) DefaultEditorFormatService.convertEditToMacroDefinition
(String editFragment, ConversionContext context) DefaultEditorFormatService.convertEditToStorage
(String editFragment, ConversionContext context) DefaultEditorFormatService.convertEmbeddedImageToEdit
(EmbeddedImage embeddedImage, ConversionContext context) DefaultXhtmlContent.convertEmbeddedImageToStorage
(EmbeddedImage embeddedImage, ConversionContext context) DefaultXhtmlContent.convertEmbeddedImageToView
(EmbeddedImage embeddedImage, ConversionContext context) DefaultXhtmlContent.convertInlineTaskListToStorage
(InlineTaskList inlineTaskList, ConversionContext context) DefaultXhtmlContent.convertInlineTaskListToView
(InlineTaskList inlineTaskList, ConversionContext context) DefaultEditorFormatService.convertLinkToEdit
(Link link, ConversionContext context) DefaultXhtmlContent.convertLinkToStorage
(Link link, ConversionContext context) DefaultXhtmlContent.convertLinkToView
(Link link, ConversionContext context) DefaultEditorFormatService.convertMacroDefinitionToEdit
(MacroDefinition macroDefinition, ConversionContext context) DefaultXhtmlContent.convertMacroDefinitionToStorage
(MacroDefinition macroDefinition, ConversionContext context) DefaultXhtmlContent.convertMacroDefinitionToView
(MacroDefinition macroDefinition, ConversionContext context) DefaultEditorFormatService.convertStorageToEdit
(String storageFragment, ConversionContext context) DefaultXhtmlContent.convertStorageToView
(String storageFragment, ConversionContext context) DefaultEditorFormatService.convertWikiToEdit
(String wikiContent, ConversionContext context) DefaultXhtmlContent.convertWikiToStorage
(String wikiContent, ConversionContext context, List<RuntimeException> migrationExceptions) DefaultXhtmlContent.convertWikiToView
(String wikiContent, ConversionContext context, List<RuntimeException> migrationExceptions) protected ResourceIdentifier
DelegatingLinkMarshaller.getResourceIdentifier
(Link link, ConversionContext conversionContext) void
DefaultXhtmlContent.handleMacroDefinitions
(String storageFragment, ConversionContext context, MacroDefinitionHandler handler) void
DefaultXhtmlContent.handleMacroDefinitions
(String storageFragment, ConversionContext context, MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy) boolean
MarshallingFragmentTransformer.handles
(StartElement startElementEvent, ConversionContext conversionContext) boolean
Unmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) Determines whether or not this unmarshaller should be applied to a fragment with the specified start element.boolean
UnmarshalMarshalFragmentTransformer.handles
(StartElement startElementEvent, ConversionContext conversionContext) void
DefaultXhtmlContent.handleXhtmlElements
(String storageFragment, ConversionContext context, List<? extends XhtmlVisitor> visitors) DelegatingLinkMarshaller.marshal
(Link link, ConversionContext conversionContext) Marshaller.marshal
(T object, ConversionContext conversionContext) Marshals an object to XML.void
StaxStreamMarshaller.marshal
(T object, XMLStreamWriter xmlStreamWriter, ConversionContext context) void
DummyRenderingEventPublisher.publish
(Object src, ConversionContext conversionContext) void
RenderingEventPublisher.publish
(Object src, ConversionContext conversionContext) Processes the ConversionContext to publish relevant events.DefaultLinkRenderer.render
(ContentEntityObject content, ConversionContext conversionContext) DefaultLinkRenderer.render
(ContentEntityObject content, String linkAlias, ConversionContext conversionContext) DefaultRenderer.render
(ContentEntityObject contentEntityObject, ConversionContext conversionContext) DefaultRenderer.render
(String content, ConversionContext conversionContext) DeviceTypeAwareRenderer.render
(ContentEntityObject content, ConversionContext conversionContext) DeviceTypeAwareRenderer.render
(String xml, ConversionContext conversionContext) LinkRenderer.render
(ContentEntityObject content, ConversionContext conversionContext) Renders link to specified content using the display name of the content as the link body.LinkRenderer.render
(ContentEntityObject content, String linkAlias, ConversionContext conversionContext) Renders link to specified content with specified alias.Renderer.render
(ContentEntityObject content, ConversionContext conversionContext) Renderer.render
(String xml, ConversionContext conversionContext) DefaultRenderer.renderWithResult
(String content, ConversionContext conversionContext) DeviceTypeAwareRenderer.renderWithResult
(String xml, ConversionContext conversionContext) Renderer.renderWithResult
(String xml, ConversionContext conversionContext) DefaultXhtmlContent.replaceMacroDefinitionsWithString
(String storageFragment, ConversionContext context, MacroDefinitionReplacer replacer) MarshallingFragmentTransformer.transform
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) PluggableTransformerChain.transform
(Reader input, ConversionContext conversionContext) TransformerChain.transform
(Reader input, ConversionContext conversionContext) UnmarshalMarshalFragmentTransformer.transform
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) Unmarshaller.unmarshal
(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) Unmarshalls a StAX event stream to an object.DefaultXhtmlContent.updateMacroDefinitions
(String storageFragment, ConversionContext context, MacroDefinitionUpdater updater) Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type ConversionContextModifierConstructorDescriptionBatchedRenderRequest
(ConversionContext context, List<String> storageFragments) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.compatibility
Methods in com.atlassian.confluence.content.render.xhtml.compatibility that return ConversionContextModifier and TypeMethodDescriptionDefaultLegacyV2RendererContextInitialiser.initialise
(ConversionContext conversionContext) LegacyV2RendererContextInitialiser.initialise
(ConversionContext conversionContext) Methods in com.atlassian.confluence.content.render.xhtml.compatibility with parameters of type ConversionContextModifier and TypeMethodDescriptionDefaultLegacyV2RendererContextInitialiser.initialise
(ConversionContext conversionContext) LegacyV2RendererContextInitialiser.initialise
(ConversionContext conversionContext) BodyTypeAwareRenderer.render
(ContentEntityObject content, ConversionContext conversionContext) Produces an appropriate rendering of the specified content depending on itsBodyType
.BodyTypeAwareRenderer.render
(String xml, ConversionContext conversionContext) BodyTypeAwareRenderer.renderWithResult
(String xml, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.editor
Methods in com.atlassian.confluence.content.render.xhtml.editor with parameters of type ConversionContextModifier and TypeMethodDescriptionDefaultEditorConverter.convert
(String editorFormat, ConversionContext conversionContext) EditorConverter.convert
(String editorFormat, ConversionContext conversionContext) boolean
EditorErrorFragmentTransformer.handles
(StartElement startElementEvent, ConversionContext conversionContext) EditorErrorFragmentTransformer.transform
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) EditorXhtmlTransformer.transform
(Reader editorFormatXml, ConversionContext conversionContext) Begin consuming events from the supplied Reader, ignore all elements until the body is encountered, at which point the fragment transformation begins. -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.editor.embed
Methods in com.atlassian.confluence.content.render.xhtml.editor.embed with parameters of type ConversionContextModifier and TypeMethodDescriptionboolean
EditorEmbeddedImageResourceUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) EditorUnidentifiedAttachmentMarshaller.marshalPlaceholder
(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext) EditorEmbeddedImageResourceUnmarshaller.unmarshal
(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) void
EditorEmbeddedImageTitleWriter.writeEmbeddedImageTag
(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter, Attachment attachment, String imageSource, String thumbnailSource, EmbeddedImage embeddedImage, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.editor.inline
Methods in com.atlassian.confluence.content.render.xhtml.editor.inline with parameters of type ConversionContextModifier and TypeMethodDescriptionboolean
EditorEmoticonUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) EditorEmoticonMarshaller.marshal
(Emoticon emoticon, ConversionContext conversionContext) EditorEmoticonUnmarshaller.unmarshal
(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.editor.inlinecommentmarker
Methods in com.atlassian.confluence.content.render.xhtml.editor.inlinecommentmarker with parameters of type ConversionContextModifier and TypeMethodDescriptionboolean
EditorInlineCommentMarkerUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) EditorInlineCommentMarkerUnmarshaller.unmarshal
(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.editor.link
Methods in com.atlassian.confluence.content.render.xhtml.editor.link with parameters of type ConversionContextModifier and TypeMethodDescriptionboolean
EditorLinkBodyUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) This unmarshaller needs to be applied intelligently on a reader with the actual body of a link.boolean
EditorLinkUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) void
AttachmentStaxStreamMarshaller.marshal
(Attachment attachment, XMLStreamWriter xmlStreamWriter, ConversionContext context) void
EditorLinkMarshallingStrategy.marshal
(Link link, XMLStreamWriter xmlStreamWriter, ConversionContext context) EditorLinkBodyUnmarshaller.unmarshal
(XMLEventReader linkFragmentReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) EditorLinkUnmarshaller.unmarshal
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) protected void
EditorUnresolvedLinkMarshaller.writeAdditionalAttributes
(UnresolvedLink unresolvedLink, XMLStreamWriter xmlStreamWriter, Marshaller<Link> unresolvedLinkBodyMarshaller, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.editor.macro
Methods in com.atlassian.confluence.content.render.xhtml.editor.macro with parameters of type ConversionContextModifier and TypeMethodDescriptionboolean
EditorMacroUnmarshaller.handles
(StartElement startElement, ConversionContext conversionContext) CustomImageEditorMacroMarshaller.marshal
(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext) CustomPlaceholderEditorMarshaller.marshal
(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext) EditorBodilessMacroMarshaller.marshal
(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext) EditorBodyMacroMarshaller.marshal
(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext) EditorMacroMarshaller.marshal
(MacroDefinition macroDefinition, ConversionContext conversionContext) ImprovedEditorUnknownMacroMarshaller.marshal
(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext) MacroMarshaller.marshal
(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext) Marshall the supplied macro.MacroParameterTypeParser.parseMacroParameter
(String macroName, String parameterName, String untypedValue, Map<String, String> untypedParameters, ConversionContext conversionContext) MacroParameterTypeParserImpl.parseMacroParameter
(String macroName, String parameterName, String untypedValue, Map<String, String> untypedParameters, ConversionContext conversionContext) MacroParameterTypeParser.parseMacroParameters
(String macroName, Map<String, String> untypedParameters, ConversionContext conversionContext) Given raw macro parameter types, this converts them to the appropriate kind of object.MacroParameterTypeParserImpl.parseMacroParameters
(String macroName, Map<String, String> untypedParameters, ConversionContext conversionContext) EditorMacroUnmarshaller.unmarshal
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.editor.pagelayouts
Methods in com.atlassian.confluence.content.render.xhtml.editor.pagelayouts with parameters of type ConversionContextModifier and TypeMethodDescriptionboolean
EditorPageLayoutUnMarshaller.handles
(StartElement startElement, ConversionContext conversionContext) EditorPageLayoutUnMarshaller.unmarshal
(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.editor.placeholder
Methods in com.atlassian.confluence.content.render.xhtml.editor.placeholder with parameters of type ConversionContextModifier and TypeMethodDescriptionboolean
EditorPlaceholderUnmarshaller.handles
(StartElement startElement, ConversionContext conversionContext) EditorPlaceholderMarshaller.marshal
(Placeholder placeholder, ConversionContext conversionContext) EditorPlaceholderUnmarshaller.unmarshal
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers
Methods in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers with parameters of type ConversionContextModifier and TypeMethodDescriptionboolean
EditorAttachmentResourceIdentifierMarshallerAndUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) boolean
EditorBlogPostResourceIdentifierMarshallerAndUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) boolean
EditorIdAndTypeResourceIdentifierUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) boolean
EditorPageResourceIdentifierMarshallerAndUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) boolean
EditorShortcutResourceIdentifierMarshallerAndUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) boolean
EditorSpaceResourceIdentifierMarshallerAndUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) boolean
EditorUserResourceIdentifierMarshallerAndUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) boolean
IdAndTypeAnalyzingResourceIdentifierUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) void
DelegatingEditorResourceIdentifierMarshaller.marshal
(ResourceIdentifier resourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context) void
EditorAttachmentResourceIdentifierMarshallerAndUnmarshaller.marshal
(AttachmentResourceIdentifier attachmentResourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context) void
EditorBlogPostResourceIdentifierMarshallerAndUnmarshaller.marshal
(BlogPostResourceIdentifier blogPostResourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context) void
EditorPageResourceIdentifierMarshallerAndUnmarshaller.marshal
(PageResourceIdentifier pageResourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context) void
EditorShortcutResourceIdentifierMarshallerAndUnmarshaller.marshal
(ShortcutResourceIdentifier shortcutResourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context) void
EditorSpaceResourceIdentifierMarshallerAndUnmarshaller.marshal
(SpaceResourceIdentifier spaceResourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context) void
EditorUserResourceIdentifierMarshallerAndUnmarshaller.marshal
(UserResourceIdentifier userResourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context) EditorAttachmentResourceIdentifierMarshallerAndUnmarshaller.unmarshal
(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) EditorBlogPostResourceIdentifierMarshallerAndUnmarshaller.unmarshal
(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) EditorIdAndTypeResourceIdentifierUnmarshaller.unmarshal
(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) EditorPageResourceIdentifierMarshallerAndUnmarshaller.unmarshal
(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) EditorShortcutResourceIdentifierMarshallerAndUnmarshaller.unmarshal
(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) EditorSpaceResourceIdentifierMarshallerAndUnmarshaller.unmarshal
(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) EditorUserResourceIdentifierMarshallerAndUnmarshaller.unmarshal
(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) IdAndTypeAnalyzingResourceIdentifierUnmarshaller.unmarshal
(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.editor.time
Methods in com.atlassian.confluence.content.render.xhtml.editor.time with parameters of type ConversionContextModifier and TypeMethodDescriptionboolean
EditorTimeUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) EditorTimeUnmarshaller.unmarshal
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.image
Methods in com.atlassian.confluence.content.render.xhtml.image with parameters of type ConversionContextModifier and TypeMethodDescriptionboolean
ImageLinkEmoticonUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) Handleelements with the "emoticon" class and the emoticon-[type] attribute where [type] is a valid Confluence emoticon
ImageLinkEmoticonUnmarshaller.unmarshal
(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.links
Methods in com.atlassian.confluence.content.render.xhtml.links with parameters of type ConversionContextModifier and TypeMethodDescriptionAbsoluteHrefEvaluator.createHref
(ConversionContext context, Object object, String anchor) DefaultHrefEvaluator.createHref
(ConversionContext context, Object destination, String anchor) HrefEvaluator.createHref
(ConversionContext context, Object object, String anchor) Create the appropriate href attribute value for the supplied ConversionContext.HtmlExportHrefEvaluator.createHref
(ConversionContext context, WebLink link, String anchor) HtmlExportHrefEvaluator.createHref
(ConversionContext context, Attachment attachment, String anchor) HtmlExportHrefEvaluator.createHref
(ConversionContext context, Page page, String anchor) HtmlExportHrefEvaluator.createHref
(ConversionContext context, Object entity, String anchor) Attachments and Pages may well exist in the export so look for them as a special case.OutputTypeAwareHrefEvaluator.createHref
(ConversionContext context, Object entity, String anchor) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.migration
Methods in com.atlassian.confluence.content.render.xhtml.migration with parameters of type ConversionContextModifier and TypeMethodDescriptionboolean
MigrationAware.MigrationPerformedPredicate.apply
(ConversionContext conversionContext) boolean
DelegatingMigrationAwareFragmentTransformer.handles
(StartElement startElementEvent, ConversionContext conversionContext) UrlLinkMarshaller.marshal
(Link link, ConversionContext conversionContext) ExceptionTolerantMigrator.migrate
(String input, ConversionContext conversionContext) Migrate the supplied content.WikiToXhtmlMigrator.migrate
(String wiki, ConversionContext conversionContext) XhtmlRoundTripMigrator.migrate
(String inputStorageFormat, ConversionContext conversionContext) DelegatingMigrationAwareFragmentTransformer.transform
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) boolean
DelegatingMigrationAwareFragmentTransformer.wasMigrationPerformed
(ConversionContext conversionContext) boolean
MigrationAware.wasMigrationPerformed
(ConversionContext conversionContext) Given aConversionContext
that was previously used to perform a migration, determine if that context contains information that indicates whether a "migration" was performed.Constructor parameters in com.atlassian.confluence.content.render.xhtml.migration with type arguments of type ConversionContextModifierConstructorDescriptionXhtmlRoundTripMigrator
(FragmentTransformer storageRoundTripFragmentTransformer, XmlEventReaderFactory xmlEventReaderFactory, com.google.common.base.Predicate<ConversionContext> migrationPerformedPredicate) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Methods in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type ConversionContextModifier and TypeMethodDescriptionDefaultResourceIdentifierFactory.getResourceIdentifier
(Object resource, ConversionContext context) ResourceIdentifierFactory.getResourceIdentifier
(Object resource, ConversionContext context) Creates a resource identifier for the specified resource.AttachmentOwningContentResolver.resolve
(AttachmentResourceIdentifier resourceIdentifier, ConversionContext conversionContext) AttachmentResourceIdentifierOnlyUriResolver.resolve
(AttachmentResourceIdentifier resourceIdentifier, ConversionContext conversionContext) AttachmentResourceIdentifierResolver.resolve
(AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext) BlogPostResourceIdentifierResolver.resolve
(BlogPostResourceIdentifier blogResourceIdentifier, ConversionContext conversionContext) ContentEntityResourceIdentifierResolver.resolve
(ContentEntityResourceIdentifier resourceIdentifier, ConversionContext conversionContext) DraftResourceIdentifierResolver.resolve
(DraftResourceIdentifier resourceIdentifier, ConversionContext conversionContext) IdAndTypeResourceIdentifierResolver.resolve
(IdAndTypeResourceIdentifier resourceIdentifier, ConversionContext conversionContext) PageResourceIdentifierResolver.resolve
(PageResourceIdentifier pageResourceIdentifier, ConversionContext conversionContext) PageTemplateResourceIdentifierResolver.resolve
(PageTemplateResourceIdentifier resourceIdentifier, ConversionContext conversionContext) ResourceIdentifierResolver.resolve
(X resourceIdentifier, ConversionContext conversionContext) SpaceResourceIdentifierResolver.resolve
(SpaceResourceIdentifier resourceIdentifier, ConversionContext conversionContext) Resolves a SpaceResourceIdentifier to a Space if a Space for the given spacekey exists. -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.storage
Methods in com.atlassian.confluence.content.render.xhtml.storage with parameters of type ConversionContextModifier and TypeMethodDescriptionvoid
MacroDefinitionTransformer.handleMacroDefinitions
(String storageFragment, ConversionContext context, MacroDefinitionHandler handler) Perform an operation onMacroDefinition
s in the suppliedstorageFragment
without making changes to the storage representation.void
MacroDefinitionTransformer.handleMacroDefinitions
(String storageFragment, ConversionContext context, MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy) Perform an operation onMacroDefinition
s in the suppliedstorageFragment
, with optional changes to the storage representation defined by theMacroDefinitionMarshallingStrategy
.MacroDefinitionTransformer.replaceMacroDefinitionsWithString
(String storageFragment, ConversionContext context, MacroDefinitionReplacer replacer) ReplacesMacroDefinition
s in the suppliedstorageFragment
with a String.StorageXhtmlTransformer.transform
(Reader storage, ConversionContext conversionContext) Begin parsing the supplied Reader, ignore all elements until the body is encountered, at which point "ComponentParsing" begins.MacroDefinitionTransformer.updateMacroDefinitions
(String storageFragment, ConversionContext context, MacroDefinitionUpdater updater) UpdatesMacroDefinition
s in the suppliedstorageFragment
. -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.storage.embed
Methods in com.atlassian.confluence.content.render.xhtml.storage.embed with parameters of type ConversionContextModifier and TypeMethodDescriptionboolean
StorageEmbeddedImageUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) StorageEmbeddedImageMarshaller.marshal
(EmbeddedImage embeddedImage, ConversionContext conversionContext) StorageEmbeddedImageUnmarshaller.unmarshal
(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.storage.inline
Methods in com.atlassian.confluence.content.render.xhtml.storage.inline with parameters of type ConversionContextModifier and TypeMethodDescriptionboolean
StorageEmoticonUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) StorageEmoticonMarshaller.marshal
(Emoticon emoticon, ConversionContext conversionContext) StorageEmoticonUnmarshaller.unmarshal
(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker
Methods in com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker with parameters of type ConversionContextModifier and TypeMethodDescriptionboolean
StorageInlineCommentMarkerUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) StorageInlineCommentMarkerMarshaller.marshal
(InlineCommentMarker inlineCommentMarker, ConversionContext conversionContext) StorageInlineCommentMarkerUnmarshaller.unmarshal
(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.storage.inlinetask
Methods in com.atlassian.confluence.content.render.xhtml.storage.inlinetask with parameters of type ConversionContextModifier and TypeMethodDescriptionboolean
StorageInlineTaskUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) StorageInlineTaskMarshaller.marshal
(InlineTaskList inlineTaskList, ConversionContext conversionContext) protected Streamable
StorageInlineTaskUnmarshaller.processTaskTitle
(XMLEventReader reader, FragmentTransformer fragmentTransformer, ConversionContext conversionContext) StorageInlineTaskUnmarshaller.unmarshal
(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.storage.link
Methods in com.atlassian.confluence.content.render.xhtml.storage.link with parameters of type ConversionContextModifier and TypeMethodDescriptionboolean
StorageLinkUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) boolean
StoragePlainTextLinkBodyUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) boolean
StorageRichTextLinkBodyUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) StorageLinkBodyMarshaller.marshal
(LinkBody<?> linkBody, ConversionContext conversionContext) StorageLinkMarshaller.marshal
(Link link, ConversionContext conversionContext) StorageLinkUnmarshaller.unmarshal
(XMLEventReader linkReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) StoragePlainTextLinkBodyUnmarshaller.unmarshal
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) Implementation Note: In actual use this Unmarshaller will be operating on a 'storage reader'.StorageRichTextLinkBodyUnmarshaller.unmarshal
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.storage.macro
Methods in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type ConversionContextModifier and TypeMethodDescriptionDefaultStorageMacroBodyParser.getMacroBody
(String macroName, XMLEventReader bodyReader, ConversionContext context, FragmentTransformer transformer) StorageMacroBodyParser.getMacroBody
(String macroName, XMLEventReader bodyReader, ConversionContext context, FragmentTransformer transformer) Extract the MacroBody from the current position in the XMLEventReader.boolean
DelegatingStorageMacroUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) boolean
StorageMacroV1Unmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) boolean
StorageMacroV2Unmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) DelegatingStorageMacroMarshaller.marshal
(MacroDefinition macroDefinition, ConversionContext conversionContext) Marshals the suppliedMacroDefinition
using either V1 or V2 macro storage format.StorageMacroV1Marshaller.marshal
(MacroDefinition macroDefinition, ConversionContext conversionContext) StorageMacroV2Marshaller.marshal
(MacroDefinition originalMacroDefinition, ConversionContext conversionContext) DelegatingStorageMacroUnmarshaller.unmarshal
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) StorageMacroV1Unmarshaller.unmarshal
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) StorageMacroV2Unmarshaller.unmarshal
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) boolean
DelegatingStorageMacroMarshaller.wasMigrationPerformed
(ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody
Methods in com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody with parameters of type ConversionContextModifier and TypeMethodDescriptionInlineBodyMacroFixingTransformer.transform
(Reader input, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.storage.pagelayouts
Methods in com.atlassian.confluence.content.render.xhtml.storage.pagelayouts with parameters of type ConversionContextModifier and TypeMethodDescriptionboolean
StorageLegacyPageLayoutUnMarshaller.handles
(StartElement startElement, ConversionContext conversionContext) boolean
StoragePageLayoutUnMarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) StoragePageLayoutMarshaller.marshal
(PageLayout pagelayout, ConversionContext conversionContext) StorageLegacyPageLayoutUnMarshaller.unmarshal
(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) StoragePageLayoutUnMarshaller.unmarshal
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.storage.placeholder
Methods in com.atlassian.confluence.content.render.xhtml.storage.placeholder with parameters of type ConversionContextModifier and TypeMethodDescriptionboolean
StoragePlaceholderUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) StoragePlaceholderMarshaller.marshal
(Placeholder placeholder, ConversionContext conversionContext) StoragePlaceholderUnmarshaller.unmarshal
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
Methods in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with parameters of type ConversionContextModifier and TypeMethodDescriptionboolean
DelegatingResourceIdentifierUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) boolean
StorageResourceIdentifierUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) boolean
StorageUserResourceIdentifierUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) DelegatingResourceIdentifierMarshaller.marshal
(ResourceIdentifier resourceIdentifier, ConversionContext conversionContext) MakeRelativeAndDelegateResourceIdentifierMarshaller.marshal
(ResourceIdentifier resourceId, ConversionContext conversionContext) StorageAttachmentResourceIdentifierMarshaller.marshal
(AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext) StorageBlogPostResourceIdentifierMarshaller.marshal
(BlogPostResourceIdentifier resourceIdentifier, ConversionContext conversionContext) Marshal the provided resource identifier.StorageContentEntityResourceIdentifierMarshaller.marshal
(ContentEntityResourceIdentifier contentEntityResourceIdentifier, ConversionContext conversionContext) StoragePageResourceIdentifierMarshaller.marshal
(PageResourceIdentifier pageResourceIdentifier, ConversionContext conversionContext) Marshal the provided resource identifier.StorageShortcutResourceIdentifierMarshaller.marshal
(ShortcutResourceIdentifier shortcutResourceIdentifier, ConversionContext conversionContext) StorageSpaceResourceIdentifierMarshaller.marshal
(SpaceResourceIdentifier spaceResourceIdentifier, ConversionContext conversionContext) StorageUrlResourceIdentifierMarshaller.marshal
(UrlResourceIdentifier urlResourceIdentifier, ConversionContext conversionContext) StorageUserResourceIdentifierMarshaller.marshal
(UserResourceIdentifier userResourceIdentifier, ConversionContext conversionContext) Marshal the suppliedUserResourceIdentifier
to storage format.DelegatingResourceIdentifierUnmarshaller.unmarshal
(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) StorageResourceIdentifierUnmarshaller.unmarshal
(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) StorageUserResourceIdentifierUnmarshaller.unmarshal
(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) boolean
StorageUserResourceIdentifierMarshaller.wasMigrationPerformed
(ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.storage.time
Methods in com.atlassian.confluence.content.render.xhtml.storage.time with parameters of type ConversionContextModifier and TypeMethodDescriptionboolean
StorageTimeUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) StorageTimeMarshaller.marshal
(Time time, ConversionContext conversionContext) StorageTimeUnmarshaller.unmarshal
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.transformers
Methods in com.atlassian.confluence.content.render.xhtml.transformers with parameters of type ConversionContextModifier and TypeMethodDescriptionboolean
DefaultFragmentTransformer.handles
(StartElement startElementEvent, ConversionContext conversionContext) This fragment converter handles every XHTML element that is not handled by any other converter.boolean
ElementTransformingFragmentTransformer.handles
(StartElement startElementEvent, ConversionContext conversionContext) boolean
FragmentTransformer.handles
(StartElement startElementEvent, ConversionContext conversionContext) boolean
Html5RawTextElementFragmentTransformer.handles
(StartElement startElementEvent, ConversionContext conversionContext) boolean
Html5VoidElementFragmentTransformer.handles
(StartElement startElementEvent, ConversionContext conversionContext) boolean
LazyLoadingFragmentTransformer.handles
(StartElement startElementEvent, ConversionContext conversionContext) boolean
PluginFragmentTransformer.handles
(StartElement startElementEvent, ConversionContext conversionContext) DefaultFragmentTransformer.transform
(XMLEventReader reader, FragmentTransformer defaultFragmentTransformer, ConversionContext conversionContext) Transform the XML read from the supplied reader, making use of any configured FragmentTransformers as appropriate.ElementTransformingFragmentTransformer.transform
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) Wraps the supplied reader in an ElementTransformingXmlEventReader and then applies the mainFragmentTransformer.FragmentTransformer.transform
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) Html5RawTextElementFragmentTransformer.transform
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) Html5VoidElementFragmentTransformer.transform
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) LazyLoadingFragmentTransformer.transform
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) LegacyFragmentTransformer.transform
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) PluginFragmentTransformer.transform
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) RemoveApostropheEntityTransformer.transform
(Reader input, ConversionContext conversionContext) Transformer.transform
(Reader input, ConversionContext conversionContext) abstract String
LegacyFragmentTransformer.transformToString
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) boolean
DefaultFragmentTransformer.wasMigrationPerformed
(ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.view
Methods in com.atlassian.confluence.content.render.xhtml.view with parameters of type ConversionContextModifier and TypeMethodDescriptionboolean
ViewHeadingFragmentTransformer.handles
(StartElement startElementEvent, ConversionContext conversionContext) boolean
ViewHtmlAnchorFragmentTransformer.handles
(StartElement startElementEvent, ConversionContext conversionContext) boolean
ViewTableWrappingFragmentTransformer.handles
(StartElement startElementEvent, ConversionContext conversionContext) ViewTableWrappingFragmentTransformer.transform
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) ViewHeadingFragmentTransformer.transformToString
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) ViewHtmlAnchorFragmentTransformer.transformToString
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.view.embed
Methods in com.atlassian.confluence.content.render.xhtml.view.embed with parameters of type ConversionContextModifier and TypeMethodDescriptionAttachedImageRenderHelper.getUnresolvedCommentCountAggregatorFrom
(ConversionContext conversionContext) Get the Unresolved Comment Count Aggregator from the conversion context.AttachedImageRenderHelperImpl.getUnresolvedCommentCountAggregatorFrom
(ConversionContext conversionContext) AttachedImageMarshaller.marshal
(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext) DefaultAttachedImageResourceMarshaller.marshal
(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext) EmbeddedImageMarshaller.marshal
(EmbeddedImage embeddedImage, ConversionContext conversionContext) ViewEmbeddedImageMarshaller.marshal
(EmbeddedImage embeddedImage, ConversionContext conversionContext) UnidentifiedAttachmentMarshaller.marshalPlaceholder
(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier ri, ConversionContext context) ViewUnidentifiedAttachmentMarshaller.marshalPlaceholder
(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier ri, ConversionContext context) void
EmbeddedImageTagWriter.writeEmbeddedImageTag
(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter, Attachment attachment, String imageSource, String thumbnailSource, EmbeddedImage embeddedImage, ConversionContext conversionContext) void
SimpleEmbeddedImageTagWriter.writeEmbeddedImageTag
(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter, Attachment attachment, String imageSource, String thumbnailSource, EmbeddedImage embeddedImage, ConversionContext conversionContext) void
ViewEmbeddedImageTitleWriter.writeEmbeddedImageTag
(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter, Attachment attachment, String imageSource, String thumbnailSource, EmbeddedImage embeddedImage, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.view.inline
Methods in com.atlassian.confluence.content.render.xhtml.view.inline with parameters of type ConversionContextModifier and TypeMethodDescriptionViewEmoticonMarshaller.marshal
(Emoticon emoticon, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.view.inlinecommentmarker
Methods in com.atlassian.confluence.content.render.xhtml.view.inlinecommentmarker with parameters of type ConversionContextModifier and TypeMethodDescriptionViewInlineCommentMarkerMarshaller.marshal
(InlineCommentMarker inlineCommentMarker, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.view.inlinetask
Methods in com.atlassian.confluence.content.render.xhtml.view.inlinetask with parameters of type ConversionContextModifier and TypeMethodDescriptionboolean
ViewInlineTaskUnmarshaller.handles
(StartElement startElementEvent, ConversionContext conversionContext) ViewInlineTaskMarshaller.marshal
(InlineTaskList inlineTaskList, ConversionContext conversionContext) ViewInlineTaskUnmarshaller.unmarshal
(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.view.link
Methods in com.atlassian.confluence.content.render.xhtml.view.link with parameters of type ConversionContextModifier and TypeMethodDescriptionViewAttachmentLinkMarshaller.marshal
(Link attachmentLink, ConversionContext conversionContext) void
ViewAttachmentLinkMarshallingStrategy.marshal
(Link attachmentLink, XMLStreamWriter xmlStreamWriter, ConversionContext context) ViewBlogPostLinkMarshaller.marshal
(Link link, ConversionContext conversionContext) ViewContentEntityLinkMarshaller.marshal
(Link link, ConversionContext conversionContext) ViewCreatePageLinkMarshaller.marshal
(CreatePageLink createPageLink, ConversionContext conversionContext) ViewDraftLinkMarshaller.marshal
(Link link, ConversionContext conversionContext) ViewIdAndTypeLinkMarshaller.marshal
(Link link, ConversionContext conversionContext) ViewLinkBodyMarshaller.marshal
(Link link, ConversionContext conversionContext) ViewPageLinkMarshaller.marshal
(Link attachmentLink, ConversionContext conversionContext) ViewPageTemplateLinkMarshaller.marshal
(Link attachmentLink, ConversionContext conversionContext) ViewShortcutLinkMarshaller.marshal
(Link shortcutLink, ConversionContext conversionContext) ViewSpaceLinkMarshaller.marshal
(Link link, ConversionContext conversionContext) Marshals the given link to a String.ViewUnresolvedLinkBodyMarshaller.marshal
(Link link, ConversionContext conversionContext) ViewUnresolvedLinkMarshaller.marshal
(UnresolvedLink unresolvedLink, ConversionContext conversionContext) ViewUserLinkMarshaller.marshal
(Link userLink, ConversionContext conversionContext) protected void
ViewUnresolvedLinkMarshaller.writeAdditionalAttributes
(UnresolvedLink unresolvedLink, XMLStreamWriter xmlStreamWriter, Marshaller<Link> unresolvedLinkBodyMarshaller, ConversionContext conversionContext) void
CommonLinkAttributesWriter.writeCommonAttributes
(Link link, XMLStreamWriter writer, ConversionContext conversionContext) Writes attributes common to any linkvoid
DefaultCommonLinkAttributesWriter.writeCommonAttributes
(Link link, XMLStreamWriter writer, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.view.macro
Methods in com.atlassian.confluence.content.render.xhtml.view.macro with parameters of type ConversionContextModifier and TypeMethodDescriptionViewMacroMarshaller.marshal
(MacroDefinition macroDefinition, ConversionContext conversionContext) ViewUnknownMacroMarshaller.marshal
(MacroDefinition macroDefinition, ConversionContext conversionContext) DefaultViewMacroWrapper.wrap
(ConversionContext context, Macro.OutputType outputType, String macroBody, MacroDefinition macroDefinition) ViewMacroWrapper.wrap
(ConversionContext context, Macro.OutputType outputType, String macroBody, MacroDefinition macroDefinition) Execute macro wrapping.default String
ViewMacroWrapper.wrap
(ConversionContext context, Macro.OutputType outputType, String macroBody, MacroDefinition macroDefinition, boolean wrap) Deprecated. -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.view.pagelayouts
Methods in com.atlassian.confluence.content.render.xhtml.view.pagelayouts with parameters of type ConversionContextModifier and TypeMethodDescriptionViewPageLayoutMarshaller.marshal
(PageLayout pagelayout, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.view.placeholder
Methods in com.atlassian.confluence.content.render.xhtml.view.placeholder with parameters of type ConversionContextModifier and TypeMethodDescriptionViewPlaceholderMarshaller.marshal
(Placeholder placeholder, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.view.theming
Methods in com.atlassian.confluence.content.render.xhtml.view.theming with parameters of type ConversionContextModifier and TypeMethodDescriptionboolean
TextColorTransformer.handles
(StartElement startElementEvent, ConversionContext conversionContext) TextColorTransformer.transform
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml.view.time
Methods in com.atlassian.confluence.content.render.xhtml.view.time with parameters of type ConversionContextModifier and TypeMethodDescriptionViewTimeMarshaller.marshal
(Time time, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.diff.marshallers
Methods in com.atlassian.confluence.diff.marshallers with parameters of type ConversionContextModifier and TypeMethodDescriptionDiffInlineCommentMarkerMarshaller.marshal
(InlineCommentMarker inlineCommentMarker, ConversionContext conversionContext) DiffInlineTaskMarshaller.marshal
(InlineTaskList inlineTaskList, ConversionContext conversionContext) DiffLinkMarshaller.marshal
(Link link, ConversionContext conversionContext) DiffMacroMarshaller.marshal
(MacroDefinition macroDefinition, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.impl.backuprestore.backup.exporters
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters with parameters of type ConversionContextModifier and TypeMethodDescriptionboolean
UserKeyExtractorFragmentTransformer.handles
(StartElement startElementEvent, ConversionContext conversionContext) UserKeyExtractorFragmentTransformer.transform
(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.impl.content.render.prefetch
Methods in com.atlassian.confluence.impl.content.render.prefetch with parameters of type ConversionContextModifier and TypeMethodDescriptionResourceIdentifierExtractor.extractResourceIdentifiers
(BodyContent bodyContent, ConversionContext conversionContext) void
AttachmentPrefetcher.prefetch
(Set<AttachmentResourceIdentifier> attachmentIdentifiers, ConversionContext conversionContext) Fetch the attachments for the given set of identifiers, and store them in the given conversion context.void
ResourcePrefetcher.prefetch
(Set<T> resourceIdentifiers, ConversionContext conversionContext) Attempts to pre-fetch and pre-cache the given resource identifiers.void
UserPrefetcher.prefetch
(Set<UserResourceIdentifier> resourceIdentifiers, ConversionContext conversionContext) void
ContentResourcePrefetcher.prefetchContentResources
(BodyContent bodyContent, ConversionContext conversionContext) static @NonNull Function<AttachmentResourceIdentifier,
Optional<Attachment>> AttachmentPrefetcher.prefetchedAttachments
(ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.impl.content.render.prefetch.xhtml
Methods in com.atlassian.confluence.impl.content.render.prefetch.xhtml with parameters of type ConversionContextModifier and TypeMethodDescriptionXhtmlResourceIdentifierExtractor.extractResourceIdentifiers
(BodyContent storageFormatContent, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.impl.content.render.xhtml
Methods in com.atlassian.confluence.impl.content.render.xhtml with parameters of type ConversionContextModifier and TypeMethodDescriptionWikiToStorageConverterImpl.convertWikiToStorage
(String wikiContent, ConversionContext context, List<RuntimeException> migrationExceptions) void
MacroDefinitionTransformerImpl.handleMacroDefinitions
(String storageFragment, ConversionContext context, MacroDefinitionHandler handler) void
MacroDefinitionTransformerImpl.handleMacroDefinitions
(String storageFragment, ConversionContext context, MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy) MacroDefinitionTransformerImpl.replaceMacroDefinitionsWithString
(String storageFragment, ConversionContext context, MacroDefinitionReplacer replacer) MacroDefinitionTransformerImpl.updateMacroDefinitions
(String storageFragment, ConversionContext context, MacroDefinitionUpdater updater) -
Uses of ConversionContext in com.atlassian.confluence.impl.content.render.xhtml.analytics
Methods in com.atlassian.confluence.impl.content.render.xhtml.analytics with parameters of type ConversionContextModifier and TypeMethodDescriptionstatic void
MarshallerMetricsAccumulatorStack.forEachMetricsSnapshot
(ConversionContext context, com.google.common.base.Predicate<? super MarshallerMetricsAccumulationKey> accumulationKeyFilter, com.atlassian.fugue.Effect<MarshallerMetrics> effect) static com.atlassian.fugue.Maybe<MarshallerMetricsAccumulator>
MarshallerMetricsAccumulatorStack.getCurrentMetricsAccumulator
(ConversionContext context) MetricsCollectingMarshaller.marshal
(T object, @Nullable ConversionContext conversionContext) static @NonNull MarshallerMetricsCollector
MarshallerMetricsCollectors.metricsCollector
(ConversionContext context, MarshallerMetricsAccumulationKey accumulationKey) Obtain aMarshallerMetricsCollector
instance for the given accumulation key and contextstatic @NonNull MarshallerMetricsAnalyticsEvent
MarshallerMetricsAnalyticsEventFactory.newMarshallerMetricsAnalyticsEvent
(ConversionContext context, MarshallerMetrics metrics, String eventName, String accumulationKey) static void
MarshallerMetricsAccumulatorStack.pop
(@Nullable ConversionContext context) void
MarshallerMetricsAnalyticsEventPublisher.publish
(Object src, ConversionContext context) static void
MarshallerMetricsAccumulatorStack.pushNewMetricsAccumulator
(@Nullable ConversionContext context) -
Uses of ConversionContext in com.atlassian.confluence.impl.content.render.xhtml.editor.macro
Methods in com.atlassian.confluence.impl.content.render.xhtml.editor.macro with parameters of type ConversionContextModifier and TypeMethodDescriptionDelegatingEditorMacroMarshaller.marshal
(MacroDefinition macroDefinition, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.impl.macro.schema
Methods in com.atlassian.confluence.impl.macro.schema with parameters of type ConversionContextModifier and TypeMethodDescriptionDefaultMacroSchemaMigrator.migrateSchemaIfNecessary
(MacroDefinition macroDefinition, ConversionContext context) MacroSchemaMigrator.migrateSchemaIfNecessary
(MacroDefinition macroDefinition, ConversionContext context) Migrates the macro definition to the latest version of it's macro schema. -
Uses of ConversionContext in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl with parameters of type ConversionContextModifier and TypeMethodDescriptionStorageFormatUserRewriter.rewriteUserKeysInContent
(String importedStorageFormat, com.google.common.base.Function<com.atlassian.sal.api.user.UserKey, com.atlassian.sal.api.user.UserKey> userKeyTranslator, ConversionContext conversionContext) Deprecated.since 7.0.1.StorageFormatUserRewriter.transformUserKeysInContent
(String importedStorageFormat, Function<com.atlassian.sal.api.user.UserKey, com.atlassian.sal.api.user.UserKey> userKeyTranslator, ConversionContext conversionContext) Rewrites anyUserKey
s inUserResourceIdentifier
s in the supplied storage format content, by using the supplied function to map on userkey to another. -
Uses of ConversionContext in com.atlassian.confluence.internal.content.collab
Methods in com.atlassian.confluence.internal.content.collab with parameters of type ConversionContextModifier and TypeMethodDescriptionboolean
AttachmentMacroVisitor.handle
(XMLEvent xmlEvent, ConversionContext context) -
Uses of ConversionContext in com.atlassian.confluence.internal.diagnostics
Constructors in com.atlassian.confluence.internal.diagnostics with parameters of type ConversionContextModifierConstructorDescriptionMacroRendering
(ConversionContext conversionContext, MacroDefinition macroDefinition, Macro macro) -
Uses of ConversionContext in com.atlassian.confluence.macro
Methods in com.atlassian.confluence.macro with parameters of type ConversionContextModifier and TypeMethodDescriptionMacroDefinitionDeserializer.deserializeWithTypedParameters
(String serializedValue, ConversionContext conversionContext) MacroDefinitionRequestDeserializer.deserializeWithTypedParameters
(String serializedValue, ConversionContext conversionContext) MacroDefinitionWikiMarkupDeserializer.deserializeWithTypedParameters
(String serializedValue, ConversionContext conversionContext) LazyLoadingMacroWrapper.execute
(Map<String, String> parameters, String body, ConversionContext context) StreamableMacroAdapter.execute
(Map<String, String> parameters, String body, ConversionContext context) V2CompatibilityMacro.execute
(Map<String, String> parameters, String body, ConversionContext conversionContext) static String
StreamableMacroAdapter.executeFromStream
(StreamableMacro macro, Map<String, String> parameters, String body, ConversionContext context) Helper method to provide a default execute method for a StreamableMacro that can not inherit from this adapter class.StreamableMacro.executeToStream
(Map<String, String> parameters, Streamable body, ConversionContext context) Execute the macro, and produce a streamable that represents its output.CustomHtmlEditorPlaceholder.getCustomPlaceholder
(Map<String, String> parameters, String body, ConversionContext context) EditorImagePlaceholder.getImagePlaceholder
(Map<String, String> parameters, ConversionContext context) Returns anImagePlaceholder
instance to be displayed in the editor. -
Uses of ConversionContext in com.atlassian.confluence.macro.count
Methods in com.atlassian.confluence.macro.count that return types with arguments of type ConversionContextMethods in com.atlassian.confluence.macro.count with parameters of type ConversionContextModifier and TypeMethodDescriptionstatic @NonNull MacroCountEvent
MacroCountEventFactory.newMacroCreateCountEvent
(Object src, @Nullable ContentEntityObject entity, ConversionContext context, MacroCount macroCount) Constructs a macro creation analytics event.void
MacroCreateEventPublisher.publish
(Object src, ConversionContext conversionContext) Publishes aMacroCountEvent
for each type of newly added macro encountered. -
Uses of ConversionContext in com.atlassian.confluence.macro.wiki
Methods in com.atlassian.confluence.macro.wiki with parameters of type ConversionContext -
Uses of ConversionContext in com.atlassian.confluence.macro.xhtml
Methods in com.atlassian.confluence.macro.xhtml with parameters of type ConversionContextModifier and TypeMethodDescriptionMacroMigration.migrate
(MacroDefinition macro, ConversionContext context) Migrates a wiki-markup representation of a macro to XHTMLPlainTextMacroMigration.migrate
(MacroDefinition macro, ConversionContext context) RichTextMacroMigration.migrate
(MacroDefinition macroDefinition, ConversionContext conversionContext) V2MacroToUnmigratedWikiMarkupMacroMigration.migrate
(MacroDefinition macroDefinition, ConversionContext conversionContext) XhtmlWikiMarkupMacroMigrator.migrate
(String inputXhtml, ConversionContext conversionContext) Attempt to migrate any instances of unmigrated-wiki-markup found in the supplied storage XHTML formatted content to storage XHTML. -
Uses of ConversionContext in com.atlassian.confluence.mail.notification
Methods in com.atlassian.confluence.mail.notification that return ConversionContextModifier and TypeMethodDescriptionConversionContextCreator.createConversionContext
(ContentEntityObject ceo) Methods in com.atlassian.confluence.mail.notification with parameters of type ConversionContextModifier and TypeMethodDescriptionvoid
DefaultNotificationsSender.sendNetworkNotifications
(NotificationData notificationData, ConversionContext conversionContext) void
NotificationsSender.sendNetworkNotifications
(NotificationData notificationData, ConversionContext conversionContext) Sends notifications based on users following other users.final void
DefaultNotificationsSender.sendNotification
(Notification notification, NotificationData notificationData, ConversionContext conversionContext) final void
DefaultNotificationsSender.sendNotification
(ConfluenceUser toUser, NotificationContext context, NotificationData notificationData, ConversionContext conversionContext) final void
DefaultNotificationsSender.sendNotification
(String recipient, NotificationContext context, NotificationData notificationData, ConversionContext conversionContext) Sends a notification.void
NotificationsSender.sendNotification
(Notification notification, NotificationData notificationData, ConversionContext conversionContext) Sends content-based notifications.void
NotificationsSender.sendNotification
(String recipient, NotificationContext context, NotificationData notificationData, ConversionContext conversionContext) Sends a notification.void
DefaultNotificationsSender.sendNotifications
(List<Notification> notifications, NotificationData notificationData, ConversionContext conversionContext) void
NotificationsSender.sendNotifications
(List<Notification> notifications, NotificationData notificationData, ConversionContext conversionContext) Sends the notificationData to each user listed innotifications
, as long as they are permitted to see it.void
DefaultNotificationsSender.sendPageNotifications
(AbstractPage page, NotificationData notificationData, ConversionContext conversionContext) void
NotificationsSender.sendPageNotifications
(AbstractPage page, NotificationData notificationData, ConversionContext conversionContext) Sends page based notifications.void
DefaultNotificationsSender.sendSpaceNotifications
(Space space, NotificationData notificationData, ConversionContext conversionContext) void
NotificationsSender.sendSpaceNotifications
(Space space, NotificationData notificationData, ConversionContext conversionContext) Sends space based notifications. -
Uses of ConversionContext in com.atlassian.confluence.mail.notification.listeners
Methods in com.atlassian.confluence.mail.notification.listeners that return ConversionContextModifier and TypeMethodDescriptionprotected ConversionContext
AbstractContentNotificationsListener.getConversionContext
(NotificationData notificationData) Deprecated.protected ConversionContext
AbstractNotificationsListener.getConversionContext
(NotificationData notificationData) Deprecated. -
Uses of ConversionContext in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions that return ConversionContextModifier and TypeMethodDescriptionprotected ConversionContext
AbstractPreviewPageAction.getConversionContext()
-
Uses of ConversionContext in com.atlassian.confluence.plugins.macros.core
Methods in com.atlassian.confluence.plugins.macros.core with parameters of type ConversionContext -
Uses of ConversionContext in com.atlassian.confluence.plugins.templates.transformer
Methods in com.atlassian.confluence.plugins.templates.transformer with parameters of type ConversionContextModifier and TypeMethodDescriptionEditorToStorageTemplateVariablesTransformer.transform
(Reader input, ConversionContext conversionContext) StorageToEditorTemplateVariablesTransformer.transform
(Reader input, ConversionContext conversionContext) StorageToViewTemplateVariablesTransformer.transform
(Reader input, ConversionContext conversionContext) -
Uses of ConversionContext in com.atlassian.confluence.xhtml.api
Methods in com.atlassian.confluence.xhtml.api with parameters of type ConversionContextModifier and TypeMethodDescriptionEditorFormatService.convertEditToEmbeddedImage
(String editFragment, ConversionContext context) Returns aEmbeddedImage
from the suppliededitFragment
.EditorFormatService.convertEditToLink
(String editFragment, ConversionContext context) Returns aMacroDefinition
from the suppliededitFragment
.EditorFormatService.convertEditToMacroDefinition
(String editFragment, ConversionContext context) Returns aMacroDefinition
from the suppliededitFragment
.EditorFormatService.convertEditToStorage
(String editFragment, ConversionContext context) Returns an storage format fragment for the suppliededitFragment
.EditorFormatService.convertEmbeddedImageToEdit
(EmbeddedImage embeddedImage, ConversionContext context) Returns an edit format fragment for the suppliedembeddedImage
.XhtmlContent.convertEmbeddedImageToStorage
(EmbeddedImage embeddedImage, ConversionContext context) Returns a storage format fragment for the suppliedembeddedImage
.XhtmlContent.convertEmbeddedImageToView
(EmbeddedImage embeddedImage, ConversionContext context) Returns a view format fragment for the suppliedembeddedImage
.XhtmlContent.convertInlineTaskListToStorage
(InlineTaskList inlineTaskList, ConversionContext context) Returns a storage format fragment for the suppliedinlineTaskList
.XhtmlContent.convertInlineTaskListToView
(InlineTaskList inlineTaskList, ConversionContext context) Returns a view format fragment for the suppliedinlineTaskList
.EditorFormatService.convertLinkToEdit
(Link link, ConversionContext context) Returns an edit format fragment for the suppliedlink
.XhtmlContent.convertLinkToStorage
(Link link, ConversionContext context) Returns a storage format fragment for the suppliedlink
.XhtmlContent.convertLinkToView
(Link link, ConversionContext context) Returns a view format fragment for the suppliedlink
.EditorFormatService.convertMacroDefinitionToEdit
(MacroDefinition macroDefinition, ConversionContext context) Returns an edit format fragment for the suppliedmacroDefinition
.XhtmlContent.convertMacroDefinitionToStorage
(MacroDefinition macroDefinition, ConversionContext context) Returns an storage format fragment for the suppliedmacroDefinition
.XhtmlContent.convertMacroDefinitionToView
(MacroDefinition macroDefinition, ConversionContext context) Returns a view format fragment for the suppliedmacroDefinition
.EditorFormatService.convertStorageToEdit
(String storageFragment, ConversionContext context) Returns an edit format fragment for the suppliedstorageFragment
.XhtmlContent.convertStorageToView
(String storageFragment, ConversionContext context) Returns a view format fragment for the suppliedstorageFragment
.EditorFormatService.convertWikiToEdit
(String wikiContent, ConversionContext context) Returns the XHTML edit format equivalent of the suppliedwikiContent
(Wiki markup).WikiToStorageConverter.convertWikiToStorage
(String wikiContent, ConversionContext context, List<RuntimeException> migrationExceptions) Returns the XHTML storage format equivalent of the suppliedwikiContent
(wiki markup).XhtmlContent.convertWikiToStorage
(String wikiContent, ConversionContext context, List<RuntimeException> migrationExceptions) Returns the XHTML storage format equivalent of the suppliedwikiContent
(wiki markup).XhtmlContent.convertWikiToView
(String wikiContent, ConversionContext context, List<RuntimeException> migrationExceptions) Returns the HTML view format equivalent of the suppliedwikiContent
.boolean
PageLayoutVisitor.handle
(XMLEvent xmlEvent, ConversionContext context) boolean
XhtmlVisitor.handle
(XMLEvent xmlEvent, ConversionContext context) Called on each XMLEvent during a parse of an XHTML document.void
XhtmlContent.handleMacroDefinitions
(String storageFragment, ConversionContext context, MacroDefinitionHandler handler) Perform an operation onMacroDefinition
s in the suppliedstorageFragment
without making changes to the storage representation.void
XhtmlContent.handleMacroDefinitions
(String storageFragment, ConversionContext context, MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy) Perform an operation onMacroDefinition
s in the suppliedstorageFragment
, with optional changes to the storage representation defined by theMacroDefinitionMarshallingStrategy
.void
XhtmlContent.handleXhtmlElements
(String storageFragment, ConversionContext context, List<? extends XhtmlVisitor> visitors) Provides a mechanism for finding arbitrary Xhtml elements in the suppliedstorageFormat
.abstract Streamable
MacroDefinitionMarshallingStrategy.marshal
(MacroDefinition macroDefinition, ConversionContext conversionContext, Marshaller<MacroDefinition> macroDefinitionMarshaller) Convert the MacroDefinition to a string.XhtmlContent.replaceMacroDefinitionsWithString
(String storageFragment, ConversionContext context, MacroDefinitionReplacer replacer) ReplacesMacroDefinition
s in the suppliedstorageFragment
with a String.XhtmlContent.updateMacroDefinitions
(String storageFragment, ConversionContext context, MacroDefinitionUpdater updater) UpdatesMacroDefinition
s in the suppliedstorageFragment
.
StorageFormatCleaner.cleanQuietly(String)