Serialized Form


Package org.springframework.webflow.action

Class org.springframework.webflow.action.ActionResultExposer extends java.lang.Object implements Serializable

Serialized Fields

resultName

java.lang.String resultName
The name of the attribute to index the return value with.


resultScope

ScopeType resultScope
The scope of the attribute indexing the return value.

Class org.springframework.webflow.action.ResultObjectBasedEventFactoryTests.MyLabeledEnum extends org.springframework.core.enums.StaticLabeledEnum implements Serializable


Package org.springframework.webflow.config

Class org.springframework.webflow.config.FlowSystemDefaults extends java.lang.Object implements Serializable

Serialized Fields

alwaysRedirectOnPause

boolean alwaysRedirectOnPause
The default 'alwaysRedirectOnPause' execution attribute value.


repositoryType

RepositoryType repositoryType
The default flow execution repository type.

Class org.springframework.webflow.config.RepositoryType extends org.springframework.core.enums.StaticLabeledEnum implements Serializable


Package org.springframework.webflow.conversation

Class org.springframework.webflow.conversation.ConversationException extends FlowException implements Serializable

Class org.springframework.webflow.conversation.ConversationId extends java.lang.Object implements Serializable

Class org.springframework.webflow.conversation.ConversationParameters extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The conversation name.


caption

java.lang.String caption
The conversation caption.


description

java.lang.String description
The conversation description.

Class org.springframework.webflow.conversation.NoSuchConversationException extends ConversationException implements Serializable

Serialized Fields

conversationId

ConversationId conversationId
The unique conversation identifier that was invalid.


Package org.springframework.webflow.conversation.impl

Class org.springframework.webflow.conversation.impl.SimpleConversationId extends ConversationId implements Serializable

Serialized Fields

id

java.io.Serializable id
The id value.

Class org.springframework.webflow.conversation.impl.UtilConcurrentConversationLock.SystemInterruptedException extends org.springframework.core.NestedRuntimeException implements Serializable


Package org.springframework.webflow.core

Class org.springframework.webflow.core.FlowException extends org.springframework.core.NestedRuntimeException implements Serializable


Package org.springframework.webflow.core.collection

Class org.springframework.webflow.core.collection.AttributeMapBindingEvent extends java.util.EventObject implements Serializable

Serialized Fields

attributeName

java.lang.String attributeName

attributeValue

java.lang.Object attributeValue

Class org.springframework.webflow.core.collection.LocalAttributeMap extends java.lang.Object implements Serializable

Serialization Methods

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
Serialized Fields

attributes

java.util.Map<K,V> attributes
The backing map storing the attributes.

Class org.springframework.webflow.core.collection.LocalParameterMap extends java.lang.Object implements Serializable

Serialization Methods

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
Serialized Fields

parameters

java.util.Map<K,V> parameters
The backing map storing the parameters.

Class org.springframework.webflow.core.collection.LocalSharedAttributeMap extends LocalAttributeMap implements Serializable

Class org.springframework.webflow.core.collection.TestBean extends java.lang.Object implements Serializable

Serialized Fields

amount

int amount

Package org.springframework.webflow.definition.registry

Class org.springframework.webflow.definition.registry.FlowDefinitionConstructionException extends FlowException implements Serializable

Serialized Fields

flowId

java.lang.String flowId
The id of the flow that could not be constructed.

Class org.springframework.webflow.definition.registry.FlowDefinitionResource extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id
The identifier to assign to the flow definition.


attributes

AttributeMap attributes
Attributes that can be used to affect flow construction.


location

org.springframework.core.io.Resource location
The externalized location of the flow definition resource.

Class org.springframework.webflow.definition.registry.NoSuchFlowDefinitionException extends FlowException implements Serializable

Serialized Fields

flowId

java.lang.String flowId
The id of the flow definition that could not be located.


Package org.springframework.webflow.engine

Class org.springframework.webflow.engine.ActionExecutionException extends FlowExecutionException implements Serializable

Class org.springframework.webflow.engine.FlowVariable extends AnnotatedObject implements Serializable

Serialized Fields

name

java.lang.String name
The variable name.


scope

ScopeType scope
The variable scope.

Class org.springframework.webflow.engine.NoMatchingTransitionException extends FlowExecutionException implements Serializable

Serialized Fields

event

Event event
The event that occured that could not be matched to a Transition.

