All Packages Class Hierarchy This Package Previous Next Index
The BeanContext acts a logical heirarchical container for JavaBeans, providing a general services mechanism.
the value of the propertyName field fired in a PropertyChangeEvent as a result of calling setLocale()
BeanContexts may choose to provide a wide variety of "services" to their children by delegating a particular behavior to another object.
public static final String LOCALE_PROPERTYNAME
the value of the propertyName field fired in a PropertyChangeEvent as a result of calling setLocale()
public abstract Object instantiateChild(String beanName) throws IOException, ClassNotFoundException
public abstract Object getService(Class serviceClass, BeanContextChild bcc)
BeanContexts may choose to provide a wide variety of "services" to their children by delegating a particular behavior to another object. These services would be realized in the form of references to instances of either Java classes or interfaces.
A BeanContext may delegate such requests to their own nesting contexts to be satisfied.
public abstract boolean hasService(Class serviceClass)
public abstract InputStream getResourceAsStream(String name, BeanContextChild bcc) throws IllegalArgumentException
public abstract URL getResource(String name, BeanContextChild bcc) throws IllegalArgumentException
public abstract void addBeanContextMembershipListener(BeanContextMembershipListener bcml)
public abstract void removeBeanContextMembershipListener(BeanContextMembershipListener bcml)
All Packages Class Hierarchy This Package Previous Next Index