public interface BeanContext extends BeanContextChild, Collection, DesignMode, Visibility
| Modifier and Type | Field and Description |
|---|---|
static Object |
globalHierarchyLock
TODO: find out what it should be initialized to
|
PROPERTYNAME| Modifier and Type | Method and Description |
|---|---|
void |
addBeanContextMembershipListener(BeanContextMembershipListener bcml) |
URL |
getResource(String name,
BeanContextChild bcc) |
InputStream |
getResourceAsStream(String name,
BeanContextChild bcc) |
Object |
instantiateChild(String beanName) |
void |
removeBeanContextMembershipListener(BeanContextMembershipListener bcml) |
addPropertyChangeListener, addVetoableChangeListener, getBeanContext, removePropertyChangeListener, removeVetoableChangeListener, setBeanContextadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArrayisDesignTime, setDesignTimeavoidingGui, dontUseGui, needsGui, okToUseGuistatic final Object globalHierarchyLock
void addBeanContextMembershipListener(BeanContextMembershipListener bcml)
URL getResource(String name, BeanContextChild bcc) throws IllegalArgumentException
IllegalArgumentExceptionInputStream getResourceAsStream(String name, BeanContextChild bcc) throws IllegalArgumentException
IllegalArgumentExceptionObject instantiateChild(String beanName) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionvoid removeBeanContextMembershipListener(BeanContextMembershipListener bcml)
Copyright © 2015. All Rights Reserved.