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

Packages that use Marshaller
com.atlassian.confluence.content.render.xhtml   
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.placeholder   
com.atlassian.confluence.content.render.xhtml.links   
com.atlassian.confluence.content.render.xhtml.macro   
com.atlassian.confluence.content.render.xhtml.migration   
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.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.embed   
com.atlassian.confluence.content.render.xhtml.view.inline   
com.atlassian.confluence.content.render.xhtml.view.inlinetask   
com.atlassian.confluence.content.render.xhtml.view.link   
com.atlassian.confluence.content.render.xhtml.view.macro   
com.atlassian.confluence.content.render.xhtml.view.pagelayouts   
com.atlassian.confluence.content.render.xhtml.view.placeholder   
com.atlassian.confluence.content.render.xhtml.view.time   
com.atlassian.confluence.diff.marshallers   
com.atlassian.confluence.importexport.impl   
com.atlassian.confluence.xhtml.api   
 

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

Classes in com.atlassian.confluence.content.render.xhtml that implement Marshaller
 class DelegatingLinkMarshaller
           
 

Methods in com.atlassian.confluence.content.render.xhtml that return Marshaller
 Marshaller<T> MarshallingFactory.getEditorMarshaller()
           
<T> Marshaller<T>
MarshallingRegistry.getMarshaller(java.lang.Class<T> clazz, MarshallingType type)
           
<T> Marshaller<T>
DefaultMarshallingRegistry.getMarshaller(java.lang.Class<T> clazz, MarshallingType type)
           
protected  Marshaller<Link> DelegatingLinkMarshaller.getMarshallerForResourceIdentifier(ResourceIdentifier ri)
           
 Marshaller<T> MarshallingFactory.getStorageMarshaller()
           
 Marshaller<T> MarshallingFactory.getViewMarshaller()
           
 

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

Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type Marshaller
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)
           
DefaultLinkRenderer(Marshaller<Link> linkMarshaller)
           
DefaultXhtmlContent(Marshaller<MacroDefinition> viewMacroMarshaller, Marshaller<MacroDefinition> storageMacroMarshaller, Marshaller<Link> viewLinkMarshaller, Marshaller<Link> storageLinkMarshaller, Marshaller<EmbeddedImage> viewEmbeddedImageMarshaller, Marshaller<EmbeddedImage> storageEmbeddedImageMarshaller, Marshaller<InlineTaskList> viewInlineTaskMarshaller, Marshaller<InlineTaskList> storageInlineTaskMarshaller, Renderer viewRenderer, XmlEventReaderFactory xmlEventReaderFactory, ContentTransformerFactory contentTransformerFactory, ExceptionTolerantMigrator wikiToXhtmlMigrator)
           
DefaultXhtmlContent(Marshaller<MacroDefinition> viewMacroMarshaller, Marshaller<MacroDefinition> storageMacroMarshaller, Marshaller<Link> viewLinkMarshaller, Marshaller<Link> storageLinkMarshaller, Marshaller<EmbeddedImage> viewEmbeddedImageMarshaller, Marshaller<EmbeddedImage> storageEmbeddedImageMarshaller, Marshaller<InlineTaskList> viewInlineTaskMarshaller, Marshaller<InlineTaskList> storageInlineTaskMarshaller, Renderer viewRenderer, XmlEventReaderFactory xmlEventReaderFactory, ContentTransformerFactory contentTransformerFactory, ExceptionTolerantMigrator wikiToXhtmlMigrator)
           
DefaultXhtmlContent(Marshaller<MacroDefinition> viewMacroMarshaller, Marshaller<MacroDefinition> storageMacroMarshaller, Marshaller<Link> viewLinkMarshaller, Marshaller<Link> storageLinkMarshaller, Marshaller<EmbeddedImage> viewEmbeddedImageMarshaller, Marshaller<EmbeddedImage> storageEmbeddedImageMarshaller, Marshaller<InlineTaskList> viewInlineTaskMarshaller, Marshaller<InlineTaskList> storageInlineTaskMarshaller, Renderer viewRenderer, XmlEventReaderFactory xmlEventReaderFactory, ContentTransformerFactory contentTransformerFactory, ExceptionTolerantMigrator wikiToXhtmlMigrator)
           
DefaultXhtmlContent(Marshaller<MacroDefinition> viewMacroMarshaller, Marshaller<MacroDefinition> storageMacroMarshaller, Marshaller<Link> viewLinkMarshaller, Marshaller<Link> storageLinkMarshaller, Marshaller<EmbeddedImage> viewEmbeddedImageMarshaller, Marshaller<EmbeddedImage> storageEmbeddedImageMarshaller, Marshaller<InlineTaskList> viewInlineTaskMarshaller, Marshaller<InlineTaskList> storageInlineTaskMarshaller, Renderer viewRenderer, XmlEventReaderFactory xmlEventReaderFactory, ContentTransformerFactory contentTransformerFactory, ExceptionTolerantMigrator wikiToXhtmlMigrator)
           
DefaultXhtmlContent(Marshaller<MacroDefinition> viewMacroMarshaller, Marshaller<MacroDefinition> storageMacroMarshaller, Marshaller<Link> viewLinkMarshaller, Marshaller<Link> storageLinkMarshaller, Marshaller<EmbeddedImage> viewEmbeddedImageMarshaller, Marshaller<EmbeddedImage> storageEmbeddedImageMarshaller, Marshaller<InlineTaskList> viewInlineTaskMarshaller, Marshaller<InlineTaskList> storageInlineTaskMarshaller, Renderer viewRenderer, XmlEventReaderFactory xmlEventReaderFactory, ContentTransformerFactory contentTransformerFactory, ExceptionTolerantMigrator wikiToXhtmlMigrator)
           
DefaultXhtmlContent(Marshaller<MacroDefinition> viewMacroMarshaller, Marshaller<MacroDefinition> storageMacroMarshaller, Marshaller<Link> viewLinkMarshaller, Marshaller<Link> storageLinkMarshaller, Marshaller<EmbeddedImage> viewEmbeddedImageMarshaller, Marshaller<EmbeddedImage> storageEmbeddedImageMarshaller, Marshaller<InlineTaskList> viewInlineTaskMarshaller, Marshaller<InlineTaskList> storageInlineTaskMarshaller, Renderer viewRenderer, XmlEventReaderFactory xmlEventReaderFactory, ContentTransformerFactory contentTransformerFactory, ExceptionTolerantMigrator wikiToXhtmlMigrator)
           
