Uses of Interface
org.xwiki.rendering.macro.script.ScriptMacro

Uses of ScriptMacro in org.xwiki.rendering.macro.script
 

Subinterfaces of ScriptMacro in org.xwiki.rendering.macro.script
 interface PrivilegedScriptMacro
          An interface used to distinguish privileged macros (those that need programming rights to run) from the normal ones.
 

Classes in org.xwiki.rendering.macro.script that implement ScriptMacro
 class AbstractJSR223ScriptMacro<P extends JSR223ScriptMacroParameters>
          Base Class for script evaluation macros based on JSR223.
 class AbstractScriptMacro<P extends ScriptMacroParameters>
          Base Class for script evaluation macros.
 



Copyright © 2004-2011 XWiki. All Rights Reserved.