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

Packages that use MacroId
org.xwiki.rendering.macro   
org.xwiki.rendering.macro.descriptor   
 

Uses of MacroId in org.xwiki.rendering.macro
 

Methods in org.xwiki.rendering.macro that return MacroId
 MacroId MacroIdFactory.createMacroId(String macroIdAsString)
           
 

Methods in org.xwiki.rendering.macro that return types with arguments of type MacroId
 Set<MacroId> MacroManager.getMacroIds()
           
 Set<MacroId> MacroCategoryManager.getMacroIds(String category)
           
 Set<MacroId> MacroCategoryManager.getMacroIds(String category, Syntax syntax)
           
 Set<MacroId> MacroManager.getMacroIds(Syntax syntax)
           
 

Methods in org.xwiki.rendering.macro with parameters of type MacroId
 boolean MacroManager.exists(MacroId macroId)
           
 Macro<?> MacroManager.getMacro(MacroId macroId)
           
 

Uses of MacroId in org.xwiki.rendering.macro.descriptor
 

Methods in org.xwiki.rendering.macro.descriptor that return MacroId
 MacroId AbstractMacroDescriptor.getId()
          
 MacroId MacroDescriptor.getId()
           
 

Constructors in org.xwiki.rendering.macro.descriptor with parameters of type MacroId
AbstractMacroDescriptor(MacroId id, String name, String description, ContentDescriptor contentDescriptor, org.xwiki.properties.BeanDescriptor parametersBeanDescriptor)
           
DefaultMacroDescriptor(MacroId id, String name)
           
DefaultMacroDescriptor(MacroId id, String name, String description)
           
DefaultMacroDescriptor(MacroId id, String name, String description, ContentDescriptor contentDescriptor)
           
DefaultMacroDescriptor(MacroId id, String name, String description, ContentDescriptor contentDescriptor, org.xwiki.properties.BeanDescriptor parametersBeanDescriptor)
           
 



Copyright © 2004-2012 XWiki. All Rights Reserved.