| java.lang.Object org.apache.beehive.controls.spi.bean.JavaControlFactory
Method Summary | |
public T | instantiate(Class<T> beanClass, PropertyMap props, ControlBeanContext context, String id) Instantiates a new ControlBean of the requested class, using mechanisms provided
by a provider-specific JavaBeans framework.
Parameters: beanClass - the ControlBean class to instantiate Parameters: props - an initial set of client-specified properties to associate with thebean instance. |
instantiate | public T instantiate(Class<T> beanClass, PropertyMap props, ControlBeanContext context, String id)(Code) | | Instantiates a new ControlBean of the requested class, using mechanisms provided
by a provider-specific JavaBeans framework.
Parameters: beanClass - the ControlBean class to instantiate Parameters: props - an initial set of client-specified properties to associate with thebean instance. May be null. Parameters: context - the containing ControlBeanContext for the bean, if nested inside ofa container or other control. May be null to use the current activeexecution context. Parameters: id - the bean control ID. Must be unique within the containing context. Ifnull, a unique identifier will be auto-generated. a new ControlBean instance of the requested class. |
|
|