| java.lang.Object com.openedit.modules.BaseModule com.openedit.modules.scriptrunner.ScriptModule
ScriptModule | public class ScriptModule extends BaseModule implements PageRequestKeys(Code) | | An action which is implemented in a BSF supported scripting language. Script actions have
access to several varibles:
These are always available:
site - The SiteContext syslog - Standard logging stream (Log4J Category)
If there is a context defined when the action is executed (all actions excluding startup
actions):
context - The current context
application - The ServletContext
request - The HTTP request
response - The HTTP response
session - The HTTP session
page - The Page object
author: Anthony Eden author: Matt Avery, mavery@einnovation.com (converted to Spring framework) |
ScriptModule | public ScriptModule()(Code) | | |
|
|