Uses of Interface
com.atlassian.confluence.content.render.xhtml.Unmarshaller

Packages that use Unmarshaller
com.atlassian.confluence.content.render.xhtml   
com.atlassian.confluence.content.render.xhtml.editor.embed   
com.atlassian.confluence.content.render.xhtml.editor.inline   
com.atlassian.confluence.content.render.xhtml.editor.link   
com.atlassian.confluence.content.render.xhtml.editor.macro   
com.atlassian.confluence.content.render.xhtml.editor.pagelayouts   
com.atlassian.confluence.content.render.xhtml.editor.placeholder   
com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers   
com.atlassian.confluence.content.render.xhtml.editor.time   
com.atlassian.confluence.content.render.xhtml.links   
com.atlassian.confluence.content.render.xhtml.macro   
com.atlassian.confluence.content.render.xhtml.placeholder   
com.atlassian.confluence.content.render.xhtml.storage   
com.atlassian.confluence.content.render.xhtml.storage.embed   
com.atlassian.confluence.content.render.xhtml.storage.inline   
com.atlassian.confluence.content.render.xhtml.storage.inlinetask   
com.atlassian.confluence.content.render.xhtml.storage.link   
com.atlassian.confluence.content.render.xhtml.storage.link.user   
com.atlassian.confluence.content.render.xhtml.storage.macro   
com.atlassian.confluence.content.render.xhtml.storage.pagelayouts   
com.atlassian.confluence.content.render.xhtml.storage.placeholder   
com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers   
com.atlassian.confluence.content.render.xhtml.storage.time   
com.atlassian.confluence.content.render.xhtml.view.excerpt   
com.atlassian.confluence.content.render.xhtml.view.inlinetask   
com.atlassian.confluence.importexport.impl   
com.atlassian.confluence.plugins.emailgateway.converter   
 

Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml
 

Methods in com.atlassian.confluence.content.render.xhtml that return Unmarshaller
 Unmarshaller<T> MarshallingFactory.getEditorUnmarshaller()
           
 Unmarshaller<T> MarshallingFactory.getStorageUnmarshaller()
           
<T> Unmarshaller<T>
MarshallingRegistry.getUnmarshaller(java.lang.Class<T> clazz, MarshallingType type)
           
<T> Unmarshaller<T>
DefaultMarshallingRegistry.getUnmarshaller(java.lang.Class<T> clazz, MarshallingType type)
           
 

Methods in com.atlassian.confluence.content.render.xhtml with parameters of type Unmarshaller
 void MarshallingRegistry.register(Unmarshaller unmarshaller, java.lang.Class clazz, MarshallingType type)
           
 void DefaultMarshallingRegistry.register(Unmarshaller unmarshaller, java.lang.Class clazz, MarshallingType type)
           
 

Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type Unmarshaller
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)
           
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)
           
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
 class EditorEmbeddedImageResourceUnmarshaller
           
 

Constructors in com.atlassian.confluence.content.render.xhtml.editor.embed with parameters of type Unmarshaller
EditorEmbeddedImageResourceUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, Unmarshaller<ResourceIdentifier> storageResourceIdentifierUnmarshaller, XmlEventReaderFactory xmlEventReaderFactory, MarshallingRegistry registry)
           
EditorEmbeddedImageResourceUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, Unmarshaller<ResourceIdentifier> storageResourceIdentifierUnmarshaller, XmlEventReaderFactory xmlEventReaderFactory, MarshallingRegistry registry)
           
 

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
 class EditorEmoticonUnmarshaller
           
 

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
 class EditorLinkBodyUnmarshaller
          Unmarshal the body of a link
 class EditorLinkUnmarshaller
          Responsible for unmarshalling links in editor XML.
 

Constructors in com.atlassian.confluence.content.render.xhtml.editor.link with parameters of type Unmarshaller
EditorLinkBodyUnmarshaller(Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller, javax.xml.stream.XMLOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, XmlEntityExpander xmlEntityExpander)
           
