Uses of Class
org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope

Packages that use AbstractSpringOrchestraScope
org.apache.myfaces.orchestra.conversation.spring   
org.apache.myfaces.orchestra.viewController.spring   
 

Uses of AbstractSpringOrchestraScope in org.apache.myfaces.orchestra.conversation.spring
 

Subclasses of AbstractSpringOrchestraScope in org.apache.myfaces.orchestra.conversation.spring
 class SpringConversationScope
          Handles creation and lookup of any bean whose bean-definition specifies a scope that maps to an instance of this type.
 

Methods in org.apache.myfaces.orchestra.conversation.spring with parameters of type AbstractSpringOrchestraScope
static java.lang.Object _SpringUtils.newProxy(AbstractSpringOrchestraScope scope, java.lang.String conversationName, java.lang.String targetBeanName, org.springframework.beans.factory.ObjectFactory objectFactory, org.springframework.beans.factory.BeanFactory beanFactory)
          Create an object that subclasses the concrete class of the BeanDefinition for the specified targetBeanName, and when invoked delegates to an instance of that type fetched from a scope object.
 

Constructors in org.apache.myfaces.orchestra.conversation.spring with parameters of type AbstractSpringOrchestraScope
ScopedBeanTargetSource(AbstractSpringOrchestraScope scope, java.lang.String conversationName, java.lang.String targetBeanName, org.springframework.beans.factory.ObjectFactory objectFactory, org.springframework.beans.factory.BeanFactory beanFactory)
           
 

Uses of AbstractSpringOrchestraScope in org.apache.myfaces.orchestra.viewController.spring
 

Subclasses of AbstractSpringOrchestraScope in org.apache.myfaces.orchestra.viewController.spring
 class SpringViewControllerScope
          This hooks into the Spring2.x scope-handling mechanism to provide a dummy scope type which will place a bean configured for it into the same conversation that the current viewController lives in.
 



Copyright © 2009 The Apache Software Foundation. All Rights Reserved.