Uses of Interface
com.atlassian.confluence.xhtml.api.MacroDefinitionUpdater
-
-
Uses of MacroDefinitionUpdater in com.atlassian.confluence.content.render.xhtml
Methods in com.atlassian.confluence.content.render.xhtml with parameters of type MacroDefinitionUpdater Modifier and Type Method Description String
DefaultXhtmlContent. updateMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionUpdater updater)
-
Uses of MacroDefinitionUpdater in com.atlassian.confluence.content.render.xhtml.storage
Methods in com.atlassian.confluence.content.render.xhtml.storage with parameters of type MacroDefinitionUpdater Modifier and Type Method Description Transformer
ContentTransformerFactory. getTransformer(MacroDefinitionUpdater macroDefinitionUpdater)
Returns a Transformer.Transformer
DefaultContentTransformerFactory. getTransformer(MacroDefinitionUpdater macroDefinitionUpdater)
Returns a Transformer.String
MacroDefinitionTransformer. updateMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionUpdater updater)
UpdatesMacroDefinition
s in the suppliedstorageFragment
. -
Uses of MacroDefinitionUpdater in com.atlassian.confluence.content.render.xhtml.view.excerpt
Methods in com.atlassian.confluence.content.render.xhtml.view.excerpt that return MacroDefinitionUpdater Modifier and Type Method Description MacroDefinitionUpdater
ExcerptConfig. getMacroDefinitionUpdater()
A macro definition updater to be applied to the storage format before rendering the excerpt to view.Methods in com.atlassian.confluence.content.render.xhtml.view.excerpt with parameters of type MacroDefinitionUpdater Modifier and Type Method Description ExcerptConfig.Builder
ExcerptConfig.Builder. macroDefinitionUpdater(MacroDefinitionUpdater macroDefinitionUpdater)
-
Uses of MacroDefinitionUpdater in com.atlassian.confluence.impl.content.render.xhtml
Methods in com.atlassian.confluence.impl.content.render.xhtml with parameters of type MacroDefinitionUpdater Modifier and Type Method Description String
MacroDefinitionTransformerImpl. updateMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionUpdater updater)
-
Uses of MacroDefinitionUpdater in com.atlassian.confluence.xhtml.api
Methods in com.atlassian.confluence.xhtml.api with parameters of type MacroDefinitionUpdater Modifier and Type Method Description String
XhtmlContent. updateMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionUpdater updater)
UpdatesMacroDefinition
s in the suppliedstorageFragment
.
-