SourceForge.net Logo

Uses of Interface
de.mindmatters.faces.spring.factory.context.ScopedBeanDefinition

Packages that use ScopedBeanDefinition
de.mindmatters.faces.spring.factory.context SPI implementations and configuration-related convenience classes for jsf-spring-context module.  
 

Uses of ScopedBeanDefinition in de.mindmatters.faces.spring.factory.context
 

Classes in de.mindmatters.faces.spring.factory.context that implement ScopedBeanDefinition
 class ManagedBeanDefinition
          RootBeanDefinition for beans defined in a JSF context.
 class ScopedChildBeanDefinition
          Scoped bean definition for beans that inherit settings from their parent.
 class ScopedRootBeanDefinition
          Scoped root bean definition.
 

Methods in de.mindmatters.faces.spring.factory.context with parameters of type ScopedBeanDefinition
 java.lang.Object ScopedBeanStorage.load(java.lang.String beanName, ScopedBeanDefinition beanDefinition)
          Tries to get the scoped bean with the bean-name name from the appropriate scope of the external context of faces.
 void ScopedBeanStorage.save(java.lang.String beanName, java.lang.Object bean, ScopedBeanDefinition beanDefinition)
          Tries to store the scoped bean bean with the bean-name name to the appropriate scope of the external context of faces.
 


SourceForge.net Logo

Copyright © 2002 mindmatters GmbH & Co. KG