|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurableBeanFactory | |
de.mindmatters.faces.spring.config.support | Classes supporting the de.mindmatters.faces.spring.config package, such as an implementation for the ConfigWebApplicationContext. |
de.mindmatters.faces.spring.context.support | Classes supporting the de.mindmatters.faces.spring.context package, such as implementations for the FacesWebApplicationContext and the internal used BeanFactories. |
de.mindmatters.faces.spring.factory | Core package implementing an extended BeanFactory . |
de.mindmatters.faces.spring.factory.context | SPI implementations and configuration-related convenience classes for jsf-spring-context module. |
de.mindmatters.faces.spring.factory.support | Core package implementing an extended WebApplicationContext . |
Uses of ConfigurableBeanFactory in de.mindmatters.faces.spring.config.support |
Methods in de.mindmatters.faces.spring.config.support with parameters of type ConfigurableBeanFactory | |
protected void |
DefaultConfigWebApplicationContext.postProcessBeanFactory(ConfigurableBeanFactory beanFactory)
Hook method for postprocessing the internal bean factory. |
Uses of ConfigurableBeanFactory in de.mindmatters.faces.spring.context.support |
Classes in de.mindmatters.faces.spring.context.support that implement ConfigurableBeanFactory | |
class |
FacesDelegatingManagedBeanFactory
ManagedBeanFactory
implementation used as internal bean factory for the configured
FacesWebApplicationContext .
|
class |
SpringManagedBeanFactory
ManagedBeanFactory
implementation used as internal bean factory for the configured
FacesWebApplicationContext .
|
Methods in de.mindmatters.faces.spring.context.support with parameters of type ConfigurableBeanFactory | |
protected void |
DefaultFacesWebApplicationContext.postProcessBeanFactory(ConfigurableBeanFactory beanFactory)
Hook method for postprocessing the internal bean factory. |
Uses of ConfigurableBeanFactory in de.mindmatters.faces.spring.factory |
Classes in de.mindmatters.faces.spring.factory that implement ConfigurableBeanFactory | |
class |
DefaultConfigurableBeanFactory
Default implementation of the ConfigurableBeanFactory interfaces: a full-fledged bean factory based on bean definitions. |
Uses of ConfigurableBeanFactory in de.mindmatters.faces.spring.factory.context |
Subinterfaces of ConfigurableBeanFactory in de.mindmatters.faces.spring.factory.context | |
interface |
ManagedBeanFactory
Creates and caches (corresponding to the faces specific scope definitions) managed beans declared in a faces configuration file. |
Classes in de.mindmatters.faces.spring.factory.context that implement ConfigurableBeanFactory | |
class |
AbstractManagedBeanFactory
ManagedBeanFactory
implementation used as internal bean factory for the implementation of the
used FacesWebApplicationContext .
|
Uses of ConfigurableBeanFactory in de.mindmatters.faces.spring.factory.support |
Methods in de.mindmatters.faces.spring.factory.support that return ConfigurableBeanFactory | |
protected ConfigurableBeanFactory |
AbstractFacesWebApplicationContext.getConfigurableBeanFactory()
Returns the internal bean factory. |
Methods in de.mindmatters.faces.spring.factory.support with parameters of type ConfigurableBeanFactory | |
protected void |
AbstractFacesWebApplicationContext.postProcessBeanFactory(ConfigurableBeanFactory beanFactory)
Hook method for postprocessing the internal bean factory. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |