Uses of Enum Class
com.atlassian.confluence.xhtml.api.MacroDefinitionMarshallingStrategy
Package
Description
-
Uses of MacroDefinitionMarshallingStrategy in com.atlassian.confluence.content.render.xhtml
Modifier and TypeMethodDescriptionvoid
DefaultXhtmlContent.handleMacroDefinitions
(String storageFragment, ConversionContext context, MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy) -
Uses of MacroDefinitionMarshallingStrategy in com.atlassian.confluence.content.render.xhtml.storage
Modifier 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
Modifier and TypeMethodDescriptionvoid
MacroDefinitionTransformerImpl.handleMacroDefinitions
(String storageFragment, ConversionContext context, MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy) -
Uses of MacroDefinitionMarshallingStrategy in com.atlassian.confluence.xhtml.api
Modifier 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.Modifier 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
.