Uses of Interface
org.apache.bsf.BSFEngine
Packages that use BSFEngine
Package
Description
-
Uses of BSFEngine in org.apache.bsf
Methods in org.apache.bsf that return BSFEngineModifier and TypeMethodDescriptionBSFManager.loadScriptingEngine(String lang) Load a scripting engine based on the lang string identifying it. -
Uses of BSFEngine in org.apache.bsf.engines.jacl
Classes in org.apache.bsf.engines.jacl that implement BSFEngineModifier and TypeClassDescriptionclassThis is the interface to Scriptics's Jacl (Tcl) from the Bean Scripting Framework. -
Uses of BSFEngine in org.apache.bsf.engines.java
Classes in org.apache.bsf.engines.java that implement BSFEngineModifier and TypeClassDescriptionclassThis is the interface to Java from the Bean Scripting Framework. -
Uses of BSFEngine in org.apache.bsf.engines.javaclass
Classes in org.apache.bsf.engines.javaclass that implement BSFEngineModifier and TypeClassDescriptionclassThis is the interface to scripts consisting of Java objects from the Bean Scripting Framework. -
Uses of BSFEngine in org.apache.bsf.engines.javascript
Classes in org.apache.bsf.engines.javascript that implement BSFEngineModifier and TypeClassDescriptionclassThis is the interface to Netscape's Rhino (JavaScript) from the Bean Scripting Framework. -
Uses of BSFEngine in org.apache.bsf.engines.jython
Classes in org.apache.bsf.engines.jython that implement BSFEngineModifier and TypeClassDescriptionclassThis is the interface to Jython (http://www.jython.org/) from BSF. -
Uses of BSFEngine in org.apache.bsf.engines.netrexx
Classes in org.apache.bsf.engines.netrexx that implement BSFEngineModifier and TypeClassDescriptionclassThis is the interface to NetRexx from the Bean Scripting Framework. -
Uses of BSFEngine in org.apache.bsf.engines.xslt
Classes in org.apache.bsf.engines.xslt that implement BSFEngine -
Uses of BSFEngine in org.apache.bsf.test
Classes in org.apache.bsf.test that implement BSFEngine -
Uses of BSFEngine in org.apache.bsf.util
Classes in org.apache.bsf.util that implement BSFEngineModifier and TypeClassDescriptionclassThis is a base implementation of the BSFEngine interface which engine implementations may choose to extend to get the basic methods of the interface implemented.Methods in org.apache.bsf.util with parameters of type BSFEngineModifier and TypeMethodDescriptionstatic voidEngineUtils.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.static voidEngineUtils.addEventListenerReturningEventInfos(Object bean, String eventSetName, String filter, BSFEngine engine, BSFManager manager, String source, int lineNo, int columnNo, Object script, Object dataFromScriptingEngine) Add a script as a listener to some event coming out of an object.Constructors in org.apache.bsf.util with parameters of type BSFEngine