Uses of Interface
com.atlassian.confluence.content.render.xhtml.ConversionContext
-
-
Uses of ConversionContext in com.atlassian.confluence.content.render.xhtml
Classes in com.atlassian.confluence.content.render.xhtml that implement ConversionContext Modifier and Type Class Description classDefaultConversionContextA 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 ConversionContext Modifier and Type Method Description ConversionContextBatchedRenderRequest. getContext()Methods in com.atlassian.confluence.content.render.xhtml with parameters of type ConversionContext Modifier and Type Method Description StringPolicyConfiguredCleaner. cleanQuietly(String unclean, ConversionContext context)StringStorageFormatCleaner. cleanQuietly(String unclean, ConversionContext context)Deprecated.since 5.1, useStorageFormatCleaner.cleanQuietly(String)StringXhtmlCleaner. cleanQuietly(String unclean, ConversionContext context)Deprecated.since 5.1, useXhtmlCleaner.cleanQuietly(String)EmbeddedImageDefaultEditorFormatService. convertEditToEmbeddedImage(String editFragment, ConversionContext context)LinkDefaultEditorFormatService. convertEditToLink(String editFragment, ConversionContext context)MacroDefinitionDefaultEditorFormatService. convertEditToMacroDefinition(String editFragment, ConversionContext context)StringDefaultEditorFormatService. convertEditToStorage(String editFragment, ConversionContext context)StringDefaultEditorFormatService. convertEmbeddedImageToEdit(EmbeddedImage embeddedImage, ConversionContext context)StringDefaultXhtmlContent. convertEmbeddedImageToStorage(EmbeddedImage embeddedImage, ConversionContext context)StringDefaultXhtmlContent. convertEmbeddedImageToView(EmbeddedImage embeddedImage, ConversionContext context)StringDefaultXhtmlContent. convertInlineTaskListToStorage(InlineTaskList inlineTaskList, ConversionContext context)StringDefaultXhtmlContent. convertInlineTaskListToView(InlineTaskList inlineTaskList, ConversionContext context)StringDefaultEditorFormatService. convertLinkToEdit(Link link, ConversionContext context)StringDefaultXhtmlContent. convertLinkToStorage(Link link, ConversionContext context)StringDefaultXhtmlContent. convertLinkToView(Link link, ConversionContext context)StringDefaultEditorFormatService. convertMacroDefinitionToEdit(MacroDefinition macroDefinition, ConversionContext context)StringDefaultXhtmlContent. convertMacroDefinitionToStorage(MacroDefinition macroDefinition, ConversionContext context)StringDefaultXhtmlContent. convertMacroDefinitionToView(MacroDefinition macroDefinition, ConversionContext context)StringDefaultEditorFormatService. convertStorageToEdit(String storageFragment, ConversionContext context)StringDefaultXhtmlContent. convertStorageToView(String storageFragment, ConversionContext context)StringDefaultEditorFormatService. convertWikiToEdit(String wikiContent, ConversionContext context)StringDefaultXhtmlContent. convertWikiToStorage(String wikiContent, ConversionContext context, List<RuntimeException> migrationExceptions)StringDefaultXhtmlContent. convertWikiToView(String wikiContent, ConversionContext context, List<RuntimeException> migrationExceptions)protected ResourceIdentifierDelegatingLinkMarshaller. getResourceIdentifier(Link link, ConversionContext conversionContext)voidDefaultXhtmlContent. handleMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionHandler handler)voidDefaultXhtmlContent. handleMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy)booleanMarshallingFragmentTransformer. handles(StartElement startElementEvent, ConversionContext conversionContext)booleanUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)Determines whether or not this unmarshaller should be applied to a fragment with the specified start element.booleanUnmarshalMarshalFragmentTransformer. handles(StartElement startElementEvent, ConversionContext conversionContext)voidDefaultXhtmlContent. handleXhtmlElements(String storageFragment, ConversionContext context, List<? extends XhtmlVisitor> visitors)StreamableDelegatingLinkMarshaller. marshal(Link link, ConversionContext conversionContext)StreamableMarshaller. marshal(T object, ConversionContext conversionContext)Marshals an object to XML.voidStaxStreamMarshaller. marshal(T object, XMLStreamWriter xmlStreamWriter, ConversionContext context)voidDummyRenderingEventPublisher. publish(Object src, ConversionContext conversionContext)voidRenderingEventPublisher. publish(Object src, ConversionContext conversionContext)Processes the ConversionContext to publish relevant events.StringDefaultLinkRenderer. render(ContentEntityObject content, ConversionContext conversionContext)StringDefaultLinkRenderer. render(ContentEntityObject content, String linkAlias, ConversionContext conversionContext)StringDefaultRenderer. render(ContentEntityObject contentEntityObject, ConversionContext conversionContext)StringDefaultRenderer. render(String content, ConversionContext conversionContext)StringDeviceTypeAwareRenderer. render(ContentEntityObject content, ConversionContext conversionContext)StringDeviceTypeAwareRenderer. render(String xml, ConversionContext conversionContext)StringLinkRenderer. render(ContentEntityObject content, ConversionContext conversionContext)Renders link to specified content using the display name of the content as the link body.StringLinkRenderer. render(ContentEntityObject content, String linkAlias, ConversionContext conversionContext)Renders link to specified content with specified alias.StringRenderer. render(ContentEntityObject content, ConversionContext conversionContext)StringRenderer. render(String xml, ConversionContext conversionContext)RenderResultDefaultRenderer. renderWithResult(String content, ConversionContext conversionContext)RenderResultDeviceTypeAwareRenderer. renderWithResult(String xml, ConversionContext conversionContext)RenderResultRenderer. renderWithResult(String xml, ConversionContext conversionContext)StringDefaultXhtmlContent. replaceMacroDefinitionsWithString(String storageFragment, ConversionContext context, MacroDefinitionReplacer replacer)StreamableMarshallingFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)StringPluggableTransformerChain. transform(Reader input, ConversionContext conversionContext)StringTransformerChain. transform(Reader input, ConversionContext conversionContext)StreamableUnmarshalMarshalFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)TUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)Unmarshalls a StAX event stream to an object.StringDefaultXhtmlContent. updateMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionUpdater updater)Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type ConversionContext Constructor Description BatchedRenderRequest(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 ConversionContext Modifier and Type Method Description ConversionContextDefaultLegacyV2RendererContextInitialiser. initialise(ConversionContext conversionContext)ConversionContextLegacyV2RendererContextInitialiser. initialise(ConversionContext conversionContext)Methods in com.atlassian.confluence.content.render.xhtml.compatibility with parameters of type ConversionContext Modifier and Type Method Description ConversionContextDefaultLegacyV2RendererContextInitialiser. initialise(ConversionContext conversionContext)ConversionContextLegacyV2RendererContextInitialiser. initialise(ConversionContext conversionContext)StringBodyTypeAwareRenderer. render(ContentEntityObject content, ConversionContext conversionContext)Produces an appropriate rendering of the specified content depending on itsBodyType.StringBodyTypeAwareRenderer. render(String xml, ConversionContext conversionContext)RenderResultBodyTypeAwareRenderer. 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 ConversionContext Modifier and Type Method Description StringDefaultEditorConverter. convert(String editorFormat, ConversionContext conversionContext)StringEditorConverter. convert(String editorFormat, ConversionContext conversionContext)booleanEditorErrorFragmentTransformer. handles(StartElement startElementEvent, ConversionContext conversionContext)StreamableEditorErrorFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)StringEditorXhtmlTransformer. 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 ConversionContext Modifier and Type Method Description booleanEditorEmbeddedImageResourceUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)StreamableEditorUnidentifiedAttachmentMarshaller. marshalPlaceholder(XmlStreamWriterTemplate xmlStreamWriterTemplate, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)EmbeddedImageEditorEmbeddedImageResourceUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)voidEditorEmbeddedImageTitleWriter. 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 ConversionContext Modifier and Type Method Description booleanEditorEmoticonUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)StreamableEditorEmoticonMarshaller. marshal(Emoticon emoticon, ConversionContext conversionContext)EmoticonEditorEmoticonUnmarshaller. 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 ConversionContext Modifier and Type Method Description booleanEditorInlineCommentMarkerUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)InlineCommentMarkerEditorInlineCommentMarkerUnmarshaller. 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 ConversionContext Modifier and Type Method Description booleanEditorLinkBodyUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)This unmarshaller needs to be applied intelligently on a reader with the actual body of a link.booleanEditorLinkUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)voidAttachmentStaxStreamMarshaller. marshal(Attachment attachment, XMLStreamWriter xmlStreamWriter, ConversionContext context)voidEditorLinkMarshallingStrategy. marshal(Link link, XMLStreamWriter xmlStreamWriter, ConversionContext context)LinkBodyEditorLinkBodyUnmarshaller. unmarshal(XMLEventReader linkFragmentReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)LinkEditorLinkUnmarshaller. unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)protected voidEditorUnresolvedLinkMarshaller. 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 ConversionContext Modifier and Type Method Description booleanEditorMacroUnmarshaller. handles(StartElement startElement, ConversionContext conversionContext)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.ObjectMacroParameterTypeParser. parseMacroParameter(String macroName, String parameterName, String untypedValue, Map<String,String> untypedParameters, ConversionContext conversionContext)ObjectMacroParameterTypeParserImpl. parseMacroParameter(String macroName, String parameterName, String untypedValue, Map<String,String> untypedParameters, ConversionContext conversionContext)Map<String,Object>MacroParameterTypeParser. parseMacroParameters(String macroName, Map<String,String> untypedParameters, ConversionContext conversionContext)Given raw macro parameter types, this converts them to the appropriate kind of object.Map<String,Object>MacroParameterTypeParserImpl. parseMacroParameters(String macroName, Map<String,String> untypedParameters, ConversionContext conversionContext)MacroDefinitionEditorMacroUnmarshaller. 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 ConversionContext Modifier and Type Method Description booleanEditorPageLayoutUnMarshaller. handles(StartElement startElement, ConversionContext conversionContext)PageLayoutEditorPageLayoutUnMarshaller. 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 ConversionContext Modifier and Type Method Description booleanEditorPlaceholderUnmarshaller. handles(StartElement startElement, ConversionContext conversionContext)StreamableEditorPlaceholderMarshaller. marshal(Placeholder placeholder, ConversionContext conversionContext)PlaceholderEditorPlaceholderUnmarshaller. 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 ConversionContext Modifier and Type Method Description booleanEditorAttachmentResourceIdentifierMarshallerAndUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)booleanEditorBlogPostResourceIdentifierMarshallerAndUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)booleanEditorIdAndTypeResourceIdentifierUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)booleanEditorPageResourceIdentifierMarshallerAndUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)booleanEditorShortcutResourceIdentifierMarshallerAndUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)booleanEditorSpaceResourceIdentifierMarshallerAndUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)booleanEditorUserResourceIdentifierMarshallerAndUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)booleanIdAndTypeAnalyzingResourceIdentifierUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)voidDelegatingEditorResourceIdentifierMarshaller. marshal(ResourceIdentifier resourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context)voidEditorAttachmentResourceIdentifierMarshallerAndUnmarshaller. marshal(AttachmentResourceIdentifier attachmentResourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context)voidEditorBlogPostResourceIdentifierMarshallerAndUnmarshaller. marshal(BlogPostResourceIdentifier blogPostResourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context)voidEditorPageResourceIdentifierMarshallerAndUnmarshaller. marshal(PageResourceIdentifier pageResourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context)voidEditorShortcutResourceIdentifierMarshallerAndUnmarshaller. marshal(ShortcutResourceIdentifier shortcutResourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context)voidEditorSpaceResourceIdentifierMarshallerAndUnmarshaller. marshal(SpaceResourceIdentifier spaceResourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context)voidEditorUserResourceIdentifierMarshallerAndUnmarshaller. marshal(UserResourceIdentifier userResourceIdentifier, XMLStreamWriter xmlStreamWriter, ConversionContext context)ResourceIdentifierEditorAttachmentResourceIdentifierMarshallerAndUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)ResourceIdentifierEditorBlogPostResourceIdentifierMarshallerAndUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)IdAndTypeResourceIdentifierEditorIdAndTypeResourceIdentifierUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)ResourceIdentifierEditorPageResourceIdentifierMarshallerAndUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)ResourceIdentifierEditorShortcutResourceIdentifierMarshallerAndUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)ResourceIdentifierEditorSpaceResourceIdentifierMarshallerAndUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)ResourceIdentifierEditorUserResourceIdentifierMarshallerAndUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)ResourceIdentifierIdAndTypeAnalyzingResourceIdentifierUnmarshaller. 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 ConversionContext Modifier and Type Method Description booleanEditorTimeUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)TimeEditorTimeUnmarshaller. 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 ConversionContext Modifier and Type Method Description booleanImageLinkEmoticonUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)Handleelements with the "emoticon" class and the emoticon-[type] attribute where [type] is a valid Confluence emoticon
EmoticonImageLinkEmoticonUnmarshaller. 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 ConversionContext Modifier and Type Method Description StringAbsoluteHrefEvaluator. createHref(ConversionContext context, Object object, String anchor)StringDefaultHrefEvaluator. createHref(ConversionContext context, Object destination, String anchor)StringHrefEvaluator. createHref(ConversionContext context, Object object, String anchor)Create the appropriate href attribute value for the supplied ConversionContext.StringHtmlExportHrefEvaluator. createHref(ConversionContext context, WebLink link, String anchor)StringHtmlExportHrefEvaluator. createHref(ConversionContext context, Attachment attachment, String anchor)StringHtmlExportHrefEvaluator. createHref(ConversionContext context, Page page, String anchor)StringHtmlExportHrefEvaluator. createHref(ConversionContext context, Object entity, String anchor)Attachments and Pages may well exist in the export so look for them as a special case.StringOutputTypeAwareHrefEvaluator. 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 ConversionContext Modifier and Type Method Description booleanMigrationAware.MigrationPerformedPredicate. apply(ConversionContext conversionContext)booleanDelegatingMigrationAwareFragmentTransformer. handles(StartElement startElementEvent, ConversionContext conversionContext)StreamableUrlLinkMarshaller. marshal(Link link, ConversionContext conversionContext)ExceptionTolerantMigrator.MigrationResultExceptionTolerantMigrator. migrate(String input, ConversionContext conversionContext)Migrate the supplied content.ExceptionTolerantMigrator.MigrationResultWikiToXhtmlMigrator. migrate(String wiki, ConversionContext conversionContext)ExceptionTolerantMigrator.MigrationResultXhtmlRoundTripMigrator. migrate(String inputStorageFormat, ConversionContext conversionContext)StreamableDelegatingMigrationAwareFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)booleanDelegatingMigrationAwareFragmentTransformer. wasMigrationPerformed(ConversionContext conversionContext)booleanMigrationAware. wasMigrationPerformed(ConversionContext conversionContext)Given aConversionContextthat 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 ConversionContext Constructor Description XhtmlRoundTripMigrator(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 ConversionContext Modifier and Type Method Description ResourceIdentifierDefaultResourceIdentifierFactory. getResourceIdentifier(Object resource, ConversionContext context)ResourceIdentifierResourceIdentifierFactory. getResourceIdentifier(Object resource, ConversionContext context)Creates a resource identifier for the specified resource.ContentEntityObjectAttachmentOwningContentResolver. resolve(AttachmentResourceIdentifier resourceIdentifier, ConversionContext conversionContext)URIAttachmentResourceIdentifierOnlyUriResolver. resolve(AttachmentResourceIdentifier resourceIdentifier, ConversionContext conversionContext)AttachmentAttachmentResourceIdentifierResolver. resolve(AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)BlogPostBlogPostResourceIdentifierResolver. resolve(BlogPostResourceIdentifier blogResourceIdentifier, ConversionContext conversionContext)ContentEntityObjectContentEntityResourceIdentifierResolver. resolve(ContentEntityResourceIdentifier resourceIdentifier, ConversionContext conversionContext)DraftDraftResourceIdentifierResolver. resolve(DraftResourceIdentifier resourceIdentifier, ConversionContext conversionContext)ObjectIdAndTypeResourceIdentifierResolver. resolve(IdAndTypeResourceIdentifier resourceIdentifier, ConversionContext conversionContext)PagePageResourceIdentifierResolver. resolve(PageResourceIdentifier pageResourceIdentifier, ConversionContext conversionContext)PageTemplatePageTemplateResourceIdentifierResolver. resolve(PageTemplateResourceIdentifier resourceIdentifier, ConversionContext conversionContext)YResourceIdentifierResolver. resolve(X resourceIdentifier, ConversionContext conversionContext)SpaceSpaceResourceIdentifierResolver. 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 ConversionContext Modifier and Type Method Description voidMacroDefinitionTransformer. handleMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionHandler handler)Perform an operation onMacroDefinitions in the suppliedstorageFragmentwithout making changes to the storage representation.voidMacroDefinitionTransformer. handleMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy)Perform an operation onMacroDefinitions in the suppliedstorageFragment, with optional changes to the storage representation defined by theMacroDefinitionMarshallingStrategy.StringMacroDefinitionTransformer. replaceMacroDefinitionsWithString(String storageFragment, ConversionContext context, MacroDefinitionReplacer replacer)ReplacesMacroDefinitions in the suppliedstorageFragmentwith a String.StringStorageXhtmlTransformer. transform(Reader storage, ConversionContext conversionContext)Begin parsing the supplied Reader, ignore all elements until the body is encountered, at which point "ComponentParsing" begins.StringMacroDefinitionTransformer. updateMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionUpdater updater)UpdatesMacroDefinitions 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 ConversionContext Modifier and Type Method Description booleanStorageEmbeddedImageUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)StreamableStorageEmbeddedImageMarshaller. marshal(EmbeddedImage embeddedImage, ConversionContext conversionContext)EmbeddedImageStorageEmbeddedImageUnmarshaller. 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 ConversionContext Modifier and Type Method Description booleanStorageEmoticonUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)StreamableStorageEmoticonMarshaller. marshal(Emoticon emoticon, ConversionContext conversionContext)EmoticonStorageEmoticonUnmarshaller. 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 ConversionContext Modifier and Type Method Description booleanStorageInlineCommentMarkerUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)StreamableStorageInlineCommentMarkerMarshaller. marshal(InlineCommentMarker inlineCommentMarker, ConversionContext conversionContext)InlineCommentMarkerStorageInlineCommentMarkerUnmarshaller. 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 ConversionContext Modifier and Type Method Description booleanStorageInlineTaskUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)StreamableStorageInlineTaskMarshaller. marshal(InlineTaskList inlineTaskList, ConversionContext conversionContext)protected StreamableStorageInlineTaskUnmarshaller. processTaskTitle(XMLEventReader reader, FragmentTransformer fragmentTransformer, ConversionContext conversionContext)InlineTaskListStorageInlineTaskUnmarshaller. 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 ConversionContext Modifier and Type Method Description booleanStorageLinkUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)booleanStoragePlainTextLinkBodyUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)booleanStorageRichTextLinkBodyUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)StreamableStorageLinkBodyMarshaller. marshal(LinkBody<?> linkBody, ConversionContext conversionContext)StreamableStorageLinkMarshaller. marshal(Link link, ConversionContext conversionContext)LinkStorageLinkUnmarshaller. unmarshal(XMLEventReader linkReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)PlainTextLinkBodyStoragePlainTextLinkBodyUnmarshaller. unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)Implementation Note: In actual use this Unmarshaller will be operating on a 'storage reader'.LinkBodyStorageRichTextLinkBodyUnmarshaller. 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 ConversionContext Modifier and Type Method Description MacroBodyDefaultStorageMacroBodyParser. getMacroBody(String macroName, XMLEventReader bodyReader, ConversionContext context, FragmentTransformer transformer)MacroBodyStorageMacroBodyParser. getMacroBody(String macroName, XMLEventReader bodyReader, ConversionContext context, FragmentTransformer transformer)Extract the MacroBody from the current position in the XMLEventReader.booleanDelegatingStorageMacroUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)booleanStorageMacroV1Unmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)booleanStorageMacroV2Unmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)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)MacroDefinitionDelegatingStorageMacroUnmarshaller. unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)MacroDefinitionStorageMacroV1Unmarshaller. unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)MacroDefinitionStorageMacroV2Unmarshaller. unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)booleanDelegatingStorageMacroMarshaller. 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 ConversionContext Modifier and Type Method Description StringInlineBodyMacroFixingTransformer. 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 ConversionContext Modifier and Type Method Description booleanStorageLegacyPageLayoutUnMarshaller. handles(StartElement startElement, ConversionContext conversionContext)booleanStoragePageLayoutUnMarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)StreamableStoragePageLayoutMarshaller. marshal(PageLayout pagelayout, ConversionContext conversionContext)PageLayoutStorageLegacyPageLayoutUnMarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)PageLayoutStoragePageLayoutUnMarshaller. 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 ConversionContext Modifier and Type Method Description booleanStoragePlaceholderUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)StreamableStoragePlaceholderMarshaller. marshal(Placeholder placeholder, ConversionContext conversionContext)PlaceholderStoragePlaceholderUnmarshaller. 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 ConversionContext Modifier and Type Method Description booleanDelegatingResourceIdentifierUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)booleanStorageResourceIdentifierUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)booleanStorageUserResourceIdentifierUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)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.ResourceIdentifierDelegatingResourceIdentifierUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)ResourceIdentifierStorageResourceIdentifierUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)UserResourceIdentifierStorageUserResourceIdentifierUnmarshaller. unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)booleanStorageUserResourceIdentifierMarshaller. 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 ConversionContext Modifier and Type Method Description booleanStorageTimeUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)StreamableStorageTimeMarshaller. marshal(Time time, ConversionContext conversionContext)TimeStorageTimeUnmarshaller. 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 ConversionContext Modifier and Type Method Description booleanDefaultFragmentTransformer. handles(StartElement startElementEvent, ConversionContext conversionContext)This fragment converter handles every XHTML element that is not handled by any other converter.booleanElementTransformingFragmentTransformer. handles(StartElement startElementEvent, ConversionContext conversionContext)booleanFragmentTransformer. handles(StartElement startElementEvent, ConversionContext conversionContext)booleanHtml5RawTextElementFragmentTransformer. handles(StartElement startElementEvent, ConversionContext conversionContext)booleanHtml5VoidElementFragmentTransformer. handles(StartElement startElementEvent, ConversionContext conversionContext)booleanLazyLoadingFragmentTransformer. handles(StartElement startElementEvent, ConversionContext conversionContext)booleanPluginFragmentTransformer. handles(StartElement startElementEvent, ConversionContext conversionContext)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)StringRemoveApostropheEntityTransformer. transform(Reader input, ConversionContext conversionContext)StringTransformer. transform(Reader input, ConversionContext conversionContext)abstract StringLegacyFragmentTransformer. transformToString(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)booleanDefaultFragmentTransformer. 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 ConversionContext Modifier and Type Method Description booleanViewHeadingFragmentTransformer. handles(StartElement startElementEvent, ConversionContext conversionContext)booleanViewHtmlAnchorFragmentTransformer. handles(StartElement startElementEvent, ConversionContext conversionContext)booleanViewTableWrappingFragmentTransformer. handles(StartElement startElementEvent, ConversionContext conversionContext)StreamableViewTableWrappingFragmentTransformer. transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)StringViewHeadingFragmentTransformer. transformToString(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)StringViewHtmlAnchorFragmentTransformer. 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 ConversionContext Modifier and Type Method Description AttachedImageUnresolvedCommentCountAggregatorAttachedImageRenderHelper. getUnresolvedCommentCountAggregatorFrom(ConversionContext conversionContext)Get the Unresolved Comment Count Aggregator from the conversion context.AttachedImageUnresolvedCommentCountAggregatorAttachedImageRenderHelperImpl. getUnresolvedCommentCountAggregatorFrom(ConversionContext conversionContext)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)voidEmbeddedImageTagWriter. writeEmbeddedImageTag(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter, Attachment attachment, String imageSource, String thumbnailSource, EmbeddedImage embeddedImage, ConversionContext conversionContext)voidSimpleEmbeddedImageTagWriter. writeEmbeddedImageTag(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter, Attachment attachment, String imageSource, String thumbnailSource, EmbeddedImage embeddedImage, ConversionContext conversionContext)voidViewEmbeddedImageTitleWriter. 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 ConversionContext Modifier and Type Method Description StreamableViewEmoticonMarshaller. 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 ConversionContext Modifier and Type Method Description StreamableViewInlineCommentMarkerMarshaller. 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 ConversionContext Modifier and Type Method Description booleanViewInlineTaskUnmarshaller. handles(StartElement startElementEvent, ConversionContext conversionContext)StreamableViewInlineTaskMarshaller. marshal(InlineTaskList inlineTaskList, ConversionContext conversionContext)InlineTaskListViewInlineTaskUnmarshaller. 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 ConversionContext Modifier and Type Method Description StreamableViewAttachmentLinkMarshaller. marshal(Link attachmentLink, ConversionContext conversionContext)voidViewAttachmentLinkMarshallingStrategy. marshal(Link attachmentLink, XMLStreamWriter xmlStreamWriter, ConversionContext context)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)protected voidViewUnresolvedLinkMarshaller. writeAdditionalAttributes(UnresolvedLink unresolvedLink, XMLStreamWriter xmlStreamWriter, Marshaller<Link> unresolvedLinkBodyMarshaller, ConversionContext conversionContext)voidCommonLinkAttributesWriter. writeCommonAttributes(Link link, XMLStreamWriter writer, ConversionContext conversionContext)Writes attributes common to any linkvoidDefaultCommonLinkAttributesWriter. 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 ConversionContext Modifier and Type Method Description StreamableViewMacroMarshaller. marshal(MacroDefinition macroDefinition, ConversionContext conversionContext)StreamableViewUnknownMacroMarshaller. marshal(MacroDefinition macroDefinition, ConversionContext conversionContext)StringDefaultViewMacroWrapper. wrap(ConversionContext context, Macro.OutputType outputType, String macroBody, MacroDefinition macroDefinition)StringViewMacroWrapper. wrap(ConversionContext context, Macro.OutputType outputType, String macroBody, MacroDefinition macroDefinition)Execute macro wrapping.default StringViewMacroWrapper. 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 ConversionContext Modifier and Type Method Description StreamableViewPageLayoutMarshaller. 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 ConversionContext Modifier and Type Method Description StreamableViewPlaceholderMarshaller. marshal(Placeholder placeholder, 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 ConversionContext Modifier and Type Method Description StreamableViewTimeMarshaller. 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 ConversionContext 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 ConversionContext in com.atlassian.confluence.impl.backuprestore.backup.exporters
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters with parameters of type ConversionContext Modifier and Type Method Description booleanUserKeyExtractorFragmentTransformer. handles(StartElement startElementEvent, ConversionContext conversionContext)StreamableUserKeyExtractorFragmentTransformer. 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 ConversionContext Modifier and Type Method Description ResourceIdentifiersResourceIdentifierExtractor. extractResourceIdentifiers(BodyContent bodyContent, ConversionContext conversionContext)voidAttachmentPrefetcher. prefetch(Set<AttachmentResourceIdentifier> attachmentIdentifiers, ConversionContext conversionContext)Fetch the attachments for the given set of identifiers, and store them in the given conversion context.voidResourcePrefetcher. prefetch(Set<T> resourceIdentifiers, ConversionContext conversionContext)Attempts to pre-fetch and pre-cache the given resource identifiers.voidUserPrefetcher. prefetch(Set<UserResourceIdentifier> resourceIdentifiers, ConversionContext conversionContext)voidContentResourcePrefetcher. 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 ConversionContext Modifier and Type Method Description ResourceIdentifiersXhtmlResourceIdentifierExtractor. 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 ConversionContext Modifier and Type Method Description StringWikiToStorageConverterImpl. convertWikiToStorage(String wikiContent, ConversionContext context, List<RuntimeException> migrationExceptions)voidMacroDefinitionTransformerImpl. handleMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionHandler handler)voidMacroDefinitionTransformerImpl. handleMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy)StringMacroDefinitionTransformerImpl. replaceMacroDefinitionsWithString(String storageFragment, ConversionContext context, MacroDefinitionReplacer replacer)StringMacroDefinitionTransformerImpl. 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 ConversionContext Modifier and Type Method Description static voidMarshallerMetricsAccumulatorStack. 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)StreamableMetricsCollectingMarshaller. marshal(T object, @Nullable ConversionContext conversionContext)static @NonNull MarshallerMetricsCollectorMarshallerMetricsCollectors. metricsCollector(ConversionContext context, MarshallerMetricsAccumulationKey accumulationKey)Obtain aMarshallerMetricsCollectorinstance for the given accumulation key and contextstatic @NonNull MarshallerMetricsAnalyticsEventMarshallerMetricsAnalyticsEventFactory. newMarshallerMetricsAnalyticsEvent(ConversionContext context, MarshallerMetrics metrics, String eventName, String accumulationKey)static voidMarshallerMetricsAccumulatorStack. pop(@Nullable ConversionContext context)voidMarshallerMetricsAnalyticsEventPublisher. publish(Object src, ConversionContext context)static voidMarshallerMetricsAccumulatorStack. 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 ConversionContext Modifier and Type Method Description StreamableDelegatingEditorMacroMarshaller. 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 ConversionContext Modifier and Type Method Description MacroDefinitionDefaultMacroSchemaMigrator. migrateSchemaIfNecessary(MacroDefinition macroDefinition, ConversionContext context)MacroDefinitionMacroSchemaMigrator. 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 ConversionContext Modifier and Type Method Description StorageFormatUserRewriter.RewriteResultStorageFormatUserRewriter. 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.RewriteResultStorageFormatUserRewriter. transformUserKeysInContent(String importedStorageFormat, Function<com.atlassian.sal.api.user.UserKey,com.atlassian.sal.api.user.UserKey> userKeyTranslator, ConversionContext conversionContext)Rewrites anyUserKeys inUserResourceIdentifiers 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.diagnostics
Constructors in com.atlassian.confluence.internal.diagnostics with parameters of type ConversionContext Constructor Description MacroRendering(ConversionContext conversionContext, MacroDefinition macroDefinition, Macro macro) -
Uses of ConversionContext in com.atlassian.confluence.macro
Methods in com.atlassian.confluence.macro with parameters of type ConversionContext Modifier and Type Method Description MacroDefinitionMacroDefinitionDeserializer. deserializeWithTypedParameters(String serializedValue, ConversionContext conversionContext)MacroDefinitionMacroDefinitionRequestDeserializer. deserializeWithTypedParameters(String serializedValue, ConversionContext conversionContext)MacroDefinitionMacroDefinitionWikiMarkupDeserializer. deserializeWithTypedParameters(String serializedValue, ConversionContext conversionContext)StringGenericVelocityMacro. execute(Map<String,String> parameters, String body, ConversionContext context)StringLazyLoadingMacroWrapper. execute(Map<String,String> parameters, String body, ConversionContext context)StringMacro. execute(Map<String,String> parameters, String body, ConversionContext context)StringStreamableMacroAdapter. execute(Map<String,String> parameters, String body, ConversionContext context)StringV2CompatibilityMacro. execute(Map<String,String> parameters, String body, ConversionContext conversionContext)static StringStreamableMacroAdapter. 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.StreamableStreamableMacro. executeToStream(Map<String,String> parameters, Streamable body, ConversionContext context)Execute the macro, and produce a streamable that represents its output.StringCustomHtmlEditorPlaceholder. getCustomPlaceholder(Map<String,String> parameters, String body, ConversionContext context)ImagePlaceholderEditorImagePlaceholder. getImagePlaceholder(Map<String,String> parameters, ConversionContext context)Returns anImagePlaceholderinstance to be displayed in the editor. -
Uses of ConversionContext in com.atlassian.confluence.macro.count
Methods in com.atlassian.confluence.macro.count with parameters of type ConversionContext Modifier and Type Method Description static @NonNull MacroCountEventMacroCountEventFactory. newMacroCreateCountEvent(Object src, @Nullable ContentEntityObject entity, ConversionContext context, MacroCount macroCount)Constructs a macro creation analytics event event.voidMacroCreateEventPublisher. publish(Object src, ConversionContext conversionContext)Publishes aMacroCountEventfor 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 Modifier and Type Method Description StringUnmigratedBlockWikiMarkupMacro. execute(Map<String,String> parameters, String body, ConversionContext context)StringUnmigratedInlineWikiMarkupMacro. execute(Map<String,String> parameters, String body, ConversionContext context) -
Uses of ConversionContext in com.atlassian.confluence.macro.xhtml
Methods in com.atlassian.confluence.macro.xhtml with parameters of type ConversionContext Modifier and Type Method Description MacroDefinitionMacroMigration. migrate(MacroDefinition macro, ConversionContext context)Migrates a wiki-markup representation of a macro to XHTMLMacroDefinitionPlainTextMacroMigration. migrate(MacroDefinition macro, ConversionContext context)MacroDefinitionRichTextMacroMigration. migrate(MacroDefinition macroDefinition, ConversionContext conversionContext)MacroDefinitionV2MacroToUnmigratedWikiMarkupMacroMigration. migrate(MacroDefinition macroDefinition, ConversionContext conversionContext)ExceptionTolerantMigrator.MigrationResultXhtmlWikiMarkupMacroMigrator. 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 ConversionContext Modifier and Type Method Description ConversionContextConversionContextCreator. createConversionContext(ContentEntityObject ceo)Methods in com.atlassian.confluence.mail.notification with parameters of type ConversionContext Modifier and Type Method Description voidDefaultNotificationsSender. sendNetworkNotifications(NotificationData notificationData, ConversionContext conversionContext)voidNotificationsSender. sendNetworkNotifications(NotificationData notificationData, ConversionContext conversionContext)Sends notifications based on users following other users.voidDefaultNotificationsSender. sendNotification(Notification notification, NotificationData notificationData, ConversionContext conversionContext)voidDefaultNotificationsSender. sendNotification(ConfluenceUser toUser, NotificationContext context, NotificationData notificationData, ConversionContext conversionContext)voidDefaultNotificationsSender. sendNotification(String recipient, NotificationContext context, NotificationData notificationData, ConversionContext conversionContext)Sends a notification.voidNotificationsSender. sendNotification(Notification notification, NotificationData notificationData, ConversionContext conversionContext)Sends content-based notifications.voidNotificationsSender. sendNotification(String recipient, NotificationContext context, NotificationData notificationData, ConversionContext conversionContext)Sends a notification.voidDefaultNotificationsSender. sendNotifications(List<Notification> notifications, NotificationData notificationData, ConversionContext conversionContext)voidNotificationsSender. 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.voidDefaultNotificationsSender. sendPageNotifications(AbstractPage page, NotificationData notificationData, ConversionContext conversionContext)voidNotificationsSender. sendPageNotifications(AbstractPage page, NotificationData notificationData, ConversionContext conversionContext)Sends page based notifications.voidDefaultNotificationsSender. sendSpaceNotifications(Space space, NotificationData notificationData, ConversionContext conversionContext)voidNotificationsSender. 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 ConversionContext Modifier and Type Method Description protected ConversionContextAbstractContentNotificationsListener. getConversionContext(NotificationData notificationData)Deprecated.protected ConversionContextAbstractNotificationsListener. getConversionContext(NotificationData notificationData)Deprecated. -
Uses of ConversionContext in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions that return ConversionContext Modifier and Type Method Description protected ConversionContextAbstractPreviewPageAction. getConversionContext() -
Uses of ConversionContext in com.atlassian.confluence.plugins.macros.core
Methods in com.atlassian.confluence.plugins.macros.core with parameters of type ConversionContext Modifier and Type Method Description StringLoremIpsumMacro. execute(Map<String,String> parameters, String body, ConversionContext context) -
Uses of ConversionContext in com.atlassian.confluence.plugins.templates.transformer
Methods in com.atlassian.confluence.plugins.templates.transformer with parameters of type ConversionContext Modifier and Type Method Description StringEditorToStorageTemplateVariablesTransformer. transform(Reader input, ConversionContext conversionContext)StringStorageToEditorTemplateVariablesTransformer. transform(Reader input, ConversionContext conversionContext)StringStorageToViewTemplateVariablesTransformer. 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 ConversionContext Modifier and Type Method Description EmbeddedImageEditorFormatService. convertEditToEmbeddedImage(String editFragment, ConversionContext context)Returns aEmbeddedImagefrom the suppliededitFragment.LinkEditorFormatService. convertEditToLink(String editFragment, ConversionContext context)Returns aMacroDefinitionfrom the suppliededitFragment.MacroDefinitionEditorFormatService. convertEditToMacroDefinition(String editFragment, ConversionContext context)Returns aMacroDefinitionfrom the suppliededitFragment.StringEditorFormatService. convertEditToStorage(String editFragment, ConversionContext context)Returns an storage format fragment for the suppliededitFragment.StringEditorFormatService. convertEmbeddedImageToEdit(EmbeddedImage embeddedImage, ConversionContext context)Returns an edit format fragment for the suppliedembeddedImage.StringXhtmlContent. convertEmbeddedImageToStorage(EmbeddedImage embeddedImage, ConversionContext context)Returns a storage format fragment for the suppliedembeddedImage.StringXhtmlContent. convertEmbeddedImageToView(EmbeddedImage embeddedImage, ConversionContext context)Returns a view format fragment for the suppliedembeddedImage.StringXhtmlContent. convertInlineTaskListToStorage(InlineTaskList inlineTaskList, ConversionContext context)Returns a storage format fragment for the suppliedinlineTaskList.StringXhtmlContent. convertInlineTaskListToView(InlineTaskList inlineTaskList, ConversionContext context)Returns a view format fragment for the suppliedinlineTaskList.StringEditorFormatService. convertLinkToEdit(Link link, ConversionContext context)Returns an edit format fragment for the suppliedlink.StringXhtmlContent. convertLinkToStorage(Link link, ConversionContext context)Returns a storage format fragment for the suppliedlink.StringXhtmlContent. convertLinkToView(Link link, ConversionContext context)Returns a view format fragment for the suppliedlink.StringEditorFormatService. convertMacroDefinitionToEdit(MacroDefinition macroDefinition, ConversionContext context)Returns an edit format fragment for the suppliedmacroDefinition.StringXhtmlContent. convertMacroDefinitionToStorage(MacroDefinition macroDefinition, ConversionContext context)Returns an storage format fragment for the suppliedmacroDefinition.StringXhtmlContent. convertMacroDefinitionToView(MacroDefinition macroDefinition, ConversionContext context)Returns a view format fragment for the suppliedmacroDefinition.StringEditorFormatService. convertStorageToEdit(String storageFragment, ConversionContext context)Returns an edit format fragment for the suppliedstorageFragment.StringXhtmlContent. convertStorageToView(String storageFragment, ConversionContext context)Returns a view format fragment for the suppliedstorageFragment.StringEditorFormatService. convertWikiToEdit(String wikiContent, ConversionContext context)Returns the XHTML edit format equivalent of the suppliedwikiContent(Wiki markup).StringWikiToStorageConverter. convertWikiToStorage(String wikiContent, ConversionContext context, List<RuntimeException> migrationExceptions)Returns the XHTML storage format equivalent of the suppliedwikiContent(wiki markup).StringXhtmlContent. convertWikiToStorage(String wikiContent, ConversionContext context, List<RuntimeException> migrationExceptions)Returns the XHTML storage format equivalent of the suppliedwikiContent(wiki markup).StringXhtmlContent. convertWikiToView(String wikiContent, ConversionContext context, List<RuntimeException> migrationExceptions)Returns the HTML view format equivalent of the suppliedwikiContent.booleanPageLayoutVisitor. handle(XMLEvent xmlEvent, ConversionContext context)booleanXhtmlVisitor. handle(XMLEvent xmlEvent, ConversionContext context)Called on each XMLEvent during a parse of an XHTML document.voidXhtmlContent. handleMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionHandler handler)Perform an operation onMacroDefinitions in the suppliedstorageFragmentwithout making changes to the storage representation.voidXhtmlContent. handleMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy)Perform an operation onMacroDefinitions in the suppliedstorageFragment, with optional changes to the storage representation defined by theMacroDefinitionMarshallingStrategy.voidXhtmlContent. handleXhtmlElements(String storageFragment, ConversionContext context, List<? extends XhtmlVisitor> visitors)Provides a mechanism for finding arbitrary Xhtml elements in the suppliedstorageFormat.abstract StreamableMacroDefinitionMarshallingStrategy. marshal(MacroDefinition macroDefinition, ConversionContext conversionContext, Marshaller<MacroDefinition> macroDefinitionMarshaller)Convert the MacroDefinition to a string.StringXhtmlContent. replaceMacroDefinitionsWithString(String storageFragment, ConversionContext context, MacroDefinitionReplacer replacer)ReplacesMacroDefinitions in the suppliedstorageFragmentwith a String.StringXhtmlContent. updateMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionUpdater updater)UpdatesMacroDefinitions in the suppliedstorageFragment.
-