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

Packages that use MacroLookupException
org.xwiki.rendering.macro   
 

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)
           
 



Copyright © 2004-2012 XWiki. All Rights Reserved.