|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
BeanActivator | Provides a runtime mechanism to check whether or not a managed bean is activated (see
ActivatedBy ). |
BeanProvider<T> | A bean provider is used for defining the actual procedure for generating a bean. |
ClientBeanManager | |
CreationalContext | The CreationalContext is as its name implies, the context used in the creation of beans. |
DestructionCallback<T> | A destruction callback is used to implement a set of tasks to be performed on a bean prior to it being destroyed (or taken out of service) by the bean manager. |
InitializationCallback<T> | An initialization callback is used to implement a set of tasks to be executed against the specified bean, prior to putting the bean into service. |
IOCBeanDef<T> | Represents a bean definition within the bean manager. |
IOCEnvironment | |
ProxyResolver<T> | A ProxyResolver is used to implement a proxy closing strategy in the wiring of beans within the container. |
SyncBeanManager | |
SyncBeanManagerSetup |
Class Summary | |
---|---|
AbstractCreationalContext | |
AbstractIOCBean<T> | |
BeanRef | This class is used as a resolver class within the bean manager to represent a unique bean definition for a given type and combination of qualifiers. |
IOC | A simple utility class which provides a static reference in the client to the bean manager. |
IOCBeanManagerLifecycle | A utility class for performing lifecycle operations on the bean manager. |
IOCDependentBean<T> | Represents a default dependent scoped bean. |
IOCSingletonBean<T> | Represents a bean inside the container, capturing the type, qualifiers and instance reference for the bean. |
RefHolder<T> | |
SimpleCreationalContext | A SimpleCreationalContext is used for representing context associated with the creation of a bean and its dependencies. |
SyncBeanManagerImpl | A simple bean manager provided by the Errai IOC framework. |
SyncToAsyncBeanManagerAdapter | An adapter that makes the asynchronous bean manager API work with a synchronous bean manager. |
Tuple<K,V> | A simple tuple implementation meant to hold a key-value pair. |
Exception Summary | |
---|---|
IOCResolutionException | An exception that is thrown if a bean cannot be resolved. |
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |