Uses of Interface
com.atlassian.confluence.content.render.xhtml.MarshallingRegistry
Package
Description
-
Uses of MarshallingRegistry in com.atlassian.confluence.content.render.xhtml
ModifierConstructorDescriptionMarshallingFragmentTransformer
(Class<T> clazz, MarshallingType marshallerMarshallingType, MarshallingType unmarshallerMarshallingType, MarshallingRegistry marshallingRegistry) -
Uses of MarshallingRegistry in com.atlassian.confluence.content.render.xhtml.editor.embed
ModifierConstructorDescriptionEditorEmbeddedImageResourceUnmarshaller
(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
ModifierConstructorDescriptionEditorEmoticonMarshaller
(XMLOutputFactory xmlOutputFactory, EmoticonDisplayMapper emoticonDisplayMapper, UserI18NBeanFactory userI18NBeanFactory, MarshallingRegistry registry) -
Uses of MarshallingRegistry in com.atlassian.confluence.content.render.xhtml.storage.embed
ModifierConstructorDescriptionStorageEmbeddedImageMarshaller
(XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, MarshallingRegistry registry) -
Uses of MarshallingRegistry in com.atlassian.confluence.content.render.xhtml.storage.inline
ModifierConstructorDescriptionStorageEmoticonMarshaller
(XMLOutputFactory xmlOutputFactory, MarshallingRegistry registry) -
Uses of MarshallingRegistry in com.atlassian.confluence.content.render.xhtml.storage.inlinetask
ModifierConstructorDescriptionStorageInlineTaskMarshaller
(XMLOutputFactory xmlOutputFactory, MarshallingRegistry registry) StorageInlineTaskUnmarshaller
(XmlEventReaderFactory xmlEventReaderFactory, MarshallingRegistry registry) -
Uses of MarshallingRegistry in com.atlassian.confluence.content.render.xhtml.storage.link
ModifierConstructorDescriptionStorageLinkMarshaller
(XmlStreamWriterTemplate xmlStreamWriterTemplate, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, Marshaller<LinkBody> linkBodyMarshaller, MarshallingRegistry marshallingRegistry) -
Uses of MarshallingRegistry in com.atlassian.confluence.content.render.xhtml.storage.macro
ModifierConstructorDescriptionDelegatingStorageMacroMarshaller
(StorageMacroV1Marshaller v1Marshaller, StorageMacroV2Marshaller v2Marshaller, MacroMetadataManager macroMetadataManager, MacroManager macroManager, MarshallingRegistry marshallingRegistry) -
Uses of MarshallingRegistry in com.atlassian.confluence.content.render.xhtml.view.inlinetask
ModifierConstructorDescriptionViewInlineTaskMarshaller
(XMLOutputFactory xmlOutputFactory, MarshallingRegistry registry)