Uses of Class
com.atlassian.confluence.content.render.xhtml.editor.macro.InvalidMacroParameterException
-
Packages that use InvalidMacroParameterException Package Description com.atlassian.confluence.content.render.xhtml.editor.macro -
-
Uses of InvalidMacroParameterException in com.atlassian.confluence.content.render.xhtml.editor.macro
Methods in com.atlassian.confluence.content.render.xhtml.editor.macro that throw InvalidMacroParameterException Modifier and Type Method 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)
-