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

Packages that use MarshallingRegistry
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.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.view.inlinetask   
com.atlassian.confluence.plugins.emailgateway.attachmentconverter   
com.atlassian.confluence.plugins.emailgateway.converter   
 

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

Classes in com.atlassian.confluence.content.render.xhtml that implement MarshallingRegistry
 class DefaultMarshallingRegistry
           
 

Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type MarshallingRegistry
MarshallingFragmentTransformer(java.lang.Class<T> clazz, MarshallingType marshallerMarshallingType, MarshallingType unmarshallerMarshallingType, MarshallingRegistry marshallingRegistry)
           
 

Uses of MarshallingRegistry in com.atlassian.confluence.content.render.xhtml.editor.embed
 

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

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

Constructors in com.atlassian.confluence.content.render.xhtml.editor.inline with parameters of type MarshallingRegistry
EditorEmoticonMarshaller(javax.xml.stream.XMLOutputFactory xmlOutputFactory, EmoticonDisplayMapper emoticonDisplayMapper, UserI18NBeanFactory userI18NBeanFactory, MarshallingRegistry registry)
           
EditorEmoticonUnmarshaller(MarshallingRegistry registry)
           
 

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

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

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

Constructors in com.atlassian.confluence.content.render.xhtml.storage.inline with parameters of type MarshallingRegistry
StorageEmoticonMarshaller(javax.xml.stream.XMLOutputFactory xmlOutputFactory, MarshallingRegistry registry)
           
 

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

Constructors in com.atlassian.confluence.content.render.xhtml.storage.inlinetask with parameters of type MarshallingRegistry
StorageInlineTaskMarshaller(javax.xml.stream.XMLOutputFactory xmlOutputFactory, MarshallingRegistry registry)
           
StorageInlineTaskUnmarshaller(XmlEventReaderFactory xmlEventReaderFactory, MarshallingRegistry registry)
           
 

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

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

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

Constructors in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type MarshallingRegistry
DelegatingStorageMacroMarshaller(StorageMacroV1Marshaller v1Marshaller, StorageMacroV2Marshaller v2Marshaller, MacroMetadataManager macroMetadataManager, MarshallingRegistry marshallingRegistry)
           
 

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

Constructors in com.atlassian.confluence.content.render.xhtml.view.inlinetask with parameters of type MarshallingRegistry
ViewInlineTaskMarshaller(javax.xml.stream.XMLOutputFactory xmlOutputFactory, MarshallingRegistry registry)
           
 

Uses of MarshallingRegistry in com.atlassian.confluence.plugins.emailgateway.attachmentconverter
 

Constructors in com.atlassian.confluence.plugins.emailgateway.attachmentconverter with parameters of type MarshallingRegistry
DefaultAttachmentConverterService(com.atlassian.plugin.PluginAccessor pluginAccessor, MarshallingRegistry marshallingRegistry, com.atlassian.plugin.event.PluginEventManager pluginEventManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, FileUploadManager fileUploadManager)
           
 

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

Constructors in com.atlassian.confluence.plugins.emailgateway.converter with parameters of type MarshallingRegistry
EmailEmbeddedImageResourceUnmarshaller(MarshallingRegistry registry)
           
EmailLinkUnmarshaller(MarshallingRegistry registry)
           
ImageFragmentTransformer(MarshallingRegistry marshallingRegistry)
           
LinkFragmentTransformer(MarshallingRegistry marshallingRegistry, LinkConverterService linkConverterService)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.