Uses of Interface
com.atlassian.confluence.content.render.xhtml.MarshallingRegistry
-
-
Uses of MarshallingRegistry in com.atlassian.confluence.content.render.xhtml
Classes in com.atlassian.confluence.content.render.xhtml that implement MarshallingRegistry Modifier and Type Class Description class
DefaultMarshallingRegistry
Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type MarshallingRegistry Constructor Description MarshallingFragmentTransformer(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 Constructor Description EditorEmbeddedImageResourceUnmarshaller(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 MarshallingRegistry Constructor Description EditorEmoticonMarshaller(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 Constructor Description 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 Constructor Description StorageEmoticonMarshaller(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 Constructor Description StorageInlineTaskMarshaller(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 Constructor Description 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 Constructor Description DelegatingStorageMacroMarshaller(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 MarshallingRegistry Constructor Description ViewInlineTaskMarshaller(XMLOutputFactory xmlOutputFactory, MarshallingRegistry registry)
-