Uses of Interface
org.xwiki.rendering.macro.Macro
-
Packages that use Macro Package Description org.xwiki.rendering.macro -
-
Uses of Macro in org.xwiki.rendering.macro
Classes in org.xwiki.rendering.macro that implement Macro Modifier and Type Class Description class
AbstractMacro<P>
Helper to implement Macro, providing some default implementation.class
AbstractNoParameterMacro
Base class for a macro which does not support any parameter.Methods in org.xwiki.rendering.macro that return Macro Modifier and Type Method Description Macro<?>
MacroManager. getMacro(MacroId macroId)
Methods in org.xwiki.rendering.macro with parameters of type Macro Modifier and Type Method Description int
AbstractMacro. compareTo(Macro<?> macro)
-