Package org.xwiki.rendering.macro.script

Interface Summary
PrivilegedScriptMacro An interface used to distinguish privileged macros (those that need programming rights to run) from the normal ones.
ScriptMacro An interface used to distinguish script macros from the rest.
 

Class Summary
AbstractJSR223ScriptMacro<P extends JSR223ScriptMacroParameters> Base Class for script evaluation macros based on JSR223.
AbstractScriptMacro<P extends ScriptMacroParameters> Base Class for script evaluation macros.
DefaultScriptMacroParameters Parameters for the Script Macro.
JSR223ScriptMacroParameters Parameters for the AbstractJSR223ScriptMacro Macro.
ScriptMacroParameters Parameters for the AbstractScriptMacro Macro.
 



Copyright © 2004-2011 XWiki. All Rights Reserved.