Package org.xwiki.rendering.internal.macro.script

Interface Summary
AttachmentClassLoaderFactory Create a classloader that can load classes and resources from JARs specified as attachments of wiki pages.
NestedScriptMacroEnabled Give the right to a macro to produce script macros whatever the parent.
 

Class Summary
AbstractScriptCheckerListener Abstract base class for listeners that need to perform some checks just before a script macro is executed.
DefaultAttachmentClassLoaderFactory Supports the following syntax for JARs attached to wiki pages: attach:(wiki):(space).(page)@(attachment).
DefaultScriptMacro Execute script in provided script language.
NestedScriptMacroValidatorListener Listens to ScriptEvaluatingEvent and cancels the evaluation if the script is nested.
PermissionCheckerListener Listens to ScriptEvaluatingEvent and aborts execution if the user is not permitted to execute the script.
ScriptClassLoaderHandlerListener Listens to script evaluation events (ScriptEvaluatingEvent and ScriptEvaluatedEvent).
 



Copyright © 2004-2011 XWiki. All Rights Reserved.