| Modifier and Type | Method and Description |
|---|---|
BSFEngine |
BSFManager.loadScriptingEngine(java.lang.String lang)
Load a scripting engine based on the lang string identifying it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveScriptEngine
This is the interface to active scripting engines from the Bean
Scripting Framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JaclEngine
This is the interface to Scriptics's Jacl (Tcl) from the
Bean Scripting Framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaClassEngine
This is the interface to scripts consisting of Java objects from the
Bean Scripting Framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaScriptEngine
This is the interface to Netscape's Rhino (JavaScript) from the
Bean Scripting Framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JPythonEngine
This is the interface to JPython (http://www.jpython.org/) from BSF.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JythonEngine
This is the interface to Jython (http://www.jython.org/) from BSF.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NetRexxEngine
This is the interface to NetRexx from the
Bean Scripting Framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XSLTEngine
Xerces XSLT interface to BSF.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BSFEngineImpl
This is a base implementation of the BSFEngine interface which
engine implementations may choose to extend to get the basic
methods of the interface implemented.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EngineUtils.addEventListener(java.lang.Object bean,
java.lang.String eventSetName,
java.lang.String filter,
BSFEngine engine,
BSFManager manager,
java.lang.String source,
int lineNo,
int columnNo,
java.lang.Object script)
Add a script as a listener to some event coming out of an object.
|
DocumentCell |
BSFDebugManagerImpl.loadDocumentNotify(BSFEngine eng,
java.lang.String name) |
void |
DocumentCell.loadNotify(BSFEngine eng) |
void |
BSFDebugManagerImpl.registerEngine(BSFManager mger,
BSFEngine eng,
java.lang.String lang) |
void |
DocumentCell.terminateEngineNotify(BSFEngine eng) |
void |
BSFDebugManagerImpl.terminateEngineNotify(BSFManager mger,
BSFEngine eng,
java.lang.String lang) |
| Constructor and Description |
|---|
BSFFunctions(BSFManager mgr,
BSFEngine engine) |