Uses of Interface org.apache.bsf.BSFEngine

Uses in package org.apache.bsf.engines.xslt

Classes implementing org.apache.bsf.BSFEngine

class
Xerces XSLT interface to BSF.

Uses in package org.apache.bsf.util

Classes implementing org.apache.bsf.BSFEngine

class
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.

Constructors with parameter type org.apache.bsf.BSFEngine

Methods with parameter type org.apache.bsf.BSFEngine

void
EngineUtils.addEventListener(Object bean, String eventSetName, String filter, BSFEngine engine, BSFManager manager, String source, int lineNo, int columnNo, Object script)
Add a script as a listener to some event coming out of an object.
DocumentCell
void
void
void
void

Uses in package org.apache.bsf.engines.javaclass

Classes implementing org.apache.bsf.BSFEngine

class
This is the interface to scripts consisting of Java objects from the Bean Scripting Framework.

Uses in package org.apache.bsf.engines.jpython

Classes implementing org.apache.bsf.BSFEngine

class
This is the interface to JPython (http://www.jpython.org/) from BSF.

Uses in package org.apache.bsf.engines.jacl

Classes implementing org.apache.bsf.BSFEngine

class
This is the interface to Scriptics's Jacl (Tcl) from the Bean Scripting Framework.

Uses in package org.apache.bsf.engines.activescript

Classes implementing org.apache.bsf.BSFEngine

class
This is the interface to active scripting engines from the Bean Scripting Framework.

Uses in package org.apache.bsf.engines.javascript

Classes implementing org.apache.bsf.BSFEngine

class
This is the interface to Netscape's Rhino (JavaScript) from the Bean Scripting Framework.

Uses in package org.apache.bsf

Methods with return type org.apache.bsf.BSFEngine

BSFEngine
Load a scripting engine based on the lang string identifying it.

Uses in package org.apache.bsf.engines.jython

Classes implementing org.apache.bsf.BSFEngine

class
This is the interface to Jython (http://www.jython.org/) from BSF.

Uses in package org.apache.bsf.engines.netrexx

Classes implementing org.apache.bsf.BSFEngine

class
This is the interface to NetRexx from the Bean Scripting Framework.