Uses of Interface
com.atlassian.confluence.xhtml.api.MacroDefinitionUpdater
Packages that use MacroDefinitionUpdater
Package
Description
-
Uses of MacroDefinitionUpdater in com.atlassian.confluence.content.render.xhtml
Methods in com.atlassian.confluence.content.render.xhtml with parameters of type MacroDefinitionUpdaterModifier and TypeMethodDescriptionDefaultXhtmlContent.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 MacroDefinitionUpdaterModifier and TypeMethodDescriptionContentTransformerFactory.getTransformer(MacroDefinitionUpdater macroDefinitionUpdater) Returns a Transformer.DefaultContentTransformerFactory.getTransformer(MacroDefinitionUpdater macroDefinitionUpdater) Returns a Transformer.MacroDefinitionTransformer.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 MacroDefinitionUpdaterModifier and TypeMethodDescriptionExcerptConfig.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 MacroDefinitionUpdaterModifier and TypeMethodDescriptionExcerptConfig.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 MacroDefinitionUpdaterModifier and TypeMethodDescriptionMacroDefinitionTransformerImpl.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 MacroDefinitionUpdaterModifier and TypeMethodDescriptionXhtmlContent.updateMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionUpdater updater) UpdatesMacroDefinitions in the suppliedstorageFragment.