Changed Methods |
boolean add(Object )
|
Documentation changed from old to new. |
Adds/nests a child within this BeanContext. |
Object[] copyChildren()
|
Documentation changed from old to new. |
Gets a copy of the this BeanContext's children. |
void setLocale(Locale )
|
Documentation changed from old to new. |
Sets the locale of this BeanContext. |
boolean validatePendingAdd(Object )
|
Documentation changed from old to new. |
Subclasses of this class may override or envelope this method to add validation behavior for the BeanContext to examine child objects immediately prior to their being added to the BeanContext. |
boolean validatePendingRemove(Object )
|
Documentation changed from old to new. |
Subclasses of this class may override or envelope this method to add validation behavior for the BeanContext to examine child objects immediately prior to their being removed from the BeanContext. |
boolean remove(Object )
|
Documentation changed from old to new. |
Removes a child from this BeanContext. |