cookxml.cookbsf
Class CookXmlObjectRegistry
java.lang.Object
org.apache.bsf.util.ObjectRegistry
cookxml.cookbsf.CookXmlObjectRegistry
- public class CookXmlObjectRegistry
- extends org.apache.bsf.util.ObjectRegistry
This class is responsible for retrieving id from CookXml and use it as a global for BSF.
- Since:
- BSF 1.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CookXmlObjectRegistry
public CookXmlObjectRegistry(CookXml cookXml)
register
public void register(String name,
Object obj)
unregister
public void unregister(String name)
lookup
public Object lookup(String name)