| Package | Description |
|---|---|
| com.googlecode.openbeans | |
| com.googlecode.openbeans.beancontext |
| Modifier and Type | Method and Description |
|---|---|
void |
AppletInitializer.initialize(Applet newAppletBean,
BeanContext bCtxt) |
static Object |
Beans.instantiate(ClassLoader cls,
String beanName,
BeanContext beanContext)
Obtains an instance of a JavaBean specified the bean name using the specified class loader, and adds the instance into the specified bean context.
|
static Object |
Beans.instantiate(ClassLoader cls,
String beanName,
BeanContext context,
AppletInitializer initializer)
Obtains an instance of a JavaBean specified by the bean name using the specified class loader, and adds the instance into the specified bean context.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BeanContextServices |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanContextServicesSupport
This support class implements
BeanContextServices interface. |
class |
BeanContextSupport
This support class implements
BeanContext interface. |
| Modifier and Type | Field and Description |
|---|---|
protected BeanContext |
BeanContextChildSupport.beanContext |
protected BeanContext |
BeanContextEvent.propagatedFrom |
| Modifier and Type | Method and Description |
|---|---|
BeanContext |
BeanContextEvent.getBeanContext() |
BeanContext |
BeanContextChildSupport.getBeanContext() |
BeanContext |
BeanContextChild.getBeanContext() |
BeanContext |
BeanContextSupport.getBeanContextPeer()
Returns the peer of this context casted as
BeanContext. |
BeanContext |
BeanContextEvent.getPropagatedFrom() |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanContextChildSupport.setBeanContext(BeanContext bc) |
void |
BeanContextChild.setBeanContext(BeanContext bc) |
void |
BeanContextEvent.setPropagatedFrom(BeanContext bc) |
boolean |
BeanContextChildSupport.validatePendingSetBeanContext(BeanContext newValue) |
| Constructor and Description |
|---|
BeanContextEvent(BeanContext bc) |
BeanContextMembershipEvent(BeanContext bc,
Collection changes) |
BeanContextMembershipEvent(BeanContext bc,
Object[] changes) |
BeanContextSupport(BeanContext peer)
Constructs a
BeanContextSupport which is a delegate of the given peer. |
BeanContextSupport(BeanContext peer,
Locale locale)
Constructs a
BeanContextSupport which is a delegate of the given peer. |
BeanContextSupport(BeanContext peer,
Locale locale,
boolean designTime)
Constructs a
BeanContextSupport which is a delegate of the given peer. |
BeanContextSupport(BeanContext peer,
Locale locale,
boolean designTime,
boolean okToUseGui)
Constructs a
BeanContextSupport which is a delegate of the given peer. |
Copyright © 2014. All Rights Reserved.