Serialized Form


Package org.apache.myfaces.orchestra.conversation

Class org.apache.myfaces.orchestra.conversation.ConversationManager extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

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

Map<K,V> conversationContexts

Class org.apache.myfaces.orchestra.conversation.CurrentConversationAdvice extends Object implements Serializable

Serialized Fields

conversationInfo

CurrentConversationInfo conversationInfo

Class org.apache.myfaces.orchestra.conversation.CurrentConversationInfo extends Object implements Serializable

Serialized Fields

conversationName

String conversationName

beanName

String beanName

Package org.apache.myfaces.orchestra.conversation.jsf

Class org.apache.myfaces.orchestra.conversation.jsf.AccessScopePhaseListener extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

log

org.apache.commons.logging.Log log

Package org.apache.myfaces.orchestra.conversation.jsf.components

Class org.apache.myfaces.orchestra.conversation.jsf.components.ConverterTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

beanName

String beanName

useWrapper

boolean useWrapper

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

Class org.apache.myfaces.orchestra.conversation.spring.ScopedBeanTargetSource extends org.springframework.aop.target.AbstractBeanFactoryBasedTargetSource implements Serializable

Serialized Fields

scope

AbstractSpringOrchestraScope scope

conversationName

String conversationName

targetBeanName

String targetBeanName

objectFactory

org.springframework.beans.factory.ObjectFactory objectFactory

Package org.apache.myfaces.orchestra.lib

Class org.apache.myfaces.orchestra.lib._ReentrantLock extends Object implements Serializable

serialVersionUID: 7373984872572414699L

Serialized Fields

log

org.apache.commons.logging.Log log

lockCount

int lockCount

Class org.apache.myfaces.orchestra.lib.OrchestraException extends RuntimeException implements Serializable

serialVersionUID: -282458546217595126L


Package org.apache.myfaces.orchestra.requestParameterProvider

Class org.apache.myfaces.orchestra.requestParameterProvider.RequestParameterProviderManager extends Object implements Serializable

Serialized Fields

LOG

org.apache.commons.logging.Log LOG

Package org.apache.myfaces.orchestra.viewController.jsf

Class org.apache.myfaces.orchestra.viewController.jsf.ViewControllerPhaseListener extends Object implements Serializable

serialVersionUID: -3975277433747722402L

Serialized Fields

log

org.apache.commons.logging.Log log

Package org.apache.myfaces.shared_orchestra.taglib.core

Class org.apache.myfaces.shared_orchestra.taglib.core.ConvertDateTimeTagBase extends javax.faces.webapp.ConverterTag implements Serializable

serialVersionUID: -757757296071312897L

Serialized Fields

_dateStyle

String _dateStyle

_locale

String _locale

_pattern

String _pattern

_timeStyle

String _timeStyle

_timeZone

String _timeZone

_type

String _type

Package org.apache.myfaces.shared_orchestra.util

Class org.apache.myfaces.shared_orchestra.util.ParametrizableFacesMessage extends javax.faces.application.FacesMessage implements Serializable

serialVersionUID: 7792947730961657948L

Serialized Fields

_args

Object[] _args

_evaluatedDetail

String _evaluatedDetail

_evaluatedSummary

String _evaluatedSummary

_locale

Locale _locale

Class org.apache.myfaces.shared_orchestra.util.ViewExpiredException extends javax.faces.FacesException implements Serializable

Serialized Fields

viewId

String viewId

Package org.apache.myfaces.shared_orchestra.util.servlet

Class org.apache.myfaces.shared_orchestra.util.servlet.SourceCodeServlet extends javax.servlet.http.HttpServlet implements Serializable



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