Uses of Interface
com.atlassian.confluence.content.render.xhtml.links.LinkMarshallingFactory
-
Packages that use LinkMarshallingFactory Package Description com.atlassian.confluence.content.render.xhtml.links com.atlassian.confluence.content.render.xhtml.storage.macro -
-
Uses of LinkMarshallingFactory in com.atlassian.confluence.content.render.xhtml.links
Classes in com.atlassian.confluence.content.render.xhtml.links that implement LinkMarshallingFactory Modifier and Type Class Description class
LinkMarshallingFactoryImpl
A MarshallingFactory that returns Link marshallers and unmarshallers. -
Uses of LinkMarshallingFactory in com.atlassian.confluence.content.render.xhtml.storage.macro
Constructors in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type LinkMarshallingFactory Constructor Description StorageMacroFragmentTransformerFactory(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, MacroParameterTypeParser macroParameterTypeParser, MacroMetadataManager macroMetadataManager, LinkMarshallingFactory linkMarshallingFactory, MacroManager macroManager, StorageMacroBodyParser storageMacroBodyParser, MacroIdSupplier macroIdSupplier, MacroSchemaMigrator macroSchemaMigrator)
-