Uses of Class
org.xwiki.rendering.macro.MacroLookupException

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)
           
 



Copyright © 2004–2013 XWiki. All rights reserved.