Uses of Class
com.atlassian.confluence.xhtml.api.MacroDefinitionMarshallingStrategy

Packages that use MacroDefinitionMarshallingStrategy
com.atlassian.confluence.content.render.xhtml   
com.atlassian.confluence.content.render.xhtml.storage   
com.atlassian.confluence.xhtml.api   
 

Uses of MacroDefinitionMarshallingStrategy in com.atlassian.confluence.content.render.xhtml
 

Methods in com.atlassian.confluence.content.render.xhtml with parameters of type MacroDefinitionMarshallingStrategy
 void DefaultXhtmlContent.handleMacroDefinitions(java.lang.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
 Transformer DefaultContentTransformerFactory.getTransformer(MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy)
           
 Transformer ContentTransformerFactory.getTransformer(MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy)
          Returns a Transformer.
 

Uses of MacroDefinitionMarshallingStrategy in com.atlassian.confluence.xhtml.api
 

Methods in com.atlassian.confluence.xhtml.api that return MacroDefinitionMarshallingStrategy
static MacroDefinitionMarshallingStrategy MacroDefinitionMarshallingStrategy.valueOf(java.lang.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
 void XhtmlContent.handleMacroDefinitions(java.lang.String storageFragment, ConversionContext context, MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy)
          Perform an operation on MacroDefinitions in the supplied storageFragment, with optional changes to the storage representation defined by the MacroDefinitionMarshallingStrategy.
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.