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 voidDefaultXhtmlContent. 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 TransformerContentTransformerFactory. getTransformer(MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy)Returns a Transformer.TransformerDefaultContentTransformerFactory. getTransformer(MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy)voidMacroDefinitionTransformer. handleMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy)Perform an operation onMacroDefinitions 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 voidMacroDefinitionTransformerImpl. 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 MacroDefinitionMarshallingStrategyMacroDefinitionMarshallingStrategy. 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 voidXhtmlContent. handleMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy)Perform an operation onMacroDefinitions in the suppliedstorageFragment, with optional changes to the storage representation defined by theMacroDefinitionMarshallingStrategy. 
 -