| Class | Description |
|---|---|
| BeanCacheKey | |
| BeanManagerImpl |
Implementation of the
BeanManager contract of the web beans
container. |
| ExternalScope |
A wrapper for an external scope which can be added by
BeforeBeanDiscovery.addScope(Class, boolean, boolean). |
| InjectableBeanManager |
This implementation of the
BeanManager will get used
for whenever a BeanManager gets injected into a bean:
private @Inject BeanManager beanManager;
This class is Serializable and always resolves the current
instance of the central BeanManager automatically. |
| InjectionResolver |
Injection point resolver class.
|
| ManagerObjectFactory | |
| ResolutionUtil | |
| SerializableBean<T> |
Wrapper to make all our Beans serializable.
|
| SerializableBeanVault |
This class acts as a storage for
SerializableBeans. |
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.