DefaultXhtmlContent(Marshaller<MacroDefinition> viewMacroMarshaller, Marshaller<MacroDefinition> storageMacroMarshaller, Marshaller<Link> viewLinkMarshaller, Marshaller<Link> storageLinkMarshaller, Marshaller<EmbeddedImage> viewEmbeddedImageMarshaller, Marshaller<EmbeddedImage> storageEmbeddedImageMarshaller, Marshaller<InlineTaskList> viewInlineTaskMarshaller, Marshaller<InlineTaskList> storageInlineTaskMarshaller, Renderer viewRenderer, XmlEventReaderFactory xmlEventReaderFactory, ContentTransformerFactory contentTransformerFactory, ExceptionTolerantMigrator wikiToXhtmlMigrator)
           
DefaultXhtmlContent(Marshaller<MacroDefinition> viewMacroMarshaller, Marshaller<MacroDefinition> storageMacroMarshaller, Marshaller<Link> viewLinkMarshaller, Marshaller<Link> storageLinkMarshaller, Marshaller<EmbeddedImage> viewEmbeddedImageMarshaller, Marshaller<EmbeddedImage> storageEmbeddedImageMarshaller, Marshaller<InlineTaskList> viewInlineTaskMarshaller, Marshaller<InlineTaskList> storageInlineTaskMarshaller, Renderer viewRenderer, XmlEventReaderFactory xmlEventReaderFactory, ContentTransformerFactory contentTransformerFactory, ExceptionTolerantMigrator wikiToXhtmlMigrator)
           
UnmarshalMarshalFragmentTransformer(Unmarshaller<T> unmarshaller, Marshaller<T> marshaller)
           
 

Constructor parameters in com.atlassian.confluence.content.render.xhtml with type arguments of type Marshaller
DelegatingLinkMarshaller(java.util.Map<java.lang.String,Marshaller<Link>> marshallersByClassSimpleName, ResourceIdentifierContextUtility resourceIdentifierContextUtility)
           
 

Uses of Marshaller in com.atlassian.confluence.content.render.xhtml.editor.inline
 

Classes in com.atlassian.confluence.content.render.xhtml.editor.inline that implement Marshaller
 class EditorEmoticonMarshaller
          As with the other editor marshallers and unmarshallers, this code should actually live in the TinyMCE plugin.
 

Uses of Marshaller in com.atlassian.confluence.content.render.xhtml.editor.link
 

Classes in com.atlassian.confluence.content.render.xhtml.editor.link that implement Marshaller
 class EditorUnresolvedLinkMarshaller
           
 

Methods in com.atlassian.confluence.content.render.xhtml.editor.link with parameters of type Marshaller
protected  void EditorUnresolvedLinkMarshaller.writeAdditionalAttributes(UnresolvedLink unresolvedLink, javax.xml.stream.XMLStreamWriter xmlStreamWriter, Marshaller<Link> unresolvedLinkBodyMarshaller, ConversionContext conversionContext)
           
 

Constructors in com.atlassian.confluence.content.render.xhtml.editor.link with parameters of type Marshaller
EditorLinkMarshallingStrategy(Marshaller<Link> linkBodyMarshaller, PageResourceIdentifierResolver pageResourceIdentifierResolver, SpaceResourceIdentifierResolver spaceResourceIdentifierResolver, AttachmentResourceIdentifierResolver attachmentResourceIdentifierResolver, ContentEntityResourceIdentifierResolver contentEntityResourceIdentifierResolver, BlogPostResourceIdentifierResolver blogPostResourceIdentifierResolver, SettingsManager settingsManager, ResourceIdentifierMatcher resourceIdentifierMatcher)
           
EditorUnresolvedLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, StaxStreamMarshaller<ResourceIdentifier> resourceIdentifierStaxStreamMarshaller, Marshaller<Link> unresolvedLinkBodyMarshaller, ModelToRenderedClassMapper mapper)
           
 

Uses of Marshaller in com.atlassian.confluence.content.render.xhtml.editor.macro
 

Classes in com.atlassian.confluence.content.render.xhtml.editor.macro that implement Marshaller
 class EditorMacroMarshaller
           
 

Uses of Marshaller in com.atlassian.confluence.content.render.xhtml.editor.placeholder
 

Classes in com.atlassian.confluence.content.render.xhtml.editor.placeholder that implement Marshaller
 class EditorPlaceholderMarshaller
           
 

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

Methods in com.atlassian.confluence.content.render.xhtml.links that return Marshaller
 Marshaller<Link> LinkMarshallingFactoryImpl.getEditorMarshaller()
           
 Marshaller<Link> LinkMarshallingFactoryImpl.getStorageMarshaller()
           
 Marshaller<Link> LinkMarshallingFactoryImpl.getViewMarshaller()
           
 

Constructors in com.atlassian.confluence.content.render.xhtml.links with parameters of type Marshaller
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)
           
LinkMarshallingFactoryImpl(Marshaller<Link> viewMarshaller, Marshaller<Link> editorMarshaller, Marshaller<Link> storageMarshaller, Unmarshaller<Link> editorUnmarshaller, Unmarshaller<Link> storageUnmarshaller)
           
XhtmlLinksUpdater(XmlEventReaderFactory xmlEventReaderFactory, javax.xml.stream.XMLOutputFactory xmlOutputFactory, javax.xml.stream.XMLEventFactory xmlEventFactory, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, ResourceIdentifierFactory resourceIdentifierFactory)
           
 

Uses of Marshaller in com.atlassian.confluence.content.render.xhtml.macro
 

Methods in com.atlassian.confluence.content.render.xhtml.macro that return Marshaller
 Marshaller<MacroDefinition> MacroMarshallingFactoryImpl.getEditorMarshaller()
           
 Marshaller<MacroDefinition> MacroMarshallingFactoryImpl.getStorageMarshaller()
           
 Marshaller<MacroDefinition> MacroMarshallingFactoryImpl.getViewMarshaller()
           
 

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

Uses of Marshaller in com.atlassian.confluence.content.render.xhtml.migration
 

Classes in com.atlassian.confluence.content.render.xhtml.migration that implement Marshaller
 class UrlLinkMarshaller
          A Marshaller specifically used in handling links for UrlResourceIdentifier.
 

Constructors in com.atlassian.confluence.content.render.xhtml.migration with parameters of type Marshaller
ErrorReportingV2Renderer(java.util.List<com.atlassian.renderer.v2.components.RendererComponent> components, Marshaller<MacroDefinition> wikiMarkupMacroMarshaller)
           
XhtmlCamelCaseLinkMigrationRendererComponent(ConfluenceRendererConfiguration rendererConfiguration, Marshaller<Link> linkMarshaller, LinkResolver linkResolver)
           
XhtmlEmbeddedRendererComponent(Marshaller<MacroDefinition> wikiMarkupMacroMarshaller, MacroParameterTypeParser macroParameterTypeParser)
           
XhtmlEmbeddedResourceRenderer(Marshaller marshaller, EmbeddedResourceResolver embeddedResourceResolver)
           
XhtmlLinkRendererComponent(LinkResolver linkResolver, Marshaller<Link> linkMarshaller, com.atlassian.renderer.v2.SubRenderer subRenderer, StorageFormatCleaner storageFormatCleaner)
           
XhtmlMacroRendererComponent(com.atlassian.renderer.v2.macro.MacroManager v2MacroManager, MacroMigrationManager macroMigrationManager, Marshaller<MacroDefinition> macroMarshaller, MacroReplacementRendererRepository replacementRepository, MacroDefinitionDeserializer macroDefinitionWikiMarkupDeserializer)
           
 

Uses of Marshaller in com.atlassian.confluence.content.render.xhtml.placeholder
 

Methods in com.atlassian.confluence.content.render.xhtml.placeholder that return Marshaller
 Marshaller<Placeholder> PlaceholderMarshallingFactoryImpl.getEditorMarshaller()
           
 Marshaller<Caret> CaretMarshallingFactoryImpl.getEditorMarshaller()
           
 Marshaller<Placeholder> PlaceholderMarshallingFactoryImpl.getStorageMarshaller()
           
 Marshaller<Caret> CaretMarshallingFactoryImpl.getStorageMarshaller()
           
 Marshaller<Placeholder> PlaceholderMarshallingFactoryImpl.getViewMarshaller()
           
 Marshaller<Caret> CaretMarshallingFactoryImpl.getViewMarshaller()
           
 

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

Uses of Marshaller in com.atlassian.confluence.content.render.xhtml.storage
 

Constructors in com.atlassian.confluence.content.render.xhtml.storage with parameters of type Marshaller
DefaultContentTransformerFactory(Unmarshaller<MacroDefinition> macroDefinitionUnmarshaller, Marshaller<MacroDefinition> macroDefinitionMarshaller, XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of Marshaller in com.atlassian.confluence.content.render.xhtml.storage.embed
 

Classes in com.atlassian.confluence.content.render.xhtml.storage.embed that implement Marshaller
 class StorageEmbeddedImageMarshaller
           
 

Constructors in com.atlassian.confluence.content.render.xhtml.storage.embed with parameters of type Marshaller
StorageEmbeddedImageMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, MarshallingRegistry registry)
           
 

Uses of Marshaller in com.atlassian.confluence.content.render.xhtml.storage.inline
 

Classes in com.atlassian.confluence.content.render.xhtml.storage.inline that implement Marshaller
 class StorageEmoticonMarshaller
           
 

Uses of Marshaller in com.atlassian.confluence.content.render.xhtml.storage.inlinetask
 

Classes in com.atlassian.confluence.content.render.xhtml.storage.inlinetask that implement Marshaller
 class StorageInlineTaskMarshaller
           
 

Uses of Marshaller in com.atlassian.confluence.content.render.xhtml.storage.link
 

Classes in com.atlassian.confluence.content.render.xhtml.storage.link that implement Marshaller
 class StorageLinkBodyMarshaller
          Marshall a LinkBody to storage format.
 class StorageLinkMarshaller
           
 

Constructors in com.atlassian.confluence.content.render.xhtml.storage.link with parameters of type Marshaller
StorageLinkBodyMarshaller(Marshaller<EmbeddedImage> embeddedImageMarshaller, XmlStreamWriterTemplate xmlStreamWriterTemplate)
           
StorageLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, Marshaller<LinkBody> linkBodyMarshaller, MarshallingRegistry marshallingRegistry)
           
StorageLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, Marshaller<LinkBody> linkBodyMarshaller, MarshallingRegistry marshallingRegistry)
           
 

Uses of Marshaller in com.atlassian.confluence.content.render.xhtml.storage.macro
 

Classes in com.atlassian.confluence.content.render.xhtml.storage.macro that implement Marshaller
 class DelegatingStorageMacroMarshaller
          A Marshaller of MacroDefinitions which decided which macro storage format to marshal, depending on the MacroDefinition.
 class StorageMacroV1Marshaller
           
 class StorageMacroV2Marshaller
          Marshals a MacroDefinition into macro v2 storage format.
 

Methods in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type Marshaller
 FragmentTransformer StorageMacroFragmentTransformerFactory.createStorageMacroFragmentTransformer(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller)
           
 

Constructors in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type Marshaller
StorageMacroV2Marshaller(XmlOutputFactory xmlOutputFactory, MacroMetadataManager macroMetadataManager, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, Marshaller<Link> linkMarshaller, MacroParameterTypeParser macroParameterTypeParser)
           
StorageMacroV2Marshaller(XmlOutputFactory xmlOutputFactory, MacroMetadataManager macroMetadataManager, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, Marshaller<Link> linkMarshaller, MacroParameterTypeParser macroParameterTypeParser)
           
 

Uses of Marshaller in com.atlassian.confluence.content.render.xhtml.storage.pagelayouts
 

Classes in com.atlassian.confluence.content.render.xhtml.storage.pagelayouts that implement Marshaller
 class StoragePageLayoutMarshaller
           
 