EditorLinkUnmarshaller(Unmarshaller<LinkBody<?>> linkBodyUnmarshaller, Unmarshaller<ResourceIdentifier> actualLinkStateAnalyzingResourceIdentifierUnmarshaller, Unmarshaller<ResourceIdentifier> idAndTypeResourceIdentifierUnmarshaller, ResourceIdentifierResolver<IdAndTypeResourceIdentifier,java.lang.Object> idAndTypeResourceIdentifierResolver)
           
EditorLinkUnmarshaller(Unmarshaller<LinkBody<?>> linkBodyUnmarshaller, Unmarshaller<ResourceIdentifier> actualLinkStateAnalyzingResourceIdentifierUnmarshaller, Unmarshaller<ResourceIdentifier> idAndTypeResourceIdentifierUnmarshaller, ResourceIdentifierResolver<IdAndTypeResourceIdentifier,java.lang.Object> idAndTypeResourceIdentifierResolver)
           
EditorLinkUnmarshaller(Unmarshaller<LinkBody<?>> linkBodyUnmarshaller, Unmarshaller<ResourceIdentifier> actualLinkStateAnalyzingResourceIdentifierUnmarshaller, Unmarshaller<ResourceIdentifier> idAndTypeResourceIdentifierUnmarshaller, ResourceIdentifierResolver<IdAndTypeResourceIdentifier,java.lang.Object> idAndTypeResourceIdentifierResolver)
           
 

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
 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
 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
 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
 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
 class EditorTimeUnmarshaller
          Responsible for unmarshalling time in editor XML.
 

Uses of Unmarshaller in com.atlassian.confluence.content.render.xhtml.links
 

Methods in com.atlassian.confluence.content.render.xhtml.links that return Unmarshaller
 Unmarshaller<Link> LinkMarshallingFactoryImpl.getEditorUnmarshaller()
           
 Unmarshaller<Link> LinkMarshallingFactoryImpl.getStorageUnmarshaller()
           
 

Constructors in com.atlassian.confluence.content.render.xhtml.links with parameters of type Unmarshaller
LinkMarshallingFactoryImpl(Marshaller<Link> viewMarshaller, Marshaller<Link> editorMarshaller, Marshaller<Link> storageMarshaller, Unmarshaller<Link> editorUnmarshaller, Unmarshaller<Link> storageUnmarshaller)
           
LinkMarshallingFactoryImpl(Marshaller<Link> viewMarshaller, Marshaller<Link> editorMarshaller, Marshaller<Link> storageMarshaller, Unmarshaller<Link> editorUnmarshaller, Unmarshaller<Link> storageUnmarshaller)
           
XhtmlOutgoingLinksExtractor(XmlEventReaderFactory xmlEventReaderFactory, Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, java.lang.String contentEntityResolverId, java.lang.String draftResolverId, java.lang.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
 Unmarshaller<MacroDefinition> MacroMarshallingFactoryImpl.getEditorUnmarshaller()
           
 Unmarshaller<MacroDefinition> MacroMarshallingFactoryImpl.getStorageUnmarshaller()
           
 

Constructors in com.atlassian.confluence.content.render.xhtml.macro with parameters of type Unmarshaller
MacroMarshallingFactoryImpl(Marshaller<MacroDefinition> viewMarshaller, Marshaller<MacroDefinition> editorMarshaller, Marshaller<MacroDefinition> storageMarshaller, Unmarshaller<MacroDefinition> editorUnmarshaller, Unmarshaller<MacroDefinition> storageUnmarshaller)
           
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
 Unmarshaller<Placeholder> PlaceholderMarshallingFactoryImpl.getEditorUnmarshaller()
           
 Unmarshaller<Caret> CaretMarshallingFactoryImpl.getEditorUnmarshaller()
           
 Unmarshaller<Placeholder> PlaceholderMarshallingFactoryImpl.getStorageUnmarshaller()
           
 Unmarshaller<Caret> CaretMarshallingFactoryImpl.getStorageUnmarshaller()
           
 

Constructors in com.atlassian.confluence.content.render.xhtml.placeholder with parameters of type Unmarshaller
CaretMarshallingFactoryImpl(Marshaller<Caret> viewMarshaller, Marshaller<Caret> editorMarshaller, Marshaller<Caret> storageMarshaller, Unmarshaller<Caret> editorUnmarshaller, Unmarshaller<Caret> storageUnmarshaller)
           
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)
           
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
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
 class StorageEmbeddedImageUnmarshaller
           
 

