Uses of Interface
com.atlassian.confluence.xhtml.api.MacroDefinitionReplacer

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

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

Methods in com.atlassian.confluence.content.render.xhtml with parameters of type MacroDefinitionReplacer
 String DefaultXhtmlContent.replaceMacroDefinitionsWithString(String storageFragment, ConversionContext context, MacroDefinitionReplacer replacer)
           
 

Uses of MacroDefinitionReplacer in com.atlassian.confluence.content.render.xhtml.storage
 

Methods in com.atlassian.confluence.content.render.xhtml.storage with parameters of type MacroDefinitionReplacer
 Transformer DefaultContentTransformerFactory.getTransformer(MacroDefinitionReplacer macroDefinitionReplacer)
           
 Transformer ContentTransformerFactory.getTransformer(MacroDefinitionReplacer macroDefinitionReplacer)
          Returns a Transformer.
 

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

Methods in com.atlassian.confluence.xhtml.api with parameters of type MacroDefinitionReplacer
 String XhtmlContent.replaceMacroDefinitionsWithString(String storageFragment, ConversionContext context, MacroDefinitionReplacer replacer)
          Replaces MacroDefinitions in the supplied storageFragment with a String.
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.