|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ControlBeanContext | |
---|---|
org.apache.beehive.controls.api.bean | |
org.apache.beehive.controls.api.context | |
org.apache.beehive.controls.runtime.bean | |
org.apache.beehive.controls.runtime.servlet |
Uses of ControlBeanContext in org.apache.beehive.controls.api.bean |
---|
Methods in org.apache.beehive.controls.api.bean that return ControlBeanContext | |
---|---|
ControlBeanContext |
ControlBean.getControlBeanContext()
Returns the org.apache.beehive.controls.api.context.ControlBeanContext instance
that provides the local context for this control bean. |
Methods in org.apache.beehive.controls.api.bean with parameters of type ControlBeanContext | ||
---|---|---|
static void |
Controls.initializeClient(ClassLoader cl,
Object client,
ControlBeanContext cbc)
Helper method for initializing instances of declarative control clients (objects that use controls via @Control and @EventHandler annotations). |
|
static
|
Controls.instantiate(Class<T> beanClass,
PropertyMap props,
ControlBeanContext context,
String id)
Factory method for instantiating controls. |
|
static ControlBean |
Controls.instantiate(ClassLoader cl,
String beanName,
PropertyMap props,
ControlBeanContext cbc,
String id)
Factory method for instantiating controls. |
Uses of ControlBeanContext in org.apache.beehive.controls.api.context |
---|
Subinterfaces of ControlBeanContext in org.apache.beehive.controls.api.context | |
---|---|
interface |
ControlContainerContext
The ControlContainerContext interface defines the basic contract between an external container of controls and the Controls runtime. |
Uses of ControlBeanContext in org.apache.beehive.controls.runtime.bean |
---|
Classes in org.apache.beehive.controls.runtime.bean that implement ControlBeanContext | |
---|---|
class |
ControlBeanContext
The ControlBeanContext implements the basic BeanContextServices implementation for ControlBeans. |
class |
ControlContainerContext
The ControlContainerContext class provides a base class implementation for external containers of ControlBeans. |
Methods in org.apache.beehive.controls.runtime.bean with parameters of type ControlBeanContext | |
---|---|
static PropertyMap |
ClientInitializer.getAnnotationMap(ControlBeanContext cbc,
AnnotatedElement annotElem)
Returns the annotation map for the specified bean/element combination. |
Constructors in org.apache.beehive.controls.runtime.bean with parameters of type ControlBeanContext | |
---|---|
ControlBean(ControlBeanContext context,
String id,
PropertyMap initProperties,
Class controlIntf)
|
Uses of ControlBeanContext in org.apache.beehive.controls.runtime.servlet |
---|
Classes in org.apache.beehive.controls.runtime.servlet that implement ControlBeanContext | |
---|---|
class |
ServletBeanContext
The ServletBeanContext provides a ControlBeanContext implementation that offers services and a resource management context that is appropriate to web tier usage of controls. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |