java.beans.beancontext
Package java.beans.beancontext
Provides classes and interfaces relating to bean context.
See: Description
Interface | Description |
---|---|
BeanContext | The BeanContext acts a logical hierarchical container for JavaBeans. |
BeanContextChild | JavaBeans wishing to be nested within, and obtain a reference to their execution environment, or context, as defined by the BeanContext sub-interface shall implement this interface. |
BeanContextChildComponentProxy | This interface is implemented by |