Package org.apache.beehive.controls.api.context
SinceNot specified.
VersionNot specified.
AuthorNot specified.
| 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 |
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. |
| ControlThreadContext |
The ControlThreadContext class manages the association between ControlContainerContexts
and threads of execution. |
| Context |
The Context annotation type is used to annotate a field within a control implementation
class that refers to a contextual service. |