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 |
DefaultMacroIdSupplier.get() |
MacroId |
MacroIdSupplier.get() |
Modifier and Type | Method and Description |
---|---|
static MacroId |
MacroId.fromString(String macroId) |
Modifier and Type | Method and Description |
---|---|
MacroId |
MacroDefinitionBuilder.getMacroIdentifier() |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Option<MacroId> |
MacroDefinition.getMacroId()
Deprecated.
since 7.0.1. Use
MacroDefinition.getMacroIdentifier() |
com.atlassian.fugue.Option<MacroId> |
MacroDefinitionBuilder.getMacroId()
Deprecated.
since 7.0.1
|
Optional<MacroId> |
MacroDefinition.getMacroIdentifier()
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 |
---|---|
void |
MacroDefinition.setMacroIdentifier(@Nullable MacroId macroId) |
MacroDefinitionBuilder |
MacroDefinitionBuilder.withMacroId(MacroId macroId) |
MacroDefinitionBuilder |
MacroDefinitionBuilder.withMacroIdentifier(MacroId macroId) |
Modifier and Type | Method and Description |
---|---|
void |
MacroDefinition.setMacroId(com.atlassian.fugue.Option<MacroId> macroId)
Deprecated.
since 7.0.1. Use
MacroDefinition.setMacroIdentifier(MacroId) |
MacroDefinitionBuilder |
MacroDefinitionBuilder.withMacroId(com.atlassian.fugue.Option<MacroId> macroId)
Deprecated.
since 7.0.1. Use
MacroDefinitionBuilder.withMacroIdentifier(String) |
Copyright © 2003–2019 Atlassian. All rights reserved.