Package | Description |
---|---|
com.atlassian.confluence.content.render.xhtml.editor.macro |
Modifier and Type | Method and Description |
---|---|
Object |
MacroParameterTypeParser.parseMacroParameter(String macroName,
String parameterName,
String untypedValue,
Map<String,String> untypedParameters,
ConversionContext conversionContext) |
Object |
MacroParameterTypeParserImpl.parseMacroParameter(String macroName,
String parameterName,
String untypedValue,
Map<String,String> untypedParameters,
ConversionContext conversionContext) |
Map<String,Object> |
MacroParameterTypeParser.parseMacroParameters(String macroName,
Map<String,String> untypedParameters,
ConversionContext conversionContext)
Given raw macro parameter types, this converts them to the appropriate kind of object.
|
Map<String,Object> |
MacroParameterTypeParserImpl.parseMacroParameters(String macroName,
Map<String,String> untypedParameters,
ConversionContext conversionContext) |
Copyright © 2003–2020 Atlassian. All rights reserved.