Uses of Interface
com.atlassian.confluence.content.render.xhtml.Unmarshaller
Packages that use Unmarshaller
Package
Description
-
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml
Methods in com.atlassian.confluence.content.render.xhtml that return UnmarshallerModifier and TypeMethodDescriptionMarshallingFactory.getEditorUnmarshaller()
MarshallingFactory.getStorageUnmarshaller()
<T> Unmarshaller<T>
DefaultMarshallingRegistry.getUnmarshaller
(Class<T> clazz, MarshallingType type) <T> Unmarshaller<T>
MarshallingRegistry.getUnmarshaller
(Class<T> clazz, MarshallingType type) Methods in com.atlassian.confluence.content.render.xhtml with parameters of type UnmarshallerModifier and TypeMethodDescriptionvoid
DefaultMarshallingRegistry.register
(Unmarshaller unmarshaller, Class clazz, MarshallingType type) void
MarshallingRegistry.register
(Unmarshaller unmarshaller, Class clazz, MarshallingType type) Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type UnmarshallerModifierConstructorDescriptionDefaultEditorFormatService
(Marshaller<MacroDefinition> editorMacroMarshaller, Marshaller<Link> editorLinkMarshaller, Marshaller<EmbeddedImage> editorEmbeddedImageMarshaller, Unmarshaller<MacroDefinition> editorMacroUnmarshaller, Unmarshaller<Link> editorLinkUnmarshaller, Unmarshaller<EmbeddedImage> editorEmbeddedImageUnmarshaller, FragmentTransformer editorToStorageFragmentTransformer, FragmentTransformer storageToEditorFragmentTransformer, XmlEventReaderFactory xmlEventReaderFactory, ExceptionThrowingMigrator wikiToEditorHtmlMigrator) Deprecated.since 8.5.13DefaultEditorFormatService
(Marshaller<MacroDefinition> editorMacroMarshaller, Marshaller<Link> editorLinkMarshaller, Marshaller<EmbeddedImage> editorEmbeddedImageMarshaller, Unmarshaller<MacroDefinition> editorMacroUnmarshaller, Unmarshaller<Link> editorLinkUnmarshaller, Unmarshaller<EmbeddedImage> editorEmbeddedImageUnmarshaller, FragmentTransformer editorToStorageFragmentTransformer, FragmentTransformer storageToEditorFragmentTransformer, XmlEventReaderFactory xmlEventReaderFactory, ExceptionThrowingMigrator wikiToEditorHtmlMigrator, HtmlToXmlConverter htmlToXmlConverter) UnmarshalMarshalFragmentTransformer
(Unmarshaller<T> unmarshaller, Marshaller<T> marshaller) -
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.editor.embed
Classes in com.atlassian.confluence.content.render.xhtml.editor.embed that implement UnmarshallerConstructors in com.atlassian.confluence.content.render.xhtml.editor.embed with parameters of type UnmarshallerModifierConstructorDescriptionEditorEmbeddedImageResourceUnmarshaller
(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, Unmarshaller<ResourceIdentifier> storageResourceIdentifierUnmarshaller, XmlEventReaderFactory xmlEventReaderFactory, MarshallingRegistry registry, AttachmentManager attachmentManager, PageManager pageManager) -
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.editor.inline
Classes in com.atlassian.confluence.content.render.xhtml.editor.inline that implement Unmarshaller -
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.editor.inlinecommentmarker
Classes in com.atlassian.confluence.content.render.xhtml.editor.inlinecommentmarker that implement Unmarshaller -
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.editor.link
Classes in com.atlassian.confluence.content.render.xhtml.editor.link that implement UnmarshallerModifier and TypeClassDescriptionclass
Unmarshal the body of a linkclass
Responsible for unmarshalling links in editor XML.Constructors in com.atlassian.confluence.content.render.xhtml.editor.link with parameters of type UnmarshallerModifierConstructorDescriptionEditorLinkBodyUnmarshaller
(Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller, XMLOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, XmlEntityExpander xmlEntityExpander) EditorLinkUnmarshaller
(Unmarshaller<LinkBody<?>> linkBodyUnmarshaller, Unmarshaller<ResourceIdentifier> actualLinkStateAnalyzingResourceIdentifierUnmarshaller, Unmarshaller<ResourceIdentifier> idAndTypeResourceIdentifierUnmarshaller, ResourceIdentifierResolver<IdAndTypeResourceIdentifier, Object> idAndTypeResourceIdentifierResolver, DarkFeaturesManager darkFeaturesManager) -
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.editor.macro
Classes in com.atlassian.confluence.content.render.xhtml.editor.macro that implement UnmarshallerModifier and TypeClassDescriptionclass
Transform the macro definition from the XHTML received from the editor into a holding object which can then be output into different formats such as storage format. -
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.editor.pagelayouts
Classes in com.atlassian.confluence.content.render.xhtml.editor.pagelayouts that implement UnmarshallerModifier and TypeClassDescriptionclass
Transform the Page Layout 2 definition from the XHTML received from the editor into a holding object which can then be output into different formats such as storage format. -
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.editor.placeholder
Classes in com.atlassian.confluence.content.render.xhtml.editor.placeholder that implement Unmarshaller -
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers
Classes in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers that implement UnmarshallerModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
Unmarshals resource identifiers using the resource id and resource type attributes on an anchor tag (if they're present). -
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.editor.time
Classes in com.atlassian.confluence.content.render.xhtml.editor.time that implement UnmarshallerModifier and TypeClassDescriptionclass
Responsible for unmarshalling time in editor XML. -
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.image
Classes in com.atlassian.confluence.content.render.xhtml.image that implement UnmarshallerModifier and TypeClassDescriptionclass
Due to CONFSERVER-52441, instances may have emoticons which have been incorrectly stored as images. -
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.links
Methods in com.atlassian.confluence.content.render.xhtml.links that return UnmarshallerModifier and TypeMethodDescriptionLinkMarshallingFactoryImpl.getEditorUnmarshaller()
LinkMarshallingFactoryImpl.getStorageUnmarshaller()
Constructors in com.atlassian.confluence.content.render.xhtml.links with parameters of type UnmarshallerModifierConstructorDescriptionLinkMarshallingFactoryImpl
(Marshaller<Link> viewMarshaller, Marshaller<Link> editorMarshaller, Marshaller<Link> storageMarshaller, Unmarshaller<Link> editorUnmarshaller, Unmarshaller<Link> storageUnmarshaller) XhtmlOutgoingLinksExtractor
(XmlEventReaderFactory xmlEventReaderFactory, Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, String contentEntityResolverId, String draftResolverId, String idAndTypeResolverId) -
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.macro
Methods in com.atlassian.confluence.content.render.xhtml.macro that return UnmarshallerModifier and TypeMethodDescriptionMacroMarshallingFactoryImpl.getEditorUnmarshaller()
MacroMarshallingFactoryImpl.getStorageUnmarshaller()
Constructors in com.atlassian.confluence.content.render.xhtml.macro with parameters of type UnmarshallerModifierConstructorDescriptionMacroMarshallingFactoryImpl
(Marshaller<MacroDefinition> viewMarshaller, Marshaller<MacroDefinition> editorMarshaller, Marshaller<MacroDefinition> storageMarshaller, Unmarshaller<MacroDefinition> editorUnmarshaller, Unmarshaller<MacroDefinition> storageUnmarshaller) -
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.placeholder
Methods in com.atlassian.confluence.content.render.xhtml.placeholder that return UnmarshallerModifier and TypeMethodDescriptionCaretMarshallingFactoryImpl.getEditorUnmarshaller()
PlaceholderMarshallingFactoryImpl.getEditorUnmarshaller()
CaretMarshallingFactoryImpl.getStorageUnmarshaller()
PlaceholderMarshallingFactoryImpl.getStorageUnmarshaller()
Constructors in com.atlassian.confluence.content.render.xhtml.placeholder with parameters of type UnmarshallerModifierConstructorDescriptionCaretMarshallingFactoryImpl
(Marshaller<Caret> viewMarshaller, Marshaller<Caret> editorMarshaller, Marshaller<Caret> storageMarshaller, Unmarshaller<Caret> editorUnmarshaller, Unmarshaller<Caret> storageUnmarshaller) PlaceholderMarshallingFactoryImpl
(Marshaller<Placeholder> viewMarshaller, Marshaller<Placeholder> editorMarshaller, Marshaller<Placeholder> storageMarshaller, Unmarshaller<Placeholder> editorUnmarshaller, Unmarshaller<Placeholder> storageUnmarshaller) -
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.storage
Constructors in com.atlassian.confluence.content.render.xhtml.storage with parameters of type UnmarshallerModifierConstructorDescriptionDefaultContentTransformerFactory
(Unmarshaller<MacroDefinition> macroDefinitionUnmarshaller, Marshaller<MacroDefinition> macroDefinitionMarshaller, XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.storage.embed
Classes in com.atlassian.confluence.content.render.xhtml.storage.embed that implement UnmarshallerConstructors in com.atlassian.confluence.content.render.xhtml.storage.embed with parameters of type UnmarshallerModifierConstructorDescriptionStorageEmbeddedImageUnmarshaller
(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, XmlEventReaderFactory xmlEventReaderFactory) -
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.storage.inline
Classes in com.atlassian.confluence.content.render.xhtml.storage.inline that implement Unmarshaller -
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker
Classes in com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker that implement Unmarshaller -
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.storage.inlinetask
Classes in com.atlassian.confluence.content.render.xhtml.storage.inlinetask that implement Unmarshaller -
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.storage.link
Classes in com.atlassian.confluence.content.render.xhtml.storage.link that implement UnmarshallerModifier and TypeClassDescriptionclass
class
Handle a link body that is expected to contain only HTML encoded character data.class
A link body unmarshaller that will handle any 'rich-text' style link bodies.Constructors in com.atlassian.confluence.content.render.xhtml.storage.link with parameters of type UnmarshallerModifierConstructorDescriptionStorageLinkUnmarshaller
(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, List<Unmarshaller<LinkBody>> linkBodyUnmarshallers, XmlEventReaderFactory xmlEventReaderFactory, ResourceIdentifierContextUtility resourceIdentifierContextUtility) StorageRichTextLinkBodyUnmarshaller
(Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller, XMLOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory) Constructor parameters in com.atlassian.confluence.content.render.xhtml.storage.link with type arguments of type UnmarshallerModifierConstructorDescriptionStorageLinkUnmarshaller
(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, List<Unmarshaller<LinkBody>> linkBodyUnmarshallers, XmlEventReaderFactory xmlEventReaderFactory, ResourceIdentifierContextUtility resourceIdentifierContextUtility) -
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.storage.link.user
Constructors in com.atlassian.confluence.content.render.xhtml.storage.link.user with parameters of type UnmarshallerModifierConstructorDescriptionDefaultUserMentionsExtractor
(ConfluenceUserResolver userResolver, XmlEventReaderFactory readerFactory, Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller) -
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.storage.macro
Classes in com.atlassian.confluence.content.render.xhtml.storage.macro that implement UnmarshallerModifier and TypeClassDescriptionclass
TODO: Document this class / interface hereclass
Parses XHTML containing ac:macro elements and their parameters.class
Parses XHTML containing ac:structured-macro elements and their parameters.Methods in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type UnmarshallerModifier and TypeMethodDescriptionStorageMacroFragmentTransformerFactory.createStorageMacroFragmentTransformer
(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller) Constructors in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type UnmarshallerModifierConstructorDescriptionStorageMacroV2Unmarshaller
(XmlEventReaderFactory xmlEventReaderFactory, MacroMetadataManager macroMetadataManager, Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, Unmarshaller<Link> linkUnmarshaller, StorageMacroBodyParser storageMacroBodyParser, MacroManager macroManager) -
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.storage.pagelayouts
Classes in com.atlassian.confluence.content.render.xhtml.storage.pagelayouts that implement UnmarshallerModifier and TypeClassDescriptionclass
Converts the divs uses by the old format into shiny new Page Layouts Two objects.class
-
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.storage.placeholder
Classes in com.atlassian.confluence.content.render.xhtml.storage.placeholder that implement Unmarshaller -
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
Classes in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers that implement UnmarshallerModifier and TypeClassDescriptionclass
class
class
Constructor parameters in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with type arguments of type UnmarshallerModifierConstructorDescriptionDelegatingResourceIdentifierUnmarshaller
(List<Unmarshaller<ResourceIdentifier>> unmarshallers) -
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.storage.time
Classes in com.atlassian.confluence.content.render.xhtml.storage.time that implement Unmarshaller -
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.view.excerpt
Constructors in com.atlassian.confluence.content.render.xhtml.view.excerpt with parameters of type UnmarshallerModifierConstructorDescriptionDefaultExcerpter
(XMLOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, HtmlToXmlConverter htmlToXmlConverter, SettingsManager settingsManager, Renderer viewRenderer, Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller, FragmentTransformer fragmentTransformer, AttachmentResourceIdentifierResolver attachmentResolver, DataSourceFactory datasourceFactory, ThumbnailManager thumbnailManager, MacroDefinitionTransformer macroDefinitionTransformer, ExcerptHelper excerptHelper, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager) -
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.view.inlinetask
Classes in com.atlassian.confluence.content.render.xhtml.view.inlinetask that implement Unmarshaller -
Uses of Unmarshaller in com.atlassian.confluence.impl.backuprestore.backup
Constructors in com.atlassian.confluence.impl.backuprestore.backup with parameters of type UnmarshallerModifierConstructorDescriptionUserKeyExtractorFragmentTransformerSupplier
(Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller, Marshaller<UserResourceIdentifier> userResourceIdentifierMarshaller) -
Uses of Unmarshaller in com.atlassian.confluence.impl.backuprestore.backup.exporters
Constructors in com.atlassian.confluence.impl.backuprestore.backup.exporters with parameters of type UnmarshallerModifierConstructorDescriptionUserKeyExtractorFragmentTransformer
(Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller, Marshaller<UserResourceIdentifier> userResourceIdentifierMarshaller) -
Uses of Unmarshaller in com.atlassian.confluence.impl.content.render.prefetch.xhtml
Constructors in com.atlassian.confluence.impl.content.render.prefetch.xhtml with parameters of type UnmarshallerModifierConstructorDescriptionXhtmlResourceIdentifierExtractor
(XmlEventReaderFactory xmlEventReaderFactory, Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller) -
Uses of Unmarshaller in com.atlassian.confluence.importexport.impl
Constructors in com.atlassian.confluence.importexport.impl with parameters of type UnmarshallerModifierConstructorDescriptionStorageFormatUserRewriter
(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller, Marshaller<UserResourceIdentifier> userResourceIdentifierMarshaller)