Java java.beans.beancontext BeanContextSupport fields, constructors, methods, implement or subclass

Example usage for Java java.beans.beancontext BeanContextSupport fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.beans.beancontext BeanContextSupport.

The text is from its open source code.

Constructor

BeanContextSupport()
Create an instance that is not a delegate of another object

Method

booleanadd(Object targetChild)
Adds/nests a child within this BeanContext .
voidaddBeanContextMembershipListener(BeanContextMembershipListener bcml)
Adds a BeanContextMembershipListener
ObjectinstantiateChild(String beanName)

The instantiateChild method is a convenience hook in BeanContext to simplify the task of instantiating a Bean, nested, into a BeanContext .

booleanremove(Object targetChild)
Removes a child from this BeanContext.
intsize()
Gets the number of children currently nested in this BeanContext.
Object[]toArray()
Gets all JavaBean or BeanContext instances currently nested in this BeanContext.