|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope
org.apache.myfaces.orchestra.conversation.versioning.spring.SpringVersioningScope
public class SpringVersioningScope
<bean class="org.springframework.beans.factory.config.CustomScopeConfigurer">
<property name="scopes">
<map>
<entry key="conversation.versioning">
<bean class="org.apache.myfaces.orchestra.conversation.versioning.spring.SpringVersioningScope">
<property name="versioningStrategy" value="serialization"/>
</bean>
</entry>
</map>
</property>
</bean>
| Field Summary | |
|---|---|
static String |
VERSIONING_STRATEGY_CLONING
|
static String |
VERSIONING_STRATEGY_SERIALIZATION
|
| Constructor Summary | |
|---|---|
SpringVersioningScope()
|
|
| Method Summary | |
|---|---|
org.apache.myfaces.orchestra.conversation.Conversation |
createConversation(org.apache.myfaces.orchestra.conversation.ConversationContext context,
String name)
Implementation of ConversationFactory interface. |
String |
getVersioningStrategy()
|
void |
setVersioningStrategy(String strategy)
Must be "serialization" at the moment. |
| Methods inherited from class org.apache.myfaces.orchestra.conversation.spring.AbstractSpringOrchestraScope |
|---|
assertSameScope, buildBeanName, defineBeanPostProcessors, get, getAdvices, getApplicationContext, getConversationForBean, getConversationId, getConversationNameForBean, getExplicitConversationName, getProxy, getRealBean, notifyAccessConversation, registerDestructionCallback, remove, setAdvices, setApplicationContext, setAutoProxy, setBeanFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String VERSIONING_STRATEGY_SERIALIZATION
public static final String VERSIONING_STRATEGY_CLONING
| Constructor Detail |
|---|
public SpringVersioningScope()
| Method Detail |
|---|
public String getVersioningStrategy()
public void setVersioningStrategy(String strategy)
public org.apache.myfaces.orchestra.conversation.Conversation createConversation(org.apache.myfaces.orchestra.conversation.ConversationContext context,
String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||