Frames | No Frames |
Classes implementing org.apache.bsf.BSFEngine | |
class | This is the interface to Jython (http://www.jython.org/) from BSF. |
Classes implementing org.apache.bsf.BSFEngine | |
class | This is the interface to Netscape's Rhino (JavaScript) from the
Bean Scripting Framework. |
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. |
Classes implementing org.apache.bsf.BSFEngine | |
class | Xerces XSLT interface to BSF. |
Methods with return type org.apache.bsf.BSFEngine | |
BSFEngine | BSFManager.loadScriptingEngine(String lang) Load a scripting engine based on the lang string identifying it. |