Uses of Enum Class
com.atlassian.confluence.xhtml.api.MacroDefinitionMarshallingStrategy
Packages that use MacroDefinitionMarshallingStrategy
Package
Description
-
Uses of MacroDefinitionMarshallingStrategy in com.atlassian.confluence.content.render.xhtml
Methods in com.atlassian.confluence.content.render.xhtml with parameters of type MacroDefinitionMarshallingStrategyModifier and TypeMethodDescriptionvoid
DefaultXhtmlContent.handleMacroDefinitions
(String storageFragment, ConversionContext context, MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy) -
Uses of MacroDefinitionMarshallingStrategy in com.atlassian.confluence.content.render.xhtml.storage
Methods in com.atlassian.confluence.content.render.xhtml.storage with parameters of type MacroDefinitionMarshallingStrategyModifier and TypeMethodDescriptionContentTransformerFactory.getTransformer
(MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy) Returns a Transformer.DefaultContentTransformerFactory.getTransformer
(MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy) void
MacroDefinitionTransformer.handleMacroDefinitions
(String storageFragment, ConversionContext context, MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy) Perform an operation onMacroDefinition
s in the suppliedstorageFragment
, with optional changes to the storage representation defined by theMacroDefinitionMarshallingStrategy
. -
Uses of MacroDefinitionMarshallingStrategy in com.atlassian.confluence.impl.content.render.xhtml
Methods in com.atlassian.confluence.impl.content.render.xhtml with parameters of type MacroDefinitionMarshallingStrategyModifier and TypeMethodDescriptionvoid
MacroDefinitionTransformerImpl.handleMacroDefinitions
(String storageFragment, ConversionContext context, MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy) -
Uses of MacroDefinitionMarshallingStrategy in com.atlassian.confluence.xhtml.api
Methods in com.atlassian.confluence.xhtml.api that return MacroDefinitionMarshallingStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MacroDefinitionMarshallingStrategy[]
MacroDefinitionMarshallingStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.confluence.xhtml.api with parameters of type MacroDefinitionMarshallingStrategyModifier and TypeMethodDescriptionvoid
XhtmlContent.handleMacroDefinitions
(String storageFragment, ConversionContext context, MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy) Perform an operation onMacroDefinition
s in the suppliedstorageFragment
, with optional changes to the storage representation defined by theMacroDefinitionMarshallingStrategy
.