Uses of Marshaller in com.atlassian.confluence.content.render.xhtml.storage.placeholder
 

Classes in com.atlassian.confluence.content.render.xhtml.storage.placeholder that implement Marshaller
 class StoragePlaceholderMarshaller
           
 

Uses of Marshaller in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
 

Classes in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers that implement Marshaller
 class DelegatingResourceIdentifierMarshaller
           
 class MakeRelativeAndDelegateResourceIdentifierMarshaller
          A Marshaller for ResourceIdentifiers which will first attempt to make the ResourceIdentifier as relative as possible before delegating for actual marshalling.
 class StorageAttachmentResourceIdentifierMarshaller
           
 class StorageBlogPostResourceIdentifierMarshaller
           
 class StorageContentEntityResourceIdentifierMarshaller
           
 class StoragePageResourceIdentifierMarshaller
           
 class StorageShortcutResourceIdentifierMarshaller
           
 class StorageSpaceResourceIdentifierMarshaller
           
 class StorageUrlResourceIdentifierMarshaller
           
 class StorageUserResourceIdentifierMarshaller
          Marshals UserResourceIdentifiers to storage format.
 

Methods in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with parameters of type Marshaller
 void DelegatingResourceIdentifierMarshaller.setAttachmentResourceIdentifierMarshaller(Marshaller<AttachmentResourceIdentifier> attachmentResourceIdentifierMarshaller)
           
 void DelegatingResourceIdentifierMarshaller.setBlogPostResourceIdentifierMarshaller(Marshaller<BlogPostResourceIdentifier> blogPostResourceIdentifierMarshaller)
           
 void DelegatingResourceIdentifierMarshaller.setContentEntityResourceIdentifierMarshaller(Marshaller<ContentEntityResourceIdentifier> contentEntityResourceIdentifierMarshaller)
           
 void DelegatingResourceIdentifierMarshaller.setPageResourceIdentifierMarshaller(Marshaller<PageResourceIdentifier> pageResourceIdentifierMarshaller)
           
 void DelegatingResourceIdentifierMarshaller.setShortcutResourceIdentifierMarshaller(Marshaller<ShortcutResourceIdentifier> shortcutResourceIdentifierMarshaller)
           
 void DelegatingResourceIdentifierMarshaller.setSpaceResourceIdentifierMarshaller(Marshaller<SpaceResourceIdentifier> spaceResourceIdentifierMarshaller)
           
 void DelegatingResourceIdentifierMarshaller.setUrlResourceIdentifierMarshaller(Marshaller<UrlResourceIdentifier> urlResourceIdentifierMarshaller)
           
 void DelegatingResourceIdentifierMarshaller.setUserResourceIdentifierMarshaller(Marshaller<UserResourceIdentifier> userResourceIdentifierMarshaller)
           
 

Constructors in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with parameters of type Marshaller
MakeRelativeAndDelegateResourceIdentifierMarshaller(Marshaller<ResourceIdentifier> delegate, ResourceIdentifierContextUtility resourceIdentifierContextUtility)
           
StorageAttachmentResourceIdentifierMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<ResourceIdentifier> attachmentContainerResourceIdentifierMarshaller)
           
 

Uses of Marshaller in com.atlassian.confluence.content.render.xhtml.storage.time
 

Classes in com.atlassian.confluence.content.render.xhtml.storage.time that implement Marshaller
 class StorageTimeMarshaller
           
 

Uses of Marshaller in com.atlassian.confluence.content.render.xhtml.view.embed
 

Classes in com.atlassian.confluence.content.render.xhtml.view.embed that implement Marshaller
 class EmbeddedImageMarshaller
           
 

Uses of Marshaller in com.atlassian.confluence.content.render.xhtml.view.inline
 

Classes in com.atlassian.confluence.content.render.xhtml.view.inline that implement Marshaller
 class ViewEmoticonMarshaller
          Marshal an emoticon for display.
 

Uses of Marshaller in com.atlassian.confluence.content.render.xhtml.view.inlinetask
 

Classes in com.atlassian.confluence.content.render.xhtml.view.inlinetask that implement Marshaller
 class ViewInlineTaskMarshaller
           
 

Uses of Marshaller in com.atlassian.confluence.content.render.xhtml.view.link
 

Classes in com.atlassian.confluence.content.render.xhtml.view.link that implement Marshaller
 class ViewAttachmentLinkMarshaller
           
 class ViewBlogPostLinkMarshaller
           
 class ViewContentEntityLinkMarshaller
           
 class ViewCreatePageLinkMarshaller
           
 class ViewDraftLinkMarshaller
          In the Editor, if you are working on a new page then the context object is the Draft for this page.
 class ViewIdAndTypeLinkMarshaller
           
 class ViewLinkBodyMarshaller
          Marshals link bodies for view.
 class ViewPageLinkMarshaller
           
 class ViewShortcutLinkMarshaller
           
 class ViewSpaceLinkMarshaller
           
 class ViewUnresolvedLinkBodyMarshaller
          Encapsulates the logic on how to marshal the delegate / wrapped link inside an UnresolvedLink.
 class ViewUnresolvedLinkMarshaller
           
 class ViewUserLinkMarshaller
           
 

Fields in com.atlassian.confluence.content.render.xhtml.view.link declared as Marshaller
protected  Marshaller<Link> ViewIdAndTypeLinkMarshaller.linkBodyMarshaller
           
protected  Marshaller<Link> ViewIdAndTypeLinkMarshaller.notPermittedLinkMarshaller
           
protected  Marshaller<UnresolvedLink> ViewIdAndTypeLinkMarshaller.unresolvedLinkMarshaller
           
 

Methods in com.atlassian.confluence.content.render.xhtml.view.link that return Marshaller
 Marshaller<Link> ViewLinkMarshallerFactoryImpl.newBlogPostLinkMarshaller()
           
 Marshaller<Link> ViewLinkMarshallerFactory.newBlogPostLinkMarshaller()
           
 Marshaller<Link> ViewLinkMarshallerFactoryImpl.newBlogPostLinkMarshaller(HrefEvaluator hrefEvaluator, Marshaller<Link> unresolvedLinkMarshaller)
           
 Marshaller<Link> ViewLinkMarshallerFactory.newBlogPostLinkMarshaller(HrefEvaluator hrefEvaluator, Marshaller<Link> unresolvedLinkMarshaller)
          Get a new instance of a blog post link view marshaller which will usage a specific HrefEvaluator instead of the default for creating the actual href attribute in the rendererd link.
 Marshaller<Link> ViewLinkSubMarshallerFactoryImpl.newLinkBodyMarshaller()
           
 Marshaller<Link> ViewLinkSubMarshallerFactory.newLinkBodyMarshaller()
           
 Marshaller<Link> ViewLinkMarshallerFactoryImpl.newPageLinkMarshaller()
           
 Marshaller<Link> ViewLinkMarshallerFactory.newPageLinkMarshaller()
          Get a new instance of the default page link view marshaller.
 Marshaller<Link> ViewLinkMarshallerFactoryImpl.newPageLinkMarshaller(Marshaller<CreatePageLink> createPageLinkMarshaller, HrefEvaluator hrefEvaluator, Marshaller<Link> unresolvedLinkMarshaller)
           
 Marshaller<Link> ViewLinkMarshallerFactory.newPageLinkMarshaller(Marshaller<CreatePageLink> createPageLinkMarshaller, HrefEvaluator hrefEvaluator, Marshaller<Link> unresolvedLinkMarshaller)
          Get a new instance of a page link view marshaller which will use a specific 'create page' link Marshaller and a specific HrefEvaluator for creating the actual rendered link.
 Marshaller<Link> ViewLinkSubMarshallerFactoryImpl.newUnresolvedLinkBodyMarshaller()
           
 Marshaller<Link> ViewLinkSubMarshallerFactory.newUnresolvedLinkBodyMarshaller()
           
 Marshaller<UnresolvedLink> ViewLinkSubMarshallerFactoryImpl.newUnresolvedLinkMarshaller()
           
 Marshaller<UnresolvedLink> ViewLinkSubMarshallerFactory.newUnresolvedLinkMarshaller()
           
 Marshaller<Link> ViewLinkMarshallerFactoryImpl.newUserLinkMarshaller()
           
 Marshaller<Link> ViewLinkMarshallerFactory.newUserLinkMarshaller()
           
 Marshaller<Link> ViewLinkMarshallerFactoryImpl.newUserLinkMarshaller(HrefEvaluator hrefEvaluator, Marshaller<Link> unresolvedLinkMarshaller)
           
 Marshaller<Link> ViewLinkMarshallerFactory.newUserLinkMarshaller(HrefEvaluator hrefEvaluator, Marshaller<Link> unresolvedLinkMarshaller)
          Get a new instance of a user link view marshaller which will usage a specific HrefEvaluator instead of the default for creating the actual href attribute in the rendererd link.
 

Methods in com.atlassian.confluence.content.render.xhtml.view.link with parameters of type Marshaller
 Marshaller<Link> ViewLinkMarshallerFactoryImpl.newBlogPostLinkMarshaller(HrefEvaluator hrefEvaluator, Marshaller<Link> unresolvedLinkMarshaller)
           
 Marshaller<Link> ViewLinkMarshallerFactory.newBlogPostLinkMarshaller(HrefEvaluator hrefEvaluator, Marshaller<Link> unresolvedLinkMarshaller)
          Get a new instance of a blog post link view marshaller which will usage a specific HrefEvaluator instead of the default for creating the actual href attribute in the rendererd link.
 Marshaller<Link> ViewLinkMarshallerFactoryImpl.newPageLinkMarshaller(Marshaller<CreatePageLink> createPageLinkMarshaller, HrefEvaluator hrefEvaluator, Marshaller<Link> unresolvedLinkMarshaller)
           
 Marshaller<Link> ViewLinkMarshallerFactoryImpl.newPageLinkMarshaller(Marshaller<CreatePageLink> createPageLinkMarshaller, HrefEvaluator hrefEvaluator, Marshaller<Link> unresolvedLinkMarshaller)
           
 Marshaller<Link> ViewLinkMarshallerFactory.newPageLinkMarshaller(Marshaller<CreatePageLink> createPageLinkMarshaller, HrefEvaluator hrefEvaluator, Marshaller<Link> unresolvedLinkMarshaller)
          Get a new instance of a page link view marshaller which will use a specific 'create page' link Marshaller and a specific HrefEvaluator for creating the actual rendered link.
 Marshaller<Link> ViewLinkMarshallerFactory.newPageLinkMarshaller(Marshaller<CreatePageLink> createPageLinkMarshaller, HrefEvaluator hrefEvaluator, Marshaller<Link> unresolvedLinkMarshaller)
          Get a new instance of a page link view marshaller which will use a specific 'create page' link Marshaller and a specific HrefEvaluator for creating the actual rendered link.
 Marshaller<Link> ViewLinkMarshallerFactoryImpl.newUserLinkMarshaller(HrefEvaluator hrefEvaluator, Marshaller<Link> unresolvedLinkMarshaller)
           
 Marshaller<Link> ViewLinkMarshallerFactory.newUserLinkMarshaller(HrefEvaluator hrefEvaluator, Marshaller<Link> unresolvedLinkMarshaller)
          Get a new instance of a user link view marshaller which will usage a specific HrefEvaluator instead of the default for creating the actual href attribute in the rendererd link.
protected  void ViewUnresolvedLinkMarshaller.writeAdditionalAttributes(UnresolvedLink unresolvedLink, javax.xml.stream.XMLStreamWriter xmlStreamWriter, Marshaller<Link> unresolvedLinkBodyMarshaller, ConversionContext conversionContext)
           
 

Constructors in com.atlassian.confluence.content.render.xhtml.view.link with parameters of type Marshaller
ViewAttachmentLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, PageManager pageManager, ContentEntityManager contentEntityManager, AttachmentManager attachmentManager, PermissionManager permissionManager, Marshaller<UnresolvedLink> unresolvedLinkMarshaller, Marshaller<Link> linkBodyMarshaller, StaxStreamMarshaller<Link> commonLinkAttributeStaxStreamMarshaller, DraftManager draftManager, HrefEvaluator hrefEvaluator, Marshaller<Link> notPermittedLinkMarshaller, ResourceIdentifierContextUtility ricu, ModelToRenderedClassMapper mapper)
           
ViewAttachmentLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, PageManager pageManager, ContentEntityManager contentEntityManager, AttachmentManager attachmentManager, PermissionManager permissionManager, Marshaller<UnresolvedLink> unresolvedLinkMarshaller, Marshaller<Link> linkBodyMarshaller, StaxStreamMarshaller<Link> commonLinkAttributeStaxStreamMarshaller, DraftManager draftManager, HrefEvaluator hrefEvaluator, Marshaller<Link> notPermittedLinkMarshaller, ResourceIdentifierContextUtility ricu, ModelToRenderedClassMapper mapper)
           
ViewAttachmentLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, PageManager pageManager, ContentEntityManager contentEntityManager, AttachmentManager attachmentManager, PermissionManager permissionManager, Marshaller<UnresolvedLink> unresolvedLinkMarshaller, Marshaller<Link> linkBodyMarshaller, StaxStreamMarshaller<Link> commonLinkAttributeStaxStreamMarshaller, DraftManager draftManager, HrefEvaluator hrefEvaluator, Marshaller<Link> notPermittedLinkMarshaller, ResourceIdentifierContextUtility ricu, ModelToRenderedClassMapper mapper)
           
ViewBlogPostLinkMarshaller(ResourceIdentifierResolver<BlogPostResourceIdentifier,BlogPost> blogPostResourceIdentifierResolver, PermissionManager permissionManager, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<Link> unresolvedLinkMarshaller, Marshaller<Link> linkBodyMarshaller, HrefEvaluator hrefEvaluator, StaxStreamMarshaller<Link> linkStaxStreamMarshaller, ModelToRenderedClassMapper mapper)
           
ViewBlogPostLinkMarshaller(ResourceIdentifierResolver<BlogPostResourceIdentifier,BlogPost> blogPostResourceIdentifierResolver, PermissionManager permissionManager, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<Link> unresolvedLinkMarshaller, Marshaller<Link> linkBodyMarshaller, HrefEvaluator hrefEvaluator, StaxStreamMarshaller<Link> linkStaxStreamMarshaller, ModelToRenderedClassMapper mapper)
           
ViewContentEntityLinkMarshaller(ContentEntityResourceIdentifierResolver resourceIdentifierResolver, PermissionManager permissionManager, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<UnresolvedLink> unresolvedLinkMarshaller, Marshaller<Link> linkBodyMarshaller, HrefEvaluator hrefEvaluator, StaxStreamMarshaller<Link> linkStaxStreamMarshaller, ModelToRenderedClassMapper mapper)
           
ViewContentEntityLinkMarshaller(ContentEntityResourceIdentifierResolver resourceIdentifierResolver, PermissionManager permissionManager, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<UnresolvedLink> unresolvedLinkMarshaller, Marshaller<Link> linkBodyMarshaller, HrefEvaluator hrefEvaluator, StaxStreamMarshaller<Link> linkStaxStreamMarshaller, ModelToRenderedClassMapper mapper)
           
ViewCreatePageLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, PermissionManager permissionManager, Marshaller<Link> unresolvedLinkMarshaller, Marshaller<Link> linkBodyMarshaller, StaxStreamMarshaller<PageResourceIdentifier> pageResourceIdentifierStaxStreamMarshaller, SpaceManager spaceManager, ModelToRenderedClassMapper mapper)
           
ViewCreatePageLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, PermissionManager permissionManager, Marshaller<Link> unresolvedLinkMarshaller, Marshaller<Link> linkBodyMarshaller, StaxStreamMarshaller<PageResourceIdentifier> pageResourceIdentifierStaxStreamMarshaller, SpaceManager spaceManager, ModelToRenderedClassMapper mapper)
           
ViewDraftLinkMarshaller(Marshaller<Link> linkBodyMarshaller, XmlStreamWriterTemplate xmlStreamWriterTemplate, StaxStreamMarshaller<Link> linkStaxStreamMarshaller, ModelToRenderedClassMapper mapper)
           
ViewIdAndTypeLinkMarshaller(IdAndTypeResourceIdentifierResolver resourceIdentifierResolver, PermissionManager permissionManager, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<UnresolvedLink> unresolvedLinkMarshaller, Marshaller<Link> linkBodyMarshaller, Marshaller<Link> notPermittedLinkMarshaller, HrefEvaluator hrefEvaluator, StaxStreamMarshaller<Link> linkStaxStreamMarshaller, ModelToRenderedClassMapper mapper)
           
ViewIdAndTypeLinkMarshaller(IdAndTypeResourceIdentifierResolver resourceIdentifierResolver, PermissionManager permissionManager, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<UnresolvedLink> unresolvedLinkMarshaller, Marshaller<Link> linkBodyMarshaller, Marshaller<Link> notPermittedLinkMarshaller, HrefEvaluator hrefEvaluator, StaxStreamMarshaller<Link> linkStaxStreamMarshaller, ModelToRenderedClassMapper mapper)
           
ViewIdAndTypeLinkMarshaller(IdAndTypeResourceIdentifierResolver resourceIdentifierResolver, PermissionManager permissionManager, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<UnresolvedLink> unresolvedLinkMarshaller, Marshaller<Link> linkBodyMarshaller, Marshaller<Link> notPermittedLinkMarshaller, HrefEvaluator hrefEvaluator, StaxStreamMarshaller<Link> linkStaxStreamMarshaller, ModelToRenderedClassMapper mapper)
           
ViewLinkBodyMarshaller(Marshaller<EmbeddedImage> embeddedImageMarshaller, ResourceIdentifierResolver<SpaceResourceIdentifier,Space> spaceResourceIdentifierResolver, ResourceIdentifierResolver<ContentEntityResourceIdentifier,ContentEntityObject> contentEntityResourceIdentifierResolver, ResourceIdentifierResolver<IdAndTypeResourceIdentifier,java.lang.Object> idAndTypeResourceIdentifierResolver, UserAccessor userAccessor, ResourceIdentifierMatcher resourceIdentifierMatcher, ResourceIdentifierContextUtility resourceIdentifierContextUtility)
           
