Uses of Interface
com.atlassian.confluence.content.render.xhtml.editor.macro.MacroIdSupplier
-
Packages that use MacroIdSupplier Package Description com.atlassian.confluence.content.render.xhtml.editor.macro com.atlassian.confluence.content.render.xhtml.storage.macro -
-
Uses of MacroIdSupplier in com.atlassian.confluence.content.render.xhtml.editor.macro
Classes in com.atlassian.confluence.content.render.xhtml.editor.macro that implement MacroIdSupplier Modifier and Type Class Description class
DefaultMacroIdSupplier
The default implementation ofMacroIdSupplier
which uses a randomly generated UUID to generate a uniqueMacroId
. -
Uses of MacroIdSupplier in com.atlassian.confluence.content.render.xhtml.storage.macro
Constructors in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type MacroIdSupplier Constructor Description StorageMacroFragmentTransformerFactory(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, MacroParameterTypeParser macroParameterTypeParser, MacroMetadataManager macroMetadataManager, LinkMarshallingFactory linkMarshallingFactory, MacroManager macroManager, StorageMacroBodyParser storageMacroBodyParser, MacroIdSupplier macroIdSupplier, MacroSchemaMigrator macroSchemaMigrator)
StorageMacroV2Marshaller(XmlOutputFactory xmlOutputFactory, MacroMetadataManager macroMetadataManager, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, Marshaller<Link> linkMarshaller, MacroParameterTypeParser macroParameterTypeParser, MacroIdSupplier macroIdSupplier, MacroSchemaMigrator macroSchemaMigrator, MacroManager macroManager)
-