Uses of Interface
org.apache.bsf.BSFEngine
Packages that use BSFEngine
-
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.util
Classes in org.apache.bsf.util that implement BSFEngineModifier and TypeClassDescriptionclass
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.Methods in org.apache.bsf.util with parameters of type BSFEngineModifier and TypeMethodDescriptionstatic 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.static void
EngineUtils.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