Uses of Interface
com.atlassian.confluence.content.render.xhtml.Unmarshaller
-
-
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml
Methods in com.atlassian.confluence.content.render.xhtml that return Unmarshaller Modifier and Type Method Description Unmarshaller<T>
MarshallingFactory. getEditorUnmarshaller()
Unmarshaller<T>
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 Unmarshaller Modifier and Type Method Description void
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 Unmarshaller Constructor Description DefaultEditorFormatService(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)
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 Unmarshaller Modifier and Type Class Description class
EditorEmbeddedImageResourceUnmarshaller
Constructors in com.atlassian.confluence.content.render.xhtml.editor.embed with parameters of type Unmarshaller Constructor Description EditorEmbeddedImageResourceUnmarshaller(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 Modifier and Type Class Description class
EditorEmoticonUnmarshaller
-
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 Modifier and Type Class Description class
EditorInlineCommentMarkerUnmarshaller
-
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.editor.link
Classes in com.atlassian.confluence.content.render.xhtml.editor.link that implement Unmarshaller Modifier and Type Class Description class
EditorLinkBodyUnmarshaller
Unmarshal the body of a linkclass
EditorLinkUnmarshaller
Responsible for unmarshalling links in editor XML.Constructors in com.atlassian.confluence.content.render.xhtml.editor.link with parameters of type Unmarshaller Constructor Description EditorLinkBodyUnmarshaller(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 Unmarshaller Modifier and Type Class Description class
EditorMacroUnmarshaller
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 Unmarshaller Modifier and Type Class Description class
EditorPageLayoutUnMarshaller
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 Modifier and Type Class Description class
EditorPlaceholderUnmarshaller
-
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 Unmarshaller Modifier and Type Class Description class
EditorAttachmentResourceIdentifierMarshallerAndUnmarshaller
class
EditorBlogPostResourceIdentifierMarshallerAndUnmarshaller
class
EditorIdAndTypeResourceIdentifierUnmarshaller
class
EditorPageResourceIdentifierMarshallerAndUnmarshaller
class
EditorShortcutResourceIdentifierMarshallerAndUnmarshaller
class
EditorSpaceResourceIdentifierMarshallerAndUnmarshaller
class
EditorUserResourceIdentifierMarshallerAndUnmarshaller
class
IdAndTypeAnalyzingResourceIdentifierUnmarshaller
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 Unmarshaller Modifier and Type Class Description class
EditorTimeUnmarshaller
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 Unmarshaller Modifier and Type Class Description class
ImageLinkEmoticonUnmarshaller
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 Unmarshaller Modifier and Type Method Description Unmarshaller<Link>
LinkMarshallingFactoryImpl. getEditorUnmarshaller()
Unmarshaller<Link>
LinkMarshallingFactoryImpl. getStorageUnmarshaller()
Constructors in com.atlassian.confluence.content.render.xhtml.links with parameters of type Unmarshaller Constructor Description LinkMarshallingFactoryImpl(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 Unmarshaller Modifier and Type Method Description Unmarshaller<MacroDefinition>
MacroMarshallingFactoryImpl. getEditorUnmarshaller()
Unmarshaller<MacroDefinition>
MacroMarshallingFactoryImpl. getStorageUnmarshaller()
Constructors in com.atlassian.confluence.content.render.xhtml.macro with parameters of type Unmarshaller Constructor Description MacroMarshallingFactoryImpl(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 Unmarshaller Modifier and Type Method Description Unmarshaller<Caret>
CaretMarshallingFactoryImpl. getEditorUnmarshaller()
Unmarshaller<Placeholder>
PlaceholderMarshallingFactoryImpl. getEditorUnmarshaller()
Unmarshaller<Caret>
CaretMarshallingFactoryImpl. getStorageUnmarshaller()
Unmarshaller<Placeholder>
PlaceholderMarshallingFactoryImpl. getStorageUnmarshaller()
Constructors in com.atlassian.confluence.content.render.xhtml.placeholder with parameters of type Unmarshaller Constructor Description CaretMarshallingFactoryImpl(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 Unmarshaller Constructor Description DefaultContentTransformerFactory(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 Unmarshaller Modifier and Type Class Description class
StorageEmbeddedImageUnmarshaller
Constructors in com.atlassian.confluence.content.render.xhtml.storage.embed with parameters of type Unmarshaller Constructor Description StorageEmbeddedImageUnmarshaller(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 Modifier and Type Class Description class
StorageEmoticonUnmarshaller
-
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 Modifier and Type Class Description class
StorageInlineCommentMarkerUnmarshaller
-
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 Modifier and Type Class Description class
StorageInlineTaskUnmarshaller
-
Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.storage.link
Classes in com.atlassian.confluence.content.render.xhtml.storage.link that implement Unmarshaller Modifier and Type Class Description class
StorageLinkUnmarshaller
class
StoragePlainTextLinkBodyUnmarshaller
Handle a link body that is expected to contain only HTML encoded character data.class
StorageRichTextLinkBodyUnmarshaller
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 Unmarshaller Constructor Description StorageLinkUnmarshaller(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 Unmarshaller Constructor Description StorageLinkUnmarshaller(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 Unmarshaller Constructor Description DefaultUserMentionsExtractor(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 Unmarshaller Modifier and Type Class Description class
DelegatingStorageMacroUnmarshaller
TODO: Document this class / interface hereclass
StorageMacroV1Unmarshaller
Parses XHTML containing ac:macro elements and their parameters.class
StorageMacroV2Unmarshaller
Parses XHTML containing ac:structured-macro elements and their parameters.Methods in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type Unmarshaller Modifier and Type Method Description FragmentTransformer
StorageMacroFragmentTransformerFactory. createStorageMacroFragmentTransformer(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller)
Constructors in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type Unmarshaller Constructor Description StorageMacroV2Unmarshaller(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 Unmarshaller Modifier and Type Class Description class
StorageLegacyPageLayoutUnMarshaller
Converts the divs uses by the old format into shiny new Page Layouts Two objects.class
StoragePageLayoutUnMarshaller
-
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 Modifier and Type Class Description class
StoragePlaceholderUnmarshaller
-
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 Unmarshaller Modifier and Type Class Description class
DelegatingResourceIdentifierUnmarshaller
class
StorageResourceIdentifierUnmarshaller
class
StorageUserResourceIdentifierUnmarshaller
Constructor parameters in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with type arguments of type Unmarshaller Constructor Description DelegatingResourceIdentifierUnmarshaller(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 Modifier and Type Class Description class
StorageTimeUnmarshaller
-
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 Unmarshaller Constructor Description DefaultExcerpter(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 Modifier and Type Class Description class
ViewInlineTaskUnmarshaller
-
Uses of Unmarshaller in com.atlassian.confluence.impl.backuprestore.backup
Constructors in com.atlassian.confluence.impl.backuprestore.backup with parameters of type Unmarshaller Constructor Description UserKeyExtractorFragmentTransformerSupplier(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 Unmarshaller Constructor Description UserKeyExtractorFragmentTransformer(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 Unmarshaller Constructor Description XhtmlResourceIdentifierExtractor(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 Unmarshaller Constructor Description StorageFormatUserRewriter(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller, Marshaller<UserResourceIdentifier> userResourceIdentifierMarshaller)
-