Class org.springframework.webflow.engine.NullViewSelector extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

Class org.springframework.webflow.engine.WildcardTransitionCriteria extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

Package org.springframework.webflow.engine.builder

Class org.springframework.webflow.engine.builder.FlowArtifactLookupException extends FlowException implements Serializable

Serialized Fields

artifactId

java.lang.String artifactId
The id of the artifact that could not be retrieved.


artifactType

java.lang.Class<T> artifactType
The type of artifact that could not be retrieved.

Class org.springframework.webflow.engine.builder.FlowBuilderException extends FlowException implements Serializable


Package org.springframework.webflow.engine.builder.xml

Class org.springframework.webflow.engine.builder.xml.XmlFlowBuilderCustomTypeTests.CustomAttributeMapper extends AbstractFlowAttributeMapper implements Serializable


Package org.springframework.webflow.engine.impl

Class org.springframework.webflow.engine.impl.FlowExecutionImpl extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.springframework.webflow.engine.impl.FooException extends java.lang.RuntimeException implements Serializable


Package org.springframework.webflow.engine.support

Class org.springframework.webflow.engine.support.AbstractFlowAttributeMapper extends java.lang.Object implements Serializable

Class org.springframework.webflow.engine.support.ApplicationViewSelector extends java.lang.Object implements Serializable

Serialized Fields

viewName

org.springframework.binding.expression.Expression viewName
The view name to render.


redirect

boolean redirect
A flag indicating if a redirect to the selected application view should be requested.

Setting this allows you to redirect while the flow is in progress to a stable URL that can be safely refreshed.

Class org.springframework.webflow.engine.support.BeanFactoryFlowVariable extends FlowVariable implements Serializable

Serialized Fields

beanName

java.lang.String beanName
The name of the bean whose value will be used as the flow variable. The bean should be a prototype.


beanFactory

org.springframework.beans.factory.BeanFactory beanFactory
The bean factory where initial variable values will be obtained.

Class org.springframework.webflow.engine.support.ConfigurableFlowAttributeMapper extends AbstractFlowAttributeMapper implements Serializable

Serialized Fields

expressionParser

org.springframework.binding.expression.ExpressionParser expressionParser
The expression parser that will parse input and output attribute expressions.


inputMapper

org.springframework.binding.mapping.DefaultAttributeMapper inputMapper
The mapper that maps attributes into a spawning subflow.


outputMapper

org.springframework.binding.mapping.DefaultAttributeMapper outputMapper
The mapper that maps attributes returned by an ended subflow.

Class org.springframework.webflow.engine.support.EventIdTransitionCriteria extends java.lang.Object implements Serializable

Serialized Fields

eventId

java.lang.String eventId
The event id to match.


caseSensitive

boolean caseSensitive
Whether or not to match case sensitively. Default is true.

Class org.springframework.webflow.engine.support.ExternalRedirectSelector extends java.lang.Object implements Serializable

Serialized Fields

urlExpression

org.springframework.binding.expression.Expression urlExpression
The parsed, evaluatable redirect URL expression.

Class org.springframework.webflow.engine.support.SimpleFlowVariable extends FlowVariable implements Serializable

Serialized Fields

variableClass

java.lang.Class<T> variableClass
The concrete variable value class.


Package org.springframework.webflow.execution

Class org.springframework.webflow.execution.EnterStateVetoException extends FlowExecutionException implements Serializable

Serialized Fields

vetoedStateId

java.lang.String vetoedStateId
The state whose entering was vetoed.

Class org.springframework.webflow.execution.Event extends java.util.EventObject implements Serializable

Serialized Fields

id

java.lang.String id
The event identifier.


timestamp

long timestamp
The time the event occurred.


attributes

AttributeMap attributes
Additional event attributes that form this event's payload.

Class org.springframework.webflow.execution.FlowExecutionException extends FlowException implements Serializable

Serialized Fields

flowId

java.lang.String flowId
The id of the flow definition in which the exception occured.


stateId

java.lang.String stateId
The state of the flow where the exception occured (optional).

Class org.springframework.webflow.execution.FlowSessionStatus extends org.springframework.core.enums.StaticLabeledEnum implements Serializable

Class org.springframework.webflow.execution.ScopeType extends org.springframework.core.enums.StaticLabeledEnum implements Serializable

Class org.springframework.webflow.execution.ViewSelection extends java.lang.Object implements Serializable


