Save This Page
Home » bsf-src-2.4.0 » org.apache.bsf.util » [javadoc | source]
org.apache.bsf.util
public class: BSFFunctions [javadoc | source]
java.lang.Object
   org.apache.bsf.util.BSFFunctions
This is a utility that engine implementors may use as the Java object they expose in the scripting language as "bsf". This has essentially a subset of the methods in BSFManager plus some stuff from the utils. Currently used by Javascript (Rhino) & BML.
Field Summary
 BSFManager mgr     
 BSFEngine engine     
Constructor:
 public BSFFunctions(BSFManager mgr,
    BSFEngine engine) 
Method from org.apache.bsf.util.BSFFunctions Summary:
addEventListener,   lookupBean,   registerBean,   unregisterBean
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.bsf.util.BSFFunctions Detail:
 public  void addEventListener(Object src,
    String eventSetName,
    String filter,
    Object script) throws BSFException 
 public Object lookupBean(String name) 
 public  void registerBean(String name,
    Object bean) 
 public  void unregisterBean(String name)