Uses of Class
org.apache.beehive.controls.runtime.bean.ControlBean

Packages that use ControlBean
org.apache.beehive.controls.runtime.bean   
 

Uses of ControlBean in org.apache.beehive.controls.runtime.bean
 

Methods in org.apache.beehive.controls.runtime.bean that return ControlBean
 ControlBean ControlBeanContext.getBean(String id)
          Returns a ControlBean instance nested the current BeanContext.
 ControlBean ControlBeanContext.getControlBean()
          Returns the ControlBean associated directly with the ControlBeanContext.
 

Methods in org.apache.beehive.controls.runtime.bean with parameters of type ControlBean
protected  void ControlContainerContext.addResourceContext(ResourceContext resourceContext, ControlBean bean)
          Adds a new managed ResourceContext to the ControlContainerContext.
protected static void ClientInitializer.enforceVersionRequired(ControlBean control, VersionRequired versionRequired)
          Enforces the VersionRequired annotation at runtime (called when an instance of a control is annotated with VersionRequired).
protected  PropertyMap ControlBeanContext.getBeanAnnotationMap(ControlBean bean, AnnotatedElement annotElem)
          The default implementation of getBeanAnnotationMap.
 Object ImplInitializer.getEventNotifier(ControlBean bean, Class eventSet)
          Returns the ControlBean event notifier for the specified eventSet
 void ImplInitializer.initControls(ControlBean bean, Object target)
          Initializes all nested controls required by the target implementation instance.
 void ImplInitializer.initEventProxies(ControlBean bean, Object target)
          Initializes all event proxies required by the target implementation instance.
 void ImplInitializer.initialize(ControlBean bean, Object target)
          Initializes a new ControlImplementation instance associated with the specified bean.
 void ImplInitializer.initServices(ControlBean bean, Object target)
          Initializes all contextual services required by the target implementation instance.
protected  void ControlContainerContext.removeResourceContext(ResourceContext resourceContext, ControlBean bean)
          Removes a managed ResourceContext from the ControlContainerContext.
 void ImplInitializer.resetServices(ControlBean bean, Object target)
          Resets all contextual services on the target implementation instance to null.
protected static void ControlBeanContext.setDelegateMap(PropertyMap map, ControlBean bean, AnnotatedElement annotElem)
           
 

Constructors in org.apache.beehive.controls.runtime.bean with parameters of type ControlBean
ControlBeanContext(ControlBean bean)
          Creates a new ControlBeanContext instance associated with a specific control bean.
ControlBeanContext(ControlBean bean, ControlBeanContext.BeanContextServicesFactory beanContextServicesFactory)
          Creates a new ControlBeanContext instance associated with a specific control bean.
ResourceContextImpl(ControlContainerContext containerContext, ControlBean bean)
          Constructs a new ResourceContext service implementation to manage resources for a target ControlBean within a specific ControlContainerContext