ViewLinkMarshallerFactoryImpl(ResourceIdentifierResolver<PageResourceIdentifier,Page> pageResourceIdentifierResolver, ResourceIdentifierResolver<BlogPostResourceIdentifier,BlogPost> blogPostResourceIdentifierResolver, SpaceManager spaceManager, PermissionManager permissionManager, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<Link> linkBodyMarshaller, HrefEvaluator hrefEvaluator, Marshaller<Link> unresolvedLinkMarshaller, UserAccessor userAccessor, PersonalInformationManager personalInformationManager, SettingsManager settingsManager, ModelToRenderedClassMapper mapper)
           
ViewLinkMarshallerFactoryImpl(ResourceIdentifierResolver<PageResourceIdentifier,Page> pageResourceIdentifierResolver, ResourceIdentifierResolver<BlogPostResourceIdentifier,BlogPost> blogPostResourceIdentifierResolver, SpaceManager spaceManager, PermissionManager permissionManager, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<Link> linkBodyMarshaller, HrefEvaluator hrefEvaluator, Marshaller<Link> unresolvedLinkMarshaller, UserAccessor userAccessor, PersonalInformationManager personalInformationManager, SettingsManager settingsManager, ModelToRenderedClassMapper mapper)
           
ViewLinkSubMarshallerFactoryImpl(Marshaller<EmbeddedImage> embeddedImageMarshaller, ResourceIdentifierResolver<SpaceResourceIdentifier,Space> spaceResourceIdentifierResolver, ResourceIdentifierResolver<ContentEntityResourceIdentifier,ContentEntityObject> contentEntityResourceIdentifierResolver, ResourceIdentifierResolver<IdAndTypeResourceIdentifier,java.lang.Object> idAndTypeResourceIdentifierResolver, UserAccessor userAccessor, ResourceIdentifierMatcher resourceIdentifierMatcher, ResourceIdentifierContextUtility riContextUtil, XmlStreamWriterTemplate xmlStreamWriterTemplate, ModelToRenderedClassMapper mapper)
           
ViewPageLinkMarshaller(ResourceIdentifierResolver<PageResourceIdentifier,Page> resourceIdentifierResolver, PermissionManager permissionManager, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<CreatePageLink> createPageLinkMarshaller, Marshaller<Link> linkBodyMarshaller, HrefEvaluator hrefEvaluator, StaxStreamMarshaller<Link> linkStaxStreamMarshaller, Marshaller<Link> unresolvedLinkMarshaller, ModelToRenderedClassMapper mapper)
           
ViewPageLinkMarshaller(ResourceIdentifierResolver<PageResourceIdentifier,Page> resourceIdentifierResolver, PermissionManager permissionManager, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<CreatePageLink> createPageLinkMarshaller, Marshaller<Link> linkBodyMarshaller, HrefEvaluator hrefEvaluator, StaxStreamMarshaller<Link> linkStaxStreamMarshaller, Marshaller<Link> unresolvedLinkMarshaller, ModelToRenderedClassMapper mapper)
           
ViewPageLinkMarshaller(ResourceIdentifierResolver<PageResourceIdentifier,Page> resourceIdentifierResolver, PermissionManager permissionManager, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<CreatePageLink> createPageLinkMarshaller, Marshaller<Link> linkBodyMarshaller, HrefEvaluator hrefEvaluator, StaxStreamMarshaller<Link> linkStaxStreamMarshaller, Marshaller<Link> unresolvedLinkMarshaller, ModelToRenderedClassMapper mapper)
           
ViewShortcutLinkMarshaller(ShortcutLinksManager shortcutLinksManager, Marshaller<UnresolvedLink> unresolvedLinkMarshaller, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<Link> linkBodyMarshaller, StaxStreamMarshaller<ShortcutResourceIdentifier> resourceIdentifierStaxStreamMarshaller, StaxStreamMarshaller<Link> linkStaxStreamMarshaller, ModelToRenderedClassMapper mapper)
           
ViewShortcutLinkMarshaller(ShortcutLinksManager shortcutLinksManager, Marshaller<UnresolvedLink> unresolvedLinkMarshaller, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<Link> linkBodyMarshaller, StaxStreamMarshaller<ShortcutResourceIdentifier> resourceIdentifierStaxStreamMarshaller, StaxStreamMarshaller<Link> linkStaxStreamMarshaller, ModelToRenderedClassMapper mapper)
           
ViewSpaceLinkMarshaller(SpaceResourceIdentifierResolver spaceResourceIdentifierResolver, PermissionManager permissionManager, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<Link> linkBodyMarshaller, Marshaller<UnresolvedLink> unresolvedLinkMarshaller, HrefEvaluator hrefEvaluator, StaxStreamMarshaller<Link> linkStaxStreamMarshaller, Marshaller<Link> notPermittedLinkMarshaller, ModelToRenderedClassMapper mapper)
           
ViewSpaceLinkMarshaller(SpaceResourceIdentifierResolver spaceResourceIdentifierResolver, PermissionManager permissionManager, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<Link> linkBodyMarshaller, Marshaller<UnresolvedLink> unresolvedLinkMarshaller, HrefEvaluator hrefEvaluator, StaxStreamMarshaller<Link> linkStaxStreamMarshaller, Marshaller<Link> notPermittedLinkMarshaller, ModelToRenderedClassMapper mapper)
           
ViewSpaceLinkMarshaller(SpaceResourceIdentifierResolver spaceResourceIdentifierResolver, PermissionManager permissionManager, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<Link> linkBodyMarshaller, Marshaller<UnresolvedLink> unresolvedLinkMarshaller, HrefEvaluator hrefEvaluator, StaxStreamMarshaller<Link> linkStaxStreamMarshaller, Marshaller<Link> notPermittedLinkMarshaller, ModelToRenderedClassMapper mapper)
           
ViewUnresolvedLinkBodyMarshaller(Marshaller<EmbeddedImage> embeddedImageMarshaller)
           
ViewUnresolvedLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, StaxStreamMarshaller<ResourceIdentifier> resourceIdentifierStaxStreamMarshaller, Marshaller<Link> unresolvedLinkBodyMarshaller, ModelToRenderedClassMapper mapper)
           
