Methods Summary |
---|
public void | addBeanContextMembershipListener(java.beans.beancontext.BeanContextMembershipListener bcml)Adds the specified BeanContextMembershipListener
to receive BeanContextMembershipEvents from
this BeanContext whenever it adds
or removes a child Component (s).
|
public java.net.URL | getResource(java.lang.String name, java.beans.beancontext.BeanContextChild bcc)Analagous to java.lang.ClassLoader.getResource() , this
method allows a BeanContext implementation to interpose
behavior between the child Component
and underlying ClassLoader .
|
public java.io.InputStream | getResourceAsStream(java.lang.String name, java.beans.beancontext.BeanContextChild bcc)Analagous to java.lang.ClassLoader.getResourceAsStream() ,
this method allows a BeanContext implementation
to interpose behavior between the child Component
and underlying ClassLoader .
|
public java.lang.Object | instantiateChild(java.lang.String beanName)Instantiate the javaBean named as a
child of this BeanContext .
The implementation of the JavaBean is
derived from the value of the beanName parameter,
and is defined by the
java.beans.Beans.instantiate() method.
|
public void | removeBeanContextMembershipListener(java.beans.beancontext.BeanContextMembershipListener bcml)Removes the specified BeanContextMembershipListener
so that it no longer receives BeanContextMembershipEvent s
when the child Component (s) are added or removed.
|