org.apache.beehive.controls.api.context |
|
Java Source File Name | Type | Comment |
Context.java | Annotation | The Context annotation type is used to annotate a field within a control implementation
class that refers to a contextual service. |
ControlBeanContext.java | Interface | The ControlBeanContext interface defines the basic set of contextual services and lifecycle
events for Java ControlBean implementations. |
ControlContainerContext.java | Interface | The ControlContainerContext interface defines the basic contract between an external container
of controls and the Controls runtime. |
ControlHandle.java | Interface | The ControlHandle interface defines a reference object to a control instance that enables
control events to be fired on the control. |
ControlThreadContext.java | Class | The ControlThreadContext class manages the association between ControlContainerContexts
and threads of execution. |
ResourceContext.java | Interface | 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. |