Package org.springframework.webflow.execution.repository

Class org.springframework.webflow.execution.repository.BadlyFormattedFlowExecutionKeyException extends FlowExecutionRepositoryException implements Serializable

Serialized Fields

invalidKey

java.lang.String invalidKey
The string encoded flow execution key that was invalid.


format

java.lang.String format
The format the string key should have been in. Could just be a description of that format.

Class org.springframework.webflow.execution.repository.FlowExecutionAccessException extends FlowExecutionRepositoryException implements Serializable

Serialized Fields

flowExecutionKey

FlowExecutionKey flowExecutionKey
The key of the execution that could not be accessed.

Class org.springframework.webflow.execution.repository.FlowExecutionKey extends java.lang.Object implements Serializable

Class org.springframework.webflow.execution.repository.FlowExecutionRepositoryException extends FlowException implements Serializable

Class org.springframework.webflow.execution.repository.FlowExecutionRestorationFailureException extends FlowExecutionAccessException implements Serializable

Class org.springframework.webflow.execution.repository.NoSuchFlowExecutionException extends FlowExecutionAccessException implements Serializable

Class org.springframework.webflow.execution.repository.PermissionDeniedFlowExecutionAccessException extends FlowExecutionAccessException implements Serializable


Package org.springframework.webflow.execution.repository.continuation

Class org.springframework.webflow.execution.repository.continuation.ContinuationCreationException extends FlowExecutionRepositoryException implements Serializable

Serialized Fields

flowExecution

FlowExecution flowExecution
The flow execution that could not be snapshotted.

Class org.springframework.webflow.execution.repository.continuation.ContinuationNotFoundException extends FlowExecutionRepositoryException implements Serializable

Serialized Fields

continuationId

java.io.Serializable continuationId
The unique continuation identifier that was not found.

Class org.springframework.webflow.execution.repository.continuation.ContinuationUnmarshalException extends FlowExecutionRepositoryException implements Serializable

Class org.springframework.webflow.execution.repository.continuation.FlowExecutionContinuation extends java.lang.Object implements Serializable

Class org.springframework.webflow.execution.repository.continuation.SerializedFlowExecutionContinuation extends FlowExecutionContinuation implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package org.springframework.webflow.execution.repository.support

Class org.springframework.webflow.execution.repository.support.InvalidContinuationIdException extends FlowExecutionRepositoryException implements Serializable

Serialized Fields

continuationId

java.io.Serializable continuationId
The unique continuation identifier that was invalid.


Package org.springframework.webflow.execution.support

Class org.springframework.webflow.execution.support.ApplicationView extends ViewSelection implements Serializable

Serialized Fields

viewName

java.lang.String viewName
The name of the view (or page or other response) to render. This name may identify a logical view resource or may be a physical path to an internal view template.


model

java.util.Map<K,V> model
A map of the application data to make available to the view for rendering.

Class org.springframework.webflow.execution.support.ExternalRedirect extends ViewSelection implements Serializable

Serialized Fields

url

java.lang.String url
The arbitrary url path to redirect to.

Class org.springframework.webflow.execution.support.FlowDefinitionRedirect extends ViewSelection implements Serializable

Serialized Fields

flowDefinitionId

java.lang.String flowDefinitionId
The id of the flow definition to launch.


executionInput

java.util.Map<K,V> executionInput
A map of input attributes to pass to the flow.

Class org.springframework.webflow.execution.support.FlowExecutionRedirect extends ViewSelection implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

Package org.springframework.webflow.executor.support

Class org.springframework.webflow.executor.support.FlowExecutorArgumentExtractionException extends FlowException implements Serializable

Class org.springframework.webflow.executor.support.ResponseInstructionHandler.RuntimeResponseHandlingException extends org.springframework.core.NestedRuntimeException implements Serializable


Package org.springframework.webflow.test

Class org.springframework.webflow.test.MockParameterMap extends LocalParameterMap implements Serializable


Package org.springframework.webflow.util

Class org.springframework.webflow.util.DispatchMethodInvoker.MethodLookupException extends org.springframework.core.NestedRuntimeException implements Serializable

Class org.springframework.webflow.util.RandomGuidUidGenerator extends java.lang.Object implements Serializable

Serialized Fields

secure

boolean secure
Should the random GUID generated be secure?



Copyright © 2004-2007. All Rights Reserved.