|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ManagedBeanFactory | |
de.mindmatters.faces.spring.context | This package and its sub-packages provides glue code for comprehensive integration of JSF (JavaServer Faces) and the Spring framework. |
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.context | SPI implementations and configuration-related convenience classes for jsf-spring-context module. |
Uses of ManagedBeanFactory in de.mindmatters.faces.spring.context |
Methods in de.mindmatters.faces.spring.context that return ManagedBeanFactory | |
protected ManagedBeanFactory |
ScopeApplicationEventMulticaster.getBeanFactory()
|
Uses of ManagedBeanFactory in de.mindmatters.faces.spring.context.support |
Classes in de.mindmatters.faces.spring.context.support that implement ManagedBeanFactory | |
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 ManagedBeanFactory | |
protected void |
DefaultFacesWebApplicationContext.postProcessManagedBeanFactory(ManagedBeanFactory managedBeanFactory)
Hook method for postprocessing the internal used ManagedBeanFactory. |
Uses of ManagedBeanFactory in de.mindmatters.faces.spring.factory.context |
Classes in de.mindmatters.faces.spring.factory.context that implement ManagedBeanFactory | |
class |
AbstractManagedBeanFactory
ManagedBeanFactory
implementation used as internal bean factory for the implementation of the
used FacesWebApplicationContext .
|
Constructors in de.mindmatters.faces.spring.factory.context with parameters of type ManagedBeanFactory | |
ManagedBeanMapOrListAutoProxyCreator(ManagedBeanFactory beanFactory)
Creates a ManagedBeanMapOrListAutoProxyCreator with the given ManagedBeanFactory beanFactory . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |