|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MacroLookupException | |
|---|---|
| org.xwiki.rendering.macro | |
| Uses of MacroLookupException in org.xwiki.rendering.macro |
|---|
| Subclasses of MacroLookupException in org.xwiki.rendering.macro | |
|---|---|
class |
MacroNotFoundException
Error to signify that the macro doesn't exist. |
| Methods in org.xwiki.rendering.macro that throw MacroLookupException | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||