| Package | Description |
|---|---|
| org.xwiki.rendering.macro |
| Modifier and Type | Class and Description |
|---|---|
class |
MacroNotFoundException
Error to signify that the macro doesn't exist.
|
| Modifier and Type | Method and Description |
|---|---|
Macro<?> |
MacroManager.getMacro(MacroId macroId) |
Set<String> |
MacroCategoryManager.getMacroCategories()
Returns all the macro categories currently available in the system.
|
Set<String> |
MacroCategoryManager.getMacroCategories(Syntax syntax)
Returns all the macro categories currently available in the system for macros registered for a given syntax
and for all syntaxes.
|
Set<MacroId> |
MacroManager.getMacroIds() |
Set<MacroId> |
MacroCategoryManager.getMacroIds(String category) |
Set<MacroId> |
MacroCategoryManager.getMacroIds(String category,
Syntax syntax) |
Set<MacroId> |
MacroManager.getMacroIds(Syntax syntax) |
Copyright © 2004–2017 XWiki. All rights reserved.