Package org.apache.myfaces.orchestra.conversation.spring

Interface Summary
PersistenceContext Interface which will be used by the PersistenceContextConversationInterceptor to configure the spring persistence framework.
PersistenceContextFactory The factory is responsible for creating a PersistenceContext
 

Class Summary
_SpringUtils Various Spring utilities used by the conversation framework
AbstractSpringOrchestraScope Abstract basis class for all the Orchestra scopes.
BeanDefinitionConversationNameAttrDecorator Invoked by Spring when a bean definition is found in its config file which has an xml attribute called "conversationName" in the orchestra namespace.
JpaPersistenceContextFactory A factory for PersistenceContext objects which integrates with Spring's JPA support.
OrchestraNamespaceHandler Wire the custom orchestra xml attributes to the appropriate handler classes.
PersistenceContextCloser A simple class to tidy up persistence contexts.
PersistenceContextConversationInterceptor Maintain the appropriate persistence state for the current call-stack.
ScopedBeanTargetSource Used with a "scoping proxy" object as generated by _SpringUtils.newProxy.
SpringConversationScope Handles creation and lookup of any bean whose bean-definition specifies a scope that maps to an instance of this type.
 



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