ViewUserLinkMarshaller(UserAccessor userAccessor, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<Link> linkBodyMarshaller, Marshaller<Link> unresolvedLinkMarshaller, StaxStreamMarshaller<UserResourceIdentifier> resourceIdentifierStaxStreamMarshaller, StaxStreamMarshaller<Link> linkStaxStreamMarshaller, PersonalInformationManager personalInformationManager, HrefEvaluator hrefEvaluator, SettingsManager settingsManager, ModelToRenderedClassMapper mapper)
           
ViewUserLinkMarshaller(UserAccessor userAccessor, XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<Link> linkBodyMarshaller, Marshaller<Link> unresolvedLinkMarshaller, StaxStreamMarshaller<UserResourceIdentifier> resourceIdentifierStaxStreamMarshaller, StaxStreamMarshaller<Link> linkStaxStreamMarshaller, PersonalInformationManager personalInformationManager, HrefEvaluator hrefEvaluator, SettingsManager settingsManager, ModelToRenderedClassMapper mapper)
           
 

Uses of Marshaller in com.atlassian.confluence.content.render.xhtml.view.macro
 

Classes in com.atlassian.confluence.content.render.xhtml.view.macro that implement Marshaller
 class ViewMacroMarshaller
           
 class ViewUnknownMacroMarshaller
          Display a provided MacroDefinition as an 'unknown macro' (in view).
 

Methods in com.atlassian.confluence.content.render.xhtml.view.macro that return Marshaller
 Marshaller<MacroDefinition> ViewMacroMarshallerFactoryImpl.newMacroMarshaller()
           
 Marshaller<MacroDefinition> ViewMacroMarshallerFactory.newMacroMarshaller()
          Get a new instance of the default view macro Marshaller.
 Marshaller<MacroDefinition> ViewMacroMarshallerFactoryImpl.newMacroMarshaller(MacroManager macroManager, Marshaller<MacroDefinition> unknownMacroMarshaller, ViewMacroErrorPlaceholder viewMacroErrorPlaceholder)
           
 Marshaller<MacroDefinition> ViewMacroMarshallerFactory.newMacroMarshaller(MacroManager macroManager, Marshaller<MacroDefinition> unknownMacroMarshaller, ViewMacroErrorPlaceholder viewMacroErrorPlaceholder)
          Get a new instance of a macro Marshaller which uses the supplied MacroManager, unknown macro Marshaller and ViewMacroErrorPlaceholder.
 Marshaller<MacroDefinition> ViewMacroMarshallerFactoryImpl.newUnknownMacroMarshaller()
           
 Marshaller<MacroDefinition> ViewMacroMarshallerFactory.newUnknownMacroMarshaller()
           
 

Methods in com.atlassian.confluence.content.render.xhtml.view.macro with parameters of type Marshaller
 Marshaller<MacroDefinition> ViewMacroMarshallerFactoryImpl.newMacroMarshaller(MacroManager macroManager, Marshaller<MacroDefinition> unknownMacroMarshaller, ViewMacroErrorPlaceholder viewMacroErrorPlaceholder)
           
 Marshaller<MacroDefinition> ViewMacroMarshallerFactory.newMacroMarshaller(MacroManager macroManager, Marshaller<MacroDefinition> unknownMacroMarshaller, ViewMacroErrorPlaceholder viewMacroErrorPlaceholder)
          Get a new instance of a macro Marshaller which uses the supplied MacroManager, unknown macro Marshaller and ViewMacroErrorPlaceholder.
 

Constructors in com.atlassian.confluence.content.render.xhtml.view.macro with parameters of type Marshaller
ViewMacroMarshaller(MacroManager macroManager, Marshaller<MacroDefinition> unknownMacroMarshaller, ViewMacroErrorPlaceholder viewMacroErrorPlaceholder, LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter, com.atlassian.event.api.EventPublisher eventPublisher, ConfluenceMonitoring monitoring)
           
 

Uses of Marshaller in com.atlassian.confluence.content.render.xhtml.view.pagelayouts
 

Classes in com.atlassian.confluence.content.render.xhtml.view.pagelayouts that implement Marshaller
 class ViewPageLayoutMarshaller
           
 

Uses of Marshaller in com.atlassian.confluence.content.render.xhtml.view.placeholder
 

Classes in com.atlassian.confluence.content.render.xhtml.view.placeholder that implement Marshaller
 class ViewPlaceholderMarshaller
          Renders the placeholder for templates, but for pages / blogs nothing rendered for a placeholder.
 

Uses of Marshaller in com.atlassian.confluence.content.render.xhtml.view.time
 

Classes in com.atlassian.confluence.content.render.xhtml.view.time that implement Marshaller
 class ViewTimeMarshaller
           
 

Uses of Marshaller in com.atlassian.confluence.diff.marshallers
 

Classes in com.atlassian.confluence.diff.marshallers that implement Marshaller
 class DiffInlineTaskMarshaller
          This DiffInlineTaskMarshaller outputs inline task lists in a diffable way: As little whitespace/CRs as possible, because it disturbs the diff, DaisyDiff doesn't diffs lists properly when they contain multiple spans, and it puts spans outside the LI and inside the UL, which doesn't produce a workable output.
 class DiffLinkMarshaller
           
 class DiffMacroMarshaller
           
 

Constructors in com.atlassian.confluence.diff.marshallers with parameters of type Marshaller
DiffLinkMarshaller(Marshaller<Link> delegatingLinkMarshaller, Marshaller<UnresolvedLink> unresolvedLinkMarshaller)
           
DiffLinkMarshaller(Marshaller<Link> delegatingLinkMarshaller, Marshaller<UnresolvedLink> unresolvedLinkMarshaller)
           
 

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

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

Uses of Marshaller in com.atlassian.confluence.xhtml.api
 

Methods in com.atlassian.confluence.xhtml.api with parameters of type Marshaller
abstract  Streamable MacroDefinitionMarshallingStrategy.marshal(MacroDefinition macroDefinition, ConversionContext conversionContext, Marshaller<MacroDefinition> macroDefinitionMarshaller)
          Convert the MacroDefinition to a string.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.