SourceForge.net Logo

Package de.mindmatters.faces.spring.factory.context

SPI implementations and configuration-related convenience classes for jsf-spring-context module.

See:
          Description

Interface Summary
ManagedBeanFactory Creates and caches (corresponding to the faces specific scope definitions) managed beans declared in a faces configuration file.
ManagedBeanMapOrListAutoProxyCreator.ManagedBeanMapOrList Interface that will be implemented by the List/Map subclasses generated by the SubclassCreator.
ScopedBeanDefinition Describes a bean instance which can be scoped.
ScopedBeanStorage Stores and loads a scoped bean (see ScopedBeanDefinition) to/from the appropriate scope of faces' external context.
 

Class Summary
AbstractManagedBeanFactory ManagedBeanFactory implementation used as internal bean factory for the implementation of the used FacesWebApplicationContext.
ManagedBeanDefinition RootBeanDefinition for beans defined in a JSF context.
ManagedBeanMapOrListAutoProxyCreator Creates proxies for managed beans of type java.util.List or java.util.Map.
ScopedChildBeanDefinition Scoped bean definition for beans that inherit settings from their parent.
ScopedRootBeanDefinition Scoped root bean definition.
 

Package de.mindmatters.faces.spring.factory.context Description

SPI implementations and configuration-related convenience classes for jsf-spring-context module. Usually these classes will be automatically enabled on deployment of jsf-spring-context.jar or jsf-spring.jar.

Furthermore, this package contains various implementations of the internal BeanFactories used by the configured FacesWebApplicationContext.


SourceForge.net Logo

Copyright © 2002 mindmatters GmbH & Co. KG