Uses of Class
org.xwiki.rendering.macro.MacroLookupException
-
Packages that use MacroLookupException Package Description org.xwiki.rendering.macro -
-
Uses of MacroLookupException in org.xwiki.rendering.macro
Subclasses of MacroLookupException in org.xwiki.rendering.macro Modifier and Type Class Description class
MacroNotFoundException
Error to signify that the macro doesn't exist.Methods in org.xwiki.rendering.macro that throw MacroLookupException Modifier and Type Method 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>
MacroCategoryManager. getMacroIds(String category)
Set<MacroId>
MacroCategoryManager. getMacroIds(String category, Syntax syntax)
Set<MacroId>
MacroManager. getMacroIds()
Set<MacroId>
MacroManager. getMacroIds(Syntax syntax)
-