Uses of Interface
org.xwiki.rendering.macro.SignableMacro
-
Packages that use SignableMacro Package Description org.xwiki.rendering.macro -
-
Uses of SignableMacro in org.xwiki.rendering.macro
Classes in org.xwiki.rendering.macro that implement SignableMacro Modifier and Type Class Description class
AbstractNoParameterSignableMacro
Base class for a signable macro which does not support any parameter.class
AbstractSignableMacro<P>
Helper to implement signable Macro, supplementing the default implementation provided byAbstractMacro
to ease the support of signatures.
-