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   
com.atlassian.confluence.tinymceplugin.rest   
 

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)
          Deprecated. since 5.6 use StorageMacroFragmentTransformerFactory.StorageMacroFragmentTransformerFactory(com.atlassian.confluence.content.render.xhtml.XmlEventReaderFactory, com.atlassian.confluence.content.render.xhtml.XmlOutputFactory, com.atlassian.confluence.content.render.xhtml.editor.macro.MacroParameterTypeParser, com.atlassian.confluence.macro.browser.MacroMetadataManager, com.atlassian.confluence.content.render.xhtml.links.LinkMarshallingFactory, com.atlassian.confluence.macro.xhtml.MacroManager, StorageMacroBodyParser)
StorageMacroFragmentTransformerFactory(XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, MacroParameterTypeParser macroParameterTypeParser, MacroMetadataManager macroMetadataManager, LinkMarshallingFactory linkMarshallingFactory, MacroManager macroManager, StorageMacroBodyParser storageMacroBodyParser)
           
StorageMacroV1Unmarshaller(XmlEventReaderFactory xmlEventReaderFactory, MacroParameterTypeParser macroParameterTypeParser, StorageMacroBodyParser storageMacroBodyParser)
           
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)
           
 

Uses of MacroParameterTypeParser in com.atlassian.confluence.tinymceplugin.rest
 

Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type MacroParameterTypeParser
MacroResource(XhtmlContent xhtmlContent, EditorFormatService editorFormatService, ContentEntityManager contentEntityManager, HtmlToXmlConverter htmlToXmlConverter, HttpContext httpContext, MacroManager macroManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, PermissionManager permissionManager, MacroParameterTypeParser macroParameterTypeParser, XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformer defaultFragmentTransformer, StorageMacroBodyParser storageMacroBodyParser)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.