Uses of Class
org.apache.bsf.BSFManager
Packages that use BSFManager
Package
Description
-
Uses of BSFManager in org.apache.bsf
Methods in org.apache.bsf with parameters of type BSFManagerModifier and TypeMethodDescriptionvoidBSFEngine.initialize(BSFManager mgr, String lang, Vector declaredBeans) This method is used to initialize the engine right after construction. -
Uses of BSFManager in org.apache.bsf.engines.jacl
Methods in org.apache.bsf.engines.jacl with parameters of type BSFManagerModifier and TypeMethodDescriptionvoidJaclEngine.initialize(BSFManager mgr, String lang, Vector declaredBeans) Initialize the engine. -
Uses of BSFManager in org.apache.bsf.engines.java
Methods in org.apache.bsf.engines.java with parameters of type BSFManagerModifier and TypeMethodDescriptionvoidJavaEngine.initialize(BSFManager mgr, String lang, Vector declaredBeans) -
Uses of BSFManager in org.apache.bsf.engines.javascript
Methods in org.apache.bsf.engines.javascript with parameters of type BSFManagerModifier and TypeMethodDescriptionvoidJavaScriptEngine.initialize(BSFManager mgr, String lang, Vector declaredBeans) Initialize the engine. -
Uses of BSFManager in org.apache.bsf.engines.jython
Methods in org.apache.bsf.engines.jython with parameters of type BSFManagerModifier and TypeMethodDescriptionvoidJythonEngine.initialize(BSFManager mgr, String lang, Vector declaredBeans) Initialize the engine. -
Uses of BSFManager in org.apache.bsf.engines.netrexx
Methods in org.apache.bsf.engines.netrexx with parameters of type BSFManagerModifier and TypeMethodDescriptionvoidNetRexxEngine.initialize(BSFManager mgr, String lang, Vector declaredBeans) -
Uses of BSFManager in org.apache.bsf.engines.xslt
Methods in org.apache.bsf.engines.xslt with parameters of type BSFManagerModifier and TypeMethodDescriptionvoidXSLTEngine.initialize(BSFManager mgr, String lang, Vector declaredBeans) Initialize the engine. -
Uses of BSFManager in org.apache.bsf.test
Fields in org.apache.bsf.test declared as BSFManager -
Uses of BSFManager in org.apache.bsf.util
Fields in org.apache.bsf.util declared as BSFManagerMethods in org.apache.bsf.util with parameters of type BSFManagerModifier 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.voidBSFEngineImpl.initialize(BSFManager mgr, String lang, Vector declaredBeans) initialize the engine; called right after construction by the manager.static ClassEngineUtils.loadClass(BSFManager mgr, String name) Loads a class using the following sequence of class loaders: Thread's context class loader, settable class loader stored with BSFManager, BSFManager's defining class loader, BSF customized class loader (from the BSFManager's temporary directory).Constructors in org.apache.bsf.util with parameters of type BSFManager -
Uses of BSFManager in org.apache.taglibs.bsf
Fields in org.apache.taglibs.bsf declared as BSFManagerMethods in org.apache.taglibs.bsf with parameters of type BSFManagerModifier and TypeMethodDescriptionprotected voidbsftag.register(BSFManager mgr, String name, Object bean)