| Package | Description |
|---|---|
| org.xwiki.rendering.macro | |
| org.xwiki.rendering.macro.descriptor |
| Modifier and Type | Method and Description |
|---|---|
MacroId |
MacroIdFactory.createMacroId(String macroIdAsString) |
| Modifier and Type | Method and Description |
|---|---|
Set<MacroId> |
MacroManager.getMacroIds() |
Set<MacroId> |
MacroCategoryManager.getMacroIds(String category) |
Set<MacroId> |
MacroCategoryManager.getMacroIds(String category,
Syntax syntax) |
Set<MacroId> |
MacroManager.getMacroIds(Syntax syntax) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MacroManager.exists(MacroId macroId) |
Macro<?> |
MacroManager.getMacro(MacroId macroId) |
| Modifier and Type | Method and Description |
|---|---|
MacroId |
MacroDescriptor.getId() |
MacroId |
AbstractMacroDescriptor.getId() |
| Constructor and Description |
|---|
AbstractMacroDescriptor(MacroId id,
String name,
String description,
ContentDescriptor contentDescriptor,
org.xwiki.properties.BeanDescriptor parametersBeanDescriptor) |
DefaultMacroDescriptor(MacroId id,
String name) |
DefaultMacroDescriptor(MacroId id,
String name,
String description) |
DefaultMacroDescriptor(MacroId id,
String name,
String description,
ContentDescriptor contentDescriptor) |
DefaultMacroDescriptor(MacroId id,
String name,
String description,
ContentDescriptor contentDescriptor,
org.xwiki.properties.BeanDescriptor parametersBeanDescriptor) |
Copyright © 2004–2015 XWiki. All rights reserved.