|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
BeanFactory
.
See:
Description
Interface Summary | |
ConfigurableBeanFactory | Extends the ConfigurableListableBeanFactory configuration interface to enable programmatic registration of InstantiationProcessors with BeanFactories. |
InstantiationProcessor | Allows for custom instantiation of beans, e.g. to suppress default instantiation for specific beans, to create proxies, etc. |
Class Summary | |
AbstractCglibSubclassCreator | Abstract base class for generating and instantiating subclasses of beans. |
ConfigurableInstantiationStrategy | Instantiation strategy which can be configured with
InstantiationProcessor s. |
DefaultConfigurableBeanFactory | Default implementation of the ConfigurableBeanFactory interfaces: a full-fledged bean factory based on bean definitions. |
Exception Summary | |
BeanNotOfRequiredTypeException | Thrown when a faces bean doesn't match the required type. |
Core package implementing an extended BeanFactory
.
This extended BeanFactory enables programmatic registering of InstantiationProcessor
s and should
be the root class for jsf-spring bean factories.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |