Uses of Class
com.atlassian.confluence.xhtml.api.MacroDefinitionMarshallingStrategy
-
-
Uses of MacroDefinitionMarshallingStrategy in com.atlassian.confluence.content.render.xhtml
Methods in com.atlassian.confluence.content.render.xhtml with parameters of type MacroDefinitionMarshallingStrategy Modifier and Type Method Description void
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 MacroDefinitionMarshallingStrategy Modifier and Type Method Description Transformer
ContentTransformerFactory. getTransformer(MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy)
Returns a Transformer.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 MacroDefinitionMarshallingStrategy Modifier and Type Method Description void
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 MacroDefinitionMarshallingStrategy Modifier and Type Method Description static MacroDefinitionMarshallingStrategy
MacroDefinitionMarshallingStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static MacroDefinitionMarshallingStrategy[]
MacroDefinitionMarshallingStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.xhtml.api with parameters of type MacroDefinitionMarshallingStrategy Modifier and Type Method Description void
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
.
-