Package | Description |
---|---|
com.atlassian.confluence.content.render.xhtml.editor.macro | |
com.atlassian.confluence.content.render.xhtml.storage.macro | |
com.atlassian.confluence.xhtml.api |
Modifier and Type | Method and Description |
---|---|
MacroId |
MacroIdSupplier.get() |
MacroId |
DefaultMacroIdSupplier.get() |
Modifier and Type | Method and Description |
---|---|
static MacroId |
MacroId.fromString(String macroId) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<MacroId> |
MacroDefinitionBuilder.getMacroId() |
com.atlassian.fugue.Option<MacroId> |
MacroDefinition.getMacroId()
Each macro definition is assigned a macroId when the page is stored, this can be used to identify macros within a
page.
|
Modifier and Type | Method and Description |
---|---|
MacroDefinitionBuilder |
MacroDefinitionBuilder.withMacroId(MacroId macroId) |
Modifier and Type | Method and Description |
---|---|
void |
MacroDefinition.setMacroId(com.atlassian.fugue.Option<MacroId> macroId) |
MacroDefinitionBuilder |
MacroDefinitionBuilder.withMacroId(com.atlassian.fugue.Option<MacroId> macroId) |
Constructor and Description |
---|
MacroDefinition(String name,
MacroBody body,
Map<String,String> parameters,
Map<String,Object> typedParameters,
String storageVersion,
com.atlassian.fugue.Option<MacroId> macroId,
int schemaVersion)
Deprecated.
since 5.8. Use
MacroDefinitionBuilder |
Copyright © 2003–2015 Atlassian. All rights reserved.