Uses of Interface
com.atlassian.confluence.content.render.xhtml.MarshallingRegistry
Packages that use MarshallingRegistry
Package
Description
-
Uses of MarshallingRegistry in com.atlassian.confluence.content.render.xhtml
Classes in com.atlassian.confluence.content.render.xhtml that implement MarshallingRegistryConstructors in com.atlassian.confluence.content.render.xhtml with parameters of type MarshallingRegistryModifierConstructorDescriptionMarshallingFragmentTransformer
(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 MarshallingRegistryModifierConstructorDescriptionEditorEmbeddedImageResourceUnmarshaller
(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, Unmarshaller<ResourceIdentifier> storageResourceIdentifierUnmarshaller, XmlEventReaderFactory xmlEventReaderFactory, MarshallingRegistry registry, AttachmentManager attachmentManager, PageManager pageManager) -
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 MarshallingRegistryModifierConstructorDescriptionEditorEmoticonMarshaller
(XMLOutputFactory xmlOutputFactory, EmoticonDisplayMapper emoticonDisplayMapper, UserI18NBeanFactory userI18NBeanFactory, 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 MarshallingRegistryModifierConstructorDescriptionStorageEmbeddedImageMarshaller
(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 MarshallingRegistryModifierConstructorDescriptionStorageEmoticonMarshaller
(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 MarshallingRegistryModifierConstructorDescriptionStorageInlineTaskMarshaller
(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 MarshallingRegistryModifierConstructorDescriptionStorageLinkMarshaller
(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 MarshallingRegistryModifierConstructorDescriptionDelegatingStorageMacroMarshaller
(StorageMacroV1Marshaller v1Marshaller, StorageMacroV2Marshaller v2Marshaller, MacroMetadataManager macroMetadataManager, MacroManager macroManager, 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 MarshallingRegistryModifierConstructorDescriptionViewInlineTaskMarshaller
(XMLOutputFactory xmlOutputFactory, MarshallingRegistry registry)