Uses of Interface
com.atlassian.confluence.content.render.xhtml.editor.macro.MacroParameterTypeParser

Packages that use MacroParameterTypeParser
com.atlassian.confluence.content.render.xhtml.editor.macro   
com.atlassian.confluence.content.render.xhtml.migration   
com.atlassian.confluence.content.render.xhtml.storage.macro   
com.atlassian.confluence.macro   
 

Uses of MacroParameterTypeParser in com.atlassian.confluence.content.render.xhtml.editor.macro
 

Classes in com.atlassian.confluence.content.render.xhtml.editor.macro that implement MacroParameterTypeParser
 class MacroParameterTypeParserImpl
          Default implementation of MacroParameterTypeParser
 

Uses of MacroParameterTypeParser in com.atlassian.confluence.content.render.xhtml.migration
 

Constructors in com.atlassian.confluence.content.render.xhtml.migration with parameters of type MacroParameterTypeParser
XhtmlEmbeddedRendererComponent(Marshaller<MacroDefinition> wikiMarkupMacroMarshaller, MacroParameterTypeParser macroParameterTypeParser)
           
 

Uses of MacroParameterTypeParser in com.atlassian.confluence.content.render.xhtml.storage.macro
 

Constructors in com.atlassian.confluence.content.render.xhtml.storage.macro with parameters of type MacroParameterTypeParser
StorageMacroFragmentTransformerFactory(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, MacroParameterTypeParser macroParameterTypeParser, MacroMetadataManager macroMetadataManager, LinkMarshallingFactory linkMarshallingFactory)
           
StorageMacroV1Unmarshaller(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, MacroBodyTransformationCondition macroBodyTransformationCondition, MacroParameterTypeParser macroParameterTypeParser)
           
StorageMacroV2Marshaller(XmlOutputFactory xmlOutputFactory, MacroMetadataManager macroMetadataManager, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, Marshaller<Link> linkMarshaller, MacroParameterTypeParser macroParameterTypeParser)
           
 

Uses of MacroParameterTypeParser in com.atlassian.confluence.macro
 

Constructors in com.atlassian.confluence.macro with parameters of type MacroParameterTypeParser
MacroDefinitionWikiMarkupDeserializer(MacroParameterTypeParser macroParameterTypeParser)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.