Uses of Class
org.apache.bsf.util.ObjectRegistry
-
Packages that use ObjectRegistry Package Description org.apache.bsf org.apache.bsf.util -
-
Uses of ObjectRegistry in org.apache.bsf
Fields in org.apache.bsf declared as ObjectRegistry Modifier and Type Field Description protected ObjectRegistry
BSFManager. objectRegistry
Methods in org.apache.bsf that return ObjectRegistry Modifier and Type Method Description ObjectRegistry
BSFManager. getObjectRegistry()
Return the current object registry of the manager.Methods in org.apache.bsf with parameters of type ObjectRegistry Modifier and Type Method Description void
BSFManager. setObjectRegistry(ObjectRegistry objectRegistry)
Set the object registry used by this manager. -
Uses of ObjectRegistry in org.apache.bsf.util
Constructors in org.apache.bsf.util with parameters of type ObjectRegistry Constructor Description ObjectRegistry(ObjectRegistry parent)
-