Uses of Interface
org.xwiki.rendering.macro.Macro

Packages that use Macro
org.xwiki.rendering.internal.macro   
org.xwiki.rendering.macro   
 

Uses of Macro in org.xwiki.rendering.internal.macro
 

Methods in org.xwiki.rendering.internal.macro that return Macro
 Macro<?> DefaultMacroManager.getMacro(MacroId macroId)
          
 

Uses of Macro in org.xwiki.rendering.macro
 

Classes in org.xwiki.rendering.macro that implement Macro
 class AbstractMacro<P>
           
 class AbstractNoParameterMacro
          Base class for a macro which does not support any parameter.
 

Methods in org.xwiki.rendering.macro that return Macro
 Macro<?> MacroManager.getMacro(MacroId macroId)
           
 

Methods in org.xwiki.rendering.macro with parameters of type Macro
 int AbstractMacro.compareTo(Macro<?> macro)
          
 



Copyright © 2004-2011 XWiki. All Rights Reserved.