Serialized Form
Package org.apache.myfaces.orchestra.conversation |
serialVersionUID: 1L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
log
org.apache.commons.logging.Log log
nextConversationContextId
long nextConversationContextId
- Used to generate a unique id for each "window" that a user has open
on the same webapp within the same HttpSession. Note that this is a
property of an object stored in the session, so will correctly
migrate from machine to machine along with a distributed HttpSession.
conversationContexts
java.util.Map<K,V> conversationContexts
conversationInfo
CurrentConversationInfo conversationInfo
conversationName
java.lang.String conversationName
beanName
java.lang.String beanName
Package org.apache.myfaces.orchestra.conversation.spring |
scope
AbstractSpringOrchestraScope scope
conversationName
java.lang.String conversationName
targetBeanName
java.lang.String targetBeanName
objectFactory
org.springframework.beans.factory.ObjectFactory objectFactory
Package org.apache.myfaces.orchestra.lib |
serialVersionUID: 7373984872572414699L
log
org.apache.commons.logging.Log log
lockCount
int lockCount
serialVersionUID: -282458546217595126L
Package org.apache.myfaces.orchestra.requestParameterProvider |
LOG
org.apache.commons.logging.Log LOG
Copyright © 2009 The Apache Software Foundation. All Rights Reserved.