Constructors in com.atlassian.confluence.content.render.xhtml.storage.embed with parameters of type Unmarshaller
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
 class StorageEmoticonUnmarshaller
           
 

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
 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
 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
StorageLinkUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, java.util.List<Unmarshaller<LinkBody>> linkBodyUnmarshallers, XmlEventReaderFactory xmlEventReaderFactory, ResourceIdentifierContextUtility resourceIdentifierContextUtility)
           
StorageRichTextLinkBodyUnmarshaller(Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller, javax.xml.stream.XMLOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory)
           
 

Constructor parameters in com.atlassian.confluence.content.render.xhtml.storage.link with type arguments of type Unmarshaller
StorageLinkUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, java.util.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
DefaultUserMentionsExtractor(UserAccessor userAccessor, 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
 class DelegatingStorageMacroUnmarshaller
          TODO: Document this class / interface here
 class 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
 FragmentTransformer StorageMacroFragmentTransformerFactory.createStorageMacroFragmentTransformer(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller)
           
 

Constructors in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type Unmarshaller
StorageMacroV2Unmarshaller(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, MacroBodyTransformationCondition macroBodyTransformationCondition, MacroMetadataManager macroMetadataManager, Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, Unmarshaller<Link> linkUnmarshaller)
           
StorageMacroV2Unmarshaller(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, MacroBodyTransformationCondition macroBodyTransformationCondition, MacroMetadataManager macroMetadataManager, Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, Unmarshaller<Link> linkUnmarshaller)
           
 

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
 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
 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
 class DelegatingResourceIdentifierUnmarshaller
           
 class StorageResourceIdentifierUnmarshaller
           
 class StorageUserResourceIdentifierUnmarshaller
           
 

Constructor parameters in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with type arguments of type Unmarshaller
DelegatingResourceIdentifierUnmarshaller(java.util.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
 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
DefaultExcerpter(javax.xml.stream.XMLOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, HtmlToXmlConverter htmlToXmlConverter, SettingsManager settingsManager, Renderer viewRenderer, Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller, FragmentTransformer fragmentTransformer, AttachmentResourceIdentifierResolver attachmentResolver, DataSourceFactory datasourceFactory, ThumbnailManager thumbnailManager, XhtmlContent xhtmlContent)
           
 

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
 class ViewInlineTaskUnmarshaller
           
 

Uses of Unmarshaller in com.atlassian.confluence.importexport.impl
 

Constructors in com.atlassian.confluence.importexport.impl with parameters of type Unmarshaller
StorageFormatUserRewriter(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, Unmarshaller<UserResourceIdentifier> userResourceIdentifierUnmarshaller, Marshaller<UserResourceIdentifier> userResourceIdentifierMarshaller)
           
 

Uses of Unmarshaller in com.atlassian.confluence.plugins.emailgateway.converter
 

Classes in com.atlassian.confluence.plugins.emailgateway.converter that implement Unmarshaller
 class EmailEmbeddedImageResourceUnmarshaller
          Converts an \ element in an HTML email into an EmbeddedImage.
 class EmailLinkUnmarshaller
          Converts an \ in an email into a Link to a UriResourceIdentifier for later conversion into smarter macros
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.