Serialized Form
-
Package org.springframework.binding.collection
-
Class org.springframework.binding.collection.AbstractCachingMapDecorator
class AbstractCachingMapDecorator extends Object implements Serializable
-
-
Package org.springframework.binding.convert
-
Exception org.springframework.binding.convert.ConversionException
class ConversionException extends RuntimeException implements Serializable -
Exception org.springframework.binding.convert.ConversionExecutionException
class ConversionExecutionException extends ConversionException implements Serializable -
Exception org.springframework.binding.convert.ConversionExecutorNotFoundException
class ConversionExecutorNotFoundException extends ConversionException implements Serializable
-
-
Package org.springframework.binding.convert.converters
-
Exception org.springframework.binding.convert.converters.InvalidFormatException
class InvalidFormatException extends RuntimeException implements Serializable
-
-
Package org.springframework.binding.expression
-
Exception org.springframework.binding.expression.EvaluationException
class EvaluationException extends RuntimeException implements Serializable -
Exception org.springframework.binding.expression.ParserException
class ParserException extends RuntimeException implements Serializable-
Serialized Fields
-
expressionString
String expressionString
The expression string that could not be parsed.
-
-
-
Exception org.springframework.binding.expression.PropertyNotFoundException
class PropertyNotFoundException extends EvaluationException implements Serializable -
Exception org.springframework.binding.expression.ValueCoercionException
class ValueCoercionException extends EvaluationException implements Serializable-
Serialized Fields
-
targetClass
Class<?> targetClass
-
-
-
-
Package org.springframework.binding.mapping
-
Package org.springframework.binding.mapping.impl
-
Class org.springframework.binding.mapping.impl.DefaultMappingResults
class DefaultMappingResults extends Object implements Serializable-
Serialized Fields
-
mappingResults
List<MappingResult> mappingResults
-
-
-
-
Package org.springframework.binding.mapping.results
-
Class org.springframework.binding.mapping.results.AbstractMappingResult
class AbstractMappingResult extends Object implements Serializable -
Class org.springframework.binding.mapping.results.RequiredError
class RequiredError extends AbstractMappingResult implements Serializable-
Serialized Fields
-
originalValue
Object originalValue
-
-
-
Class org.springframework.binding.mapping.results.SourceAccessError
class SourceAccessError extends AbstractMappingResult implements Serializable-
Serialized Fields
-
cause
EvaluationException cause
-
-
-
Class org.springframework.binding.mapping.results.Success
class Success extends AbstractMappingResult implements Serializable -
Class org.springframework.binding.mapping.results.TargetAccessError
class TargetAccessError extends AbstractMappingResult implements Serializable-
Serialized Fields
-
cause
EvaluationException cause
-
originalValue
Object originalValue
-
-
-
Class org.springframework.binding.mapping.results.TypeConversionError
class TypeConversionError extends AbstractMappingResult implements Serializable
-
-
Package org.springframework.binding.message
-
Class org.springframework.binding.message.Message
class Message extends Object implements Serializable -
Class org.springframework.binding.message.MessageContextErrors
class MessageContextErrors extends org.springframework.validation.AbstractErrors implements Serializable-
Serialized Fields
-
bindingErrorMessageCodesResolver
org.springframework.validation.MessageCodesResolver bindingErrorMessageCodesResolver
-
boundObject
Object boundObject
-
expressionParser
ExpressionParser expressionParser
-
mappingResults
MappingResults mappingResults
-
messageContext
MessageContext messageContext
-
objectName
String objectName
-
-
-
-
Package org.springframework.binding.method
-
Exception org.springframework.binding.method.InvalidMethodKeyException
class InvalidMethodKeyException extends RuntimeException implements Serializable-
Serialized Fields
-
methodKey
MethodKey methodKey
The method key that could not be resolved.
-
-
-
Exception org.springframework.binding.method.MethodInvocationException
class MethodInvocationException extends RuntimeException implements Serializable -
Class org.springframework.binding.method.MethodKey
class MethodKey extends Object implements Serializable-
Serialized Fields
-
-
-
Package org.springframework.faces.model
-
Class org.springframework.faces.model.ManySelectionTrackingListDataModel
class ManySelectionTrackingListDataModel extends SerializableListDataModel<T> implements Serializable -
Class org.springframework.faces.model.OneSelectionTrackingListDataModel
class OneSelectionTrackingListDataModel extends SerializableListDataModel<T> implements Serializable -
Class org.springframework.faces.model.SerializableListDataModel
class SerializableListDataModel extends jakarta.faces.model.ListDataModel<T> implements Serializable-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundException
IOException
-
writeObject
- Throws:
IOException
-
-
-
-
Package org.springframework.faces.support
-
Class org.springframework.faces.support.RequestLoggingPhaseListener
class RequestLoggingPhaseListener extends Object implements Serializable
-
-
Package org.springframework.faces.webflow
-
Class org.springframework.faces.webflow.FlowFacesContext.FacesMessageSource
class FacesMessageSource extends Object implements Serializable-
Serialized Fields
-
clientId
String clientId
-
-
-
Class org.springframework.faces.webflow.FlowFacesContext.FlowFacesMessage
class FlowFacesMessage extends Message implements Serializable-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundException
IOException
-
writeObject
- Throws:
IOException
-
-
-
-
Package org.springframework.webflow.action
-
Exception org.springframework.webflow.action.DispatchMethodInvoker.MethodLookupException
class MethodLookupException extends RuntimeException implements Serializable
-
-
Package org.springframework.webflow.conversation
-
Exception org.springframework.webflow.conversation.ConversationException
class ConversationException extends RuntimeException implements Serializable -
Class org.springframework.webflow.conversation.ConversationId
class ConversationId extends Object implements Serializable -
Exception org.springframework.webflow.conversation.ConversationLockException
class ConversationLockException extends ConversationException implements Serializable -
Class org.springframework.webflow.conversation.ConversationParameters
class ConversationParameters extends Object implements Serializable -
Exception org.springframework.webflow.conversation.NoSuchConversationException
class NoSuchConversationException extends ConversationException implements Serializable-
Serialized Fields
-
conversationId
ConversationId conversationId
The unique conversation identifier that was invalid.
-
-
-
-
Package org.springframework.webflow.conversation.impl
-
Exception org.springframework.webflow.conversation.impl.BadlyFormattedConversationIdException
class BadlyFormattedConversationIdException extends ConversationException implements Serializable -
Class org.springframework.webflow.conversation.impl.ContainedConversation
class ContainedConversation extends Object implements Serializable-
Serialized Fields
-
attributes
Map<Object,
Object> attributes -
container
ConversationContainer container
-
id
ConversationId id
-
lock
ConversationLock lock
-
-
-
Class org.springframework.webflow.conversation.impl.ConversationContainer
class ConversationContainer extends Object implements Serializable-
Serialized Fields
-
conversationIdSequence
int conversationIdSequence
The sequence for unique conversation identifiers within this container. -
conversations
List<ContainedConversation> conversations
The contained conversations. A list ofContainedConversation
objects. -
maxConversations
int maxConversations
Maximum number of conversations in this container. -1 for unlimited. -
sessionKey
String sessionKey
The key of this conversation container in the session.
-
-
-
Class org.springframework.webflow.conversation.impl.JdkConcurrentConversationLock
class JdkConcurrentConversationLock extends Object implements Serializable-
Serialized Fields
-
lock
Lock lock
-
timeoutSeconds
int timeoutSeconds
-
-
-
Exception org.springframework.webflow.conversation.impl.LockInterruptedException
class LockInterruptedException extends ConversationLockException implements Serializable -
Exception org.springframework.webflow.conversation.impl.LockTimeoutException
class LockTimeoutException extends ConversationLockException implements Serializable -
Class org.springframework.webflow.conversation.impl.NoOpConversationLock
class NoOpConversationLock extends Object implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
-
Class org.springframework.webflow.conversation.impl.SimpleConversationId
class SimpleConversationId extends ConversationId implements Serializable-
Serialized Fields
-
id
Serializable id
The id value.
-
-
-
-
Package org.springframework.webflow.core
-
Exception org.springframework.webflow.core.FlowException
class FlowException extends RuntimeException implements Serializable
-
-
Package org.springframework.webflow.core.collection
-
Class org.springframework.webflow.core.collection.AttributeMapBindingEvent
class AttributeMapBindingEvent extends EventObject implements Serializable -
Class org.springframework.webflow.core.collection.LocalAttributeMap
class LocalAttributeMap extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Class org.springframework.webflow.core.collection.LocalParameterMap
class LocalParameterMap extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
-
Package org.springframework.webflow.definition.registry
-
Exception org.springframework.webflow.definition.registry.FlowDefinitionConstructionException
class FlowDefinitionConstructionException extends FlowException implements Serializable-
Serialized Fields
-
flowDefinitionId
String flowDefinitionId
The id of the flow that could not be constructed.
-
-
-
Exception org.springframework.webflow.definition.registry.NoSuchFlowDefinitionException
class 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
-
Exception org.springframework.webflow.engine.FlowAttributeMappingException
class FlowAttributeMappingException extends FlowExecutionException implements Serializable-
Serialized Fields
-
results
MappingResults results
-
-
-
Exception org.springframework.webflow.engine.FlowInputMappingException
class FlowInputMappingException extends FlowAttributeMappingException implements Serializable -
Exception org.springframework.webflow.engine.FlowOutputMappingException
class FlowOutputMappingException extends FlowAttributeMappingException implements Serializable -
Exception org.springframework.webflow.engine.NoMatchingTransitionException
class NoMatchingTransitionException extends FlowExecutionException implements Serializable-
Serialized Fields
-
event
Event event
The event that occurred that could not be matched to a Transition.
-
-
-
Exception org.springframework.webflow.engine.ViewRenderingException
class ViewRenderingException extends FlowExecutionException implements Serializable -
Class org.springframework.webflow.engine.WildcardTransitionCriteria
class WildcardTransitionCriteria extends Object implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
-
-
Package org.springframework.webflow.engine.builder
-
Exception org.springframework.webflow.engine.builder.FlowBuilderException
class FlowBuilderException extends FlowException implements Serializable
-
-
Package org.springframework.webflow.engine.impl
-
Class org.springframework.webflow.engine.impl.FlowExecutionImpl
class FlowExecutionImpl extends Object implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
-
Package org.springframework.webflow.engine.model.builder
-
Exception org.springframework.webflow.engine.model.builder.FlowModelBuilderException
class FlowModelBuilderException extends FlowException implements Serializable
-
-
Package org.springframework.webflow.engine.model.registry
-
Exception org.springframework.webflow.engine.model.registry.NoSuchFlowModelException
class 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
class GenericSubflowAttributeMapper extends Object implements Serializable
-
-
Package org.springframework.webflow.execution
-
Exception org.springframework.webflow.execution.ActionExecutionException
class ActionExecutionException extends FlowExecutionException implements Serializable -
Exception org.springframework.webflow.execution.EnterStateVetoException
class EnterStateVetoException extends FlowExecutionException implements Serializable-
Serialized Fields
-
vetoedStateId
String vetoedStateId
The state whose entering was vetoed.
-
-
-
Class org.springframework.webflow.execution.Event
class Event extends EventObject implements Serializable-
Serialized Fields
-
attributes
AttributeMap<Object> attributes
Additional event attributes that form this event's payload. -
id
String id
The event identifier. -
timestamp
long timestamp
The time the event occurred.
-
-
-
Exception org.springframework.webflow.execution.FlowExecutionException
class FlowExecutionException extends FlowException implements Serializable -
Class org.springframework.webflow.execution.FlowExecutionKey
class FlowExecutionKey extends Object implements Serializable
-
-
Package org.springframework.webflow.execution.repository
-
Exception org.springframework.webflow.execution.repository.BadlyFormattedFlowExecutionKeyException
class BadlyFormattedFlowExecutionKeyException extends FlowExecutionRepositoryException implements Serializable -
Exception org.springframework.webflow.execution.repository.FlowExecutionAccessException
class FlowExecutionAccessException extends FlowExecutionRepositoryException implements Serializable-
Serialized Fields
-
flowExecutionKey
FlowExecutionKey flowExecutionKey
The key of the execution that could not be accessed.
-
-
-
Exception org.springframework.webflow.execution.repository.FlowExecutionRepositoryException
class FlowExecutionRepositoryException extends FlowException implements Serializable -
Exception org.springframework.webflow.execution.repository.FlowExecutionRestorationFailureException
class FlowExecutionRestorationFailureException extends FlowExecutionAccessException implements Serializable -
Exception org.springframework.webflow.execution.repository.NoSuchFlowExecutionException
class NoSuchFlowExecutionException extends FlowExecutionAccessException implements Serializable -
Exception org.springframework.webflow.execution.repository.PermissionDeniedFlowExecutionAccessException
class PermissionDeniedFlowExecutionAccessException extends FlowExecutionAccessException implements Serializable
-
-
Package org.springframework.webflow.execution.repository.snapshot
-
Class org.springframework.webflow.execution.repository.snapshot.FlowExecutionSnapshot
class FlowExecutionSnapshot extends Object implements Serializable -
Class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot
class SerializedFlowExecutionSnapshot extends FlowExecutionSnapshot implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Exception org.springframework.webflow.execution.repository.snapshot.SnapshotCreationException
class SnapshotCreationException extends FlowExecutionRepositoryException implements Serializable-
Serialized Fields
-
flowExecution
FlowExecution flowExecution
The flow execution that could not be snapshotted.
-
-
-
Exception org.springframework.webflow.execution.repository.snapshot.SnapshotNotFoundException
class SnapshotNotFoundException extends FlowExecutionRepositoryException implements Serializable-
Serialized Fields
-
snapshotId
Serializable snapshotId
-
-
-
Exception org.springframework.webflow.execution.repository.snapshot.SnapshotUnmarshalException
class SnapshotUnmarshalException extends FlowExecutionRepositoryException implements Serializable
-
-
Package org.springframework.webflow.execution.repository.support
-
Class org.springframework.webflow.execution.repository.support.CompositeFlowExecutionKey
class CompositeFlowExecutionKey extends FlowExecutionKey implements Serializable-
Serialized Fields
-
executionId
Serializable executionId
-
snapshotId
Serializable snapshotId
-
-
-
-
Package org.springframework.webflow.mvc.view
-
Class org.springframework.webflow.mvc.view.BindingModel
class BindingModel extends org.springframework.validation.AbstractErrors implements Serializable-
Serialized Fields
-
binderConfiguration
BinderConfiguration binderConfiguration
-
boundObject
Object boundObject
-
conversionService
ConversionService conversionService
-
expressionParser
ExpressionParser expressionParser
-
mappingResults
MappingResults mappingResults
-
messageContext
MessageContext messageContext
-
objectName
String objectName
-
-
-
Class org.springframework.webflow.mvc.view.ViewActionStateHolder
class ViewActionStateHolder extends Object implements Serializable-
Serialized Fields
-
eventId
String eventId
-
userEventProcessed
boolean userEventProcessed
-
-
-
-
Package org.springframework.webflow.test
-
Class org.springframework.webflow.test.GeneratedFlowExecutionKey
class GeneratedFlowExecutionKey extends FlowExecutionKey implements Serializable-
Serialized Fields
-
value
int value
-
-
-
Class org.springframework.webflow.test.MockFlowExecutionKey
class MockFlowExecutionKey extends FlowExecutionKey implements Serializable-
Serialized Fields
-
value
String value
-
-
-
Class org.springframework.webflow.test.MockParameterMap
class MockParameterMap extends LocalParameterMap implements Serializable
-