|
JSF-Spring | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
AutowireCapableBeanFactory
.
See:
Description
Interface Summary | |
---|---|
ManagedBeanDefinition | BeanDefinition for beans defined in a JSF context. |
Class Summary | |
---|---|
ApplicationScope | Alternative singleton Scope implementation. |
DelegatingVariableResolver | VariableResolver implementation
that delegates to the internal BeanFactory of the used
WebApplicationContext and original
resolver of the underlying JSF implementation to resolve the asked beans or
variables. |
ManagedBeanFactory | Default implementation of the ConfigurableBeanFactory interfaces: a full-fledged bean factory based on bean definitions. |
OrderedBeanDefinitionHolder | Ordered holder for a BeanDefinition with name and aliases. |
OrderedRootBeanDefinition | A RootBeanDefinition which could be ordered. |
ValueBindingResolvingInstantiationStrategy | Default object instantiation strategy for use in ManagedBeanFactories which resolves value bindings for replace- and lookup-methods. |
ValueBindingResolvingPropertyConfigurer | A property configurer that resolves value bindings in bean property values of context definitions. |
VariableResolverProcessor | InstantiationAwareBeanPostProcessor that instantiates all
mananged beans with the original VariableResolver of
the underlying JSF implementation. |
Exception Summary | |
---|---|
BeansEvaluationException | An exception reporting an error that occurred during the evaluation of an
variable in a VariableResolver . |
Core package implementing an extended AutowireCapableBeanFactory
.
This BeanFactory extends DefaultListableBeanFactory
and is able to handle special BeanDefinition
s representing
managed bean declarations.
|
JSF-Spring | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |