Serialized Form


Package org.springframework.binding.collection

Class org.springframework.binding.collection.SharedMapDecorator extends Object implements Serializable

Serialized Fields

map

Map<K,V> map
The wrapped, target map.


Package org.springframework.binding.convert

Class org.springframework.binding.convert.ConversionException extends RuntimeException implements Serializable

Class org.springframework.binding.convert.ConversionExecutionException extends ConversionException implements Serializable

Serialized Fields

sourceClass

Class<T> sourceClass
The source type we tried to convert the value from.


targetClass

Class<T> targetClass
The target type we tried to convert the value to.

Class org.springframework.binding.convert.ConversionExecutorNotFoundException extends ConversionException implements Serializable

Serialized Fields

sourceClass

Class<T> sourceClass

targetClass

Class<T> targetClass

Package org.springframework.binding.convert.converters

Class org.springframework.binding.convert.converters.InvalidFormatException extends RuntimeException implements Serializable

Serialized Fields

invalidValue

String invalidValue

expectedFormat

String expectedFormat

Package org.springframework.binding.expression

Class org.springframework.binding.expression.EvaluationException extends RuntimeException implements Serializable

Serialized Fields

contextClass

Class<T> contextClass

expressionString

String expressionString

Class org.springframework.binding.expression.ParserException extends RuntimeException implements Serializable

Serialized Fields

expressionString

String expressionString
The expression string that could not be parsed.

Class org.springframework.binding.expression.PropertyNotFoundException extends EvaluationException implements Serializable

Class org.springframework.binding.expression.ValueCoercionException extends EvaluationException implements Serializable

Serialized Fields

targetClass

Class<T> targetClass

Package org.springframework.binding.message

Class org.springframework.binding.message.Message extends Object implements Serializable

Serialized Fields

source

Object source

text

String text

severity

Severity severity

Class org.springframework.binding.message.MessageContextErrors extends org.springframework.validation.AbstractErrors implements Serializable

Serialized Fields

messageContext

MessageContext messageContext

objectName

String objectName

boundObject

Object boundObject

expressionParser

ExpressionParser expressionParser

mappingResults

MappingResults mappingResults

bindingErrorMessageCodesResolver

org.springframework.validation.MessageCodesResolver bindingErrorMessageCodesResolver

Class org.springframework.binding.message.Severity extends org.springframework.core.enums.StaticLabeledEnum implements Serializable


Package org.springframework.binding.method

Class org.springframework.binding.method.InvalidMethodKeyException extends RuntimeException implements Serializable

Serialized Fields

methodKey

MethodKey methodKey
The method key that could not be resolved.

Class org.springframework.binding.method.MethodInvocationException extends RuntimeException implements Serializable

Class org.springframework.binding.method.MethodKey extends Object implements Serializable

Serialized Fields

declaredType

Class<T> declaredType
The class the method is a member of.


methodName

String methodName
The method name.


parameterTypes

Class<T>[] parameterTypes
The method's actual parameter types. Could contain null values if the user did not specify a parameter type for the corresponding parameter


Package org.springframework.js.resource

Class org.springframework.js.resource.ResourceServlet extends org.springframework.web.servlet.HttpServletBean implements Serializable

Serialized Fields

protectedPath

String protectedPath

jarPathPrefix

String jarPathPrefix

gzipEnabled

boolean gzipEnabled

allowedResourcePaths

Set<E> allowedResourcePaths

defaultMimeTypes

Map<K,V> defaultMimeTypes

compressedMimeTypes

Set<E> compressedMimeTypes

cacheTimeout

int cacheTimeout

Package org.springframework.webflow.action

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

Serialized Fields

resultExpression

Expression resultExpression
The expression to set the result to.


expectedResultType

Class<T> expectedResultType
The desired type to expose the result as


conversionService

ConversionService conversionService
The ConversionService to use to convert the result to the desired type

Class org.springframework.webflow.action.DispatchMethodInvoker.MethodLookupException extends RuntimeException implements Serializable


Package org.springframework.webflow.conversation

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

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

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

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

Serialized Fields

name

String name
The conversation name.


caption

String caption
The conversation caption.


description

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.BadlyFormattedConversationIdException extends ConversationException implements Serializable

Class org.springframework.webflow.conversation.impl.LockInterruptedException extends ConversationLockException implements Serializable

Class org.springframework.webflow.conversation.impl.LockTimeoutException extends ConversationLockException implements Serializable

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

Serialized Fields

id

Serializable id
The id value.


Package org.springframework.webflow.core

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


Package org.springframework.webflow.core.collection

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

Serialized Fields

attributeName

String attributeName

