| Package | Description |
|---|---|
| com.atlassian.confluence.content.render.xhtml.editor.macro | |
| com.atlassian.confluence.macro.browser | |
| com.atlassian.confluence.macro.browser.beans |
| Constructor and Description |
|---|
InvalidMacroParameterException(String macroName,
String parameterName,
String value,
MacroParameterType type,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,MacroParameterType> |
MacroMetadataManager.getParameterTypes(String macroName)
Retrieve the parameter type information for a single macro.
|
Map<String,MacroParameterType> |
DefaultMacroMetadataManager.getParameterTypes(String macroName) |
| Modifier and Type | Method and Description |
|---|---|
static MacroParameterType |
MacroParameterType.get(String typeName) |
MacroParameterType |
MacroParameter.getType() |
static MacroParameterType |
MacroParameterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MacroParameterType[] |
MacroParameterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MacroParameterBuilder |
MacroParameterBuilder.setType(MacroParameterType type) |
| Constructor and Description |
|---|
MacroParameter(String pluginKey,
String macroName,
String name,
MacroParameterType type,
boolean required,
boolean multiple,
String defaultValue,
boolean hidden) |
MacroParameter(String pluginKey,
String macroName,
String name,
MacroParameterType type,
boolean required,
boolean multiple,
String defaultValue,
boolean hidden,
String documentationUrl)
Deprecated.
|
Copyright © 2003–2018 Atlassian. All rights reserved.