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 StringDefaultXhtmlContent. 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 TransformerContentTransformerFactory. getTransformer(MacroDefinitionUpdater macroDefinitionUpdater)Returns a Transformer.TransformerDefaultContentTransformerFactory. getTransformer(MacroDefinitionUpdater macroDefinitionUpdater)Returns a Transformer.StringMacroDefinitionTransformer. updateMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionUpdater updater)UpdatesMacroDefinitions 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 MacroDefinitionUpdaterExcerptConfig. 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.BuilderExcerptConfig.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 StringMacroDefinitionTransformerImpl. 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 StringXhtmlContent. updateMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionUpdater updater)UpdatesMacroDefinitions in the suppliedstorageFragment.
-