Module org.bzdev.base
Package org.bzdev.scripting
package org.bzdev.scripting
Package to support scripting, with or without security.
There are a number of applications whose configuration cannot be handled very well by a GUI, or where the level of usage and number of users does not justify the effort needed in developing a GUI. An obvious alternative is to use scripts to configure the application, but there are security issues if users exchange scripts. This package provides classes to simplify adding scripting to an application and managing security.
Please see the package description for a full description of this package.
-
ClassDescriptionDefault implementation of a scripting context.Extended ScriptingContext class.Provide information about the scripting environment.Class for running scripts.Class to allow two sets of bindings associated with a ScriptingContext to be swapped.Deprecated.The security manager is being removed from JavaCreate an adapter for interfaces representing listeners.Exception thrown when a scripting language throws an exception.