attributeValue

Object attributeValue

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

Serialization Methods

readObject

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

writeObject

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

attributes

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

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

Serialization Methods

readObject

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

writeObject

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

parameters

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

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


Package org.springframework.webflow.definition.registry

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

Serialized Fields

flowDefinitionId

String flowDefinitionId
The id of the flow that could not be constructed.

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

Serialized Fields

flowDefinitionId

String flowDefinitionId
The id of the flow definition that could not be located.


Package org.springframework.webflow.engine

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

Serialized Fields

results

MappingResults results

Class org.springframework.webflow.engine.FlowInputMappingException extends FlowAttributeMappingException implements Serializable

Class org.springframework.webflow.engine.FlowOutputMappingException extends FlowAttributeMappingException implements Serializable

Class org.springframework.webflow.engine.History extends org.springframework.core.enums.StaticLabeledEnum implements Serializable

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

Serialized Fields

event

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

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

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

Serialization Methods

readResolve

private Object readResolve()
                    throws ObjectStreamException
Throws:
ObjectStreamException

Package org.springframework.webflow.engine.builder

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


Package org.springframework.webflow.engine.impl

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

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.springframework.webflow.engine.impl.FlowExecutionStatus extends org.springframework.core.enums.StaticLabeledEnum implements Serializable


Package org.springframework.webflow.engine.model.builder

Class org.springframework.webflow.engine.model.builder.FlowModelBuilderException extends FlowException implements Serializable


Package org.springframework.webflow.engine.model.registry

Class org.springframework.webflow.engine.model.registry.NoSuchFlowModelException extends FlowException implements Serializable

Serialized Fields

flowModelId

String flowModelId
The id of the flow model that could not be located.


Package org.springframework.webflow.engine.support

Class org.springframework.webflow.engine.support.GenericSubflowAttributeMapper extends Object implements Serializable

Serialized Fields

inputMapper

Mapper inputMapper

outputMapper

Mapper outputMapper

Package org.springframework.webflow.execution

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

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

Serialized Fields

vetoedStateId

String vetoedStateId
The state whose entering was vetoed.

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

Serialized Fields

id

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

String flowId
The id of the flow definition in which the exception occurred.


stateId

String stateId
The state of the flow where the exception occurred (optional).

Class org.springframework.webflow.execution.FlowExecutionKey extends Object implements Serializable

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


Package org.springframework.webflow.execution.repository

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

Serialized Fields

invalidKey

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


format

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.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.snapshot

Class org.springframework.webflow.execution.repository.snapshot.FlowExecutionSnapshot extends Object implements Serializable

Class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot extends FlowExecutionSnapshot implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.springframework.webflow.execution.repository.snapshot.SnapshotCreationException extends FlowExecutionRepositoryException implements Serializable

Serialized Fields

flowExecution

FlowExecution flowExecution
The flow execution that could not be snapshotted.

Class org.springframework.webflow.execution.repository.snapshot.SnapshotNotFoundException extends FlowExecutionRepositoryException implements Serializable

Serialized Fields

snapshotId

Serializable snapshotId

Class org.springframework.webflow.execution.repository.snapshot.SnapshotUnmarshalException extends FlowExecutionRepositoryException implements Serializable


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

Class org.springframework.webflow.execution.repository.support.CompositeFlowExecutionKey extends FlowExecutionKey implements Serializable

Serialized Fields

executionId

Serializable executionId

snapshotId

Serializable snapshotId

Package org.springframework.webflow.mvc.builder

Class org.springframework.webflow.mvc.builder.MvcEnvironment extends org.springframework.core.enums.StaticLabeledEnum implements Serializable


Package org.springframework.webflow.mvc.view

Class org.springframework.webflow.mvc.view.BindingModel extends org.springframework.validation.AbstractErrors implements Serializable

Serialized Fields

objectName

String objectName

boundObject

Object boundObject

expressionParser

ExpressionParser expressionParser

conversionService

ConversionService conversionService

mappingResults

MappingResults mappingResults

messageContext

MessageContext messageContext

binderConfiguration

BinderConfiguration binderConfiguration

Class org.springframework.webflow.mvc.view.ViewActionStateHolder extends Object implements Serializable

Serialized Fields

eventId

String eventId

userEventProcessed

boolean userEventProcessed

Package org.springframework.webflow.test

Class org.springframework.webflow.test.GeneratedFlowExecutionKey extends FlowExecutionKey implements Serializable

Serialized Fields

value

int value

Class org.springframework.webflow.test.MockFlowExecutionKey extends FlowExecutionKey implements Serializable

Serialized Fields

value

String value

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