Uses of Package
org.apache.beehive.controls.api.context

Packages that use org.apache.beehive.controls.api.context
org.apache.beehive.controls.api.bean   
org.apache.beehive.controls.api.context   
org.apache.beehive.controls.api.events   
org.apache.beehive.controls.runtime.bean   
org.apache.beehive.controls.runtime.servlet   
 

Classes in org.apache.beehive.controls.api.context used by org.apache.beehive.controls.api.bean
ControlBeanContext
          The ControlBeanContext interface defines the basic set of contextual services and lifecycle events for Java ControlBean implementations.
 

Classes in org.apache.beehive.controls.api.context used by org.apache.beehive.controls.api.context
ControlBeanContext
          The ControlBeanContext interface defines the basic set of contextual services and lifecycle events for Java ControlBean implementations.
ControlBeanContext.LifeCycle
          The Lifecycle event interface defines a set of lifecycle events exposed by the ControlBeanContext to any registered listener.
ControlContainerContext
          The ControlContainerContext interface defines the basic contract between an external container of controls and the Controls runtime.
ControlHandle
          The ControlHandle interface defines a reference object to a control instance that enables control events to be fired on the control.
ResourceContext.ResourceEvents
          The ResourceEvents interface defines the resource events delivered by a ResourceContext provider.
 

Classes in org.apache.beehive.controls.api.context used by org.apache.beehive.controls.api.events
ControlHandle
          The ControlHandle interface defines a reference object to a control instance that enables control events to be fired on the control.
 

Classes in org.apache.beehive.controls.api.context used by org.apache.beehive.controls.runtime.bean
ControlBeanContext
          The ControlBeanContext interface defines the basic set of contextual services and lifecycle events for Java ControlBean implementations.
ControlContainerContext
          The ControlContainerContext interface defines the basic contract between an external container of controls and the Controls runtime.
ResourceContext
          The ResourceContext interface defines a basic contextual service for coordinating the resource utilization of a control implementation within a resource scope defined external to the control.
ResourceContext.ResourceEvents
          The ResourceEvents interface defines the resource events delivered by a ResourceContext provider.
 

Classes in org.apache.beehive.controls.api.context used by org.apache.beehive.controls.runtime.servlet
ControlBeanContext
          The ControlBeanContext interface defines the basic set of contextual services and lifecycle events for Java ControlBean implementations.
ControlContainerContext
          The ControlContainerContext interface defines the basic contract between an external container of controls and the Controls runtime.