Uses of Interface
com.atlassian.confluence.content.render.xhtml.editor.macro.MacroParameterTypeParser
-
-
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 Modifier and Type Class Description classMacroParameterTypeParserImplDefault 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 Constructor Description XhtmlEmbeddedRendererComponent(Marshaller<MacroDefinition> wikiMarkupMacroMarshaller, MacroParameterTypeParser macroParameterTypeParser) -
Uses of MacroParameterTypeParser in com.atlassian.confluence.content.render.xhtml.storage.macro
-
Uses of MacroParameterTypeParser in com.atlassian.confluence.macro
Constructors in com.atlassian.confluence.macro with parameters of type MacroParameterTypeParser Constructor Description MacroDefinitionWikiMarkupDeserializer(MacroParameterTypeParser macroParameterTypeParser) -
Uses of MacroParameterTypeParser in com.atlassian.confluence.tinymceplugin.rest
Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type MacroParameterTypeParser Constructor Description 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, SpacePermissionManager spacePermissionManager, MacroParameterTypeParser macroParameterTypeParser, XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformer defaultFragmentTransformer, StorageMacroBodyParser storageMacroBodyParser, MacroMetadataManager macroMetadataManager, StorageFormatCleaner storageFormatCleaner, VelocityHelperService velocityHelperService)
-