|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MacroLookupException | |
|---|---|
| org.xwiki.rendering.internal.macro | |
| org.xwiki.rendering.macro | |
| Uses of MacroLookupException in org.xwiki.rendering.internal.macro |
|---|
| Methods in org.xwiki.rendering.internal.macro that throw MacroLookupException | |
|---|---|
Macro<?> |
DefaultMacroManager.getMacro(MacroId macroId)
|
Set<String> |
DefaultMacroCategoryManager.getMacroCategories()
Returns all the macro categories currently available in the system. |
Set<String> |
DefaultMacroCategoryManager.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> |
DefaultMacroManager.getMacroIds()
|
Set<MacroId> |
DefaultMacroCategoryManager.getMacroIds(String category)
|
Set<MacroId> |
DefaultMacroCategoryManager.getMacroIds(String category,
Syntax syntax)
|
Set<MacroId> |
DefaultMacroManager.getMacroIds(Syntax syntax)
|
| Uses of MacroLookupException in org.xwiki.rendering.macro |
|---|
| 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 | |||||||||