直列化された形式
パッケージ org.springframework.binding.collection
クラス org.springframework.binding.collection.AbstractCachingMapDecorator
class AbstractCachingMapDecorator extends ObjectSE implements SerializableSE
パッケージ org.springframework.binding.convert
例外 org.springframework.binding.convert.ConversionException
class ConversionException extends RuntimeExceptionSE implements SerializableSE例外 org.springframework.binding.convert.ConversionExecutionException
class ConversionExecutionException extends ConversionException implements SerializableSE例外 org.springframework.binding.convert.ConversionExecutorNotFoundException
class ConversionExecutorNotFoundException extends ConversionException implements SerializableSE
パッケージ org.springframework.binding.convert.converters
例外 org.springframework.binding.convert.converters.InvalidFormatException
class InvalidFormatException extends RuntimeExceptionSE implements SerializableSE
パッケージ org.springframework.binding.expression
例外 org.springframework.binding.expression.EvaluationException
class EvaluationException extends RuntimeExceptionSE implements SerializableSE例外 org.springframework.binding.expression.ParserException
class ParserException extends RuntimeExceptionSE implements SerializableSESerialized Fields
expressionString
StringSE expressionString
解析できなかった式文字列。
例外 org.springframework.binding.expression.PropertyNotFoundException
class PropertyNotFoundException extends EvaluationException implements SerializableSE例外 org.springframework.binding.expression.ValueCoercionException
class ValueCoercionException extends EvaluationException implements SerializableSESerialized Fields
targetClass
ClassSE<?> targetClass
パッケージ org.springframework.binding.mapping
パッケージ org.springframework.binding.mapping.impl
クラス org.springframework.binding.mapping.impl.DefaultMappingResults
class DefaultMappingResults extends ObjectSE implements SerializableSESerialized Fields
mappingResults
ListSE<MappingResult> mappingResults
パッケージ org.springframework.binding.mapping.results
クラス org.springframework.binding.mapping.results.AbstractMappingResult
class AbstractMappingResult extends ObjectSE implements SerializableSEクラス org.springframework.binding.mapping.results.RequiredError
class RequiredError extends AbstractMappingResult implements SerializableSESerialized Fields
originalValue
ObjectSE originalValue
クラス org.springframework.binding.mapping.results.SourceAccessError
class SourceAccessError extends AbstractMappingResult implements SerializableSESerialized Fields
cause
EvaluationException cause
クラス org.springframework.binding.mapping.results.Success
class Success extends AbstractMappingResult implements SerializableSEクラス org.springframework.binding.mapping.results.TargetAccessError
class TargetAccessError extends AbstractMappingResult implements SerializableSESerialized Fields
cause
EvaluationException cause
originalValue
ObjectSE originalValue
クラス org.springframework.binding.mapping.results.TypeConversionError
class TypeConversionError extends AbstractMappingResult implements SerializableSESerialized Fields
cause
ExceptionSE cause
originalValue
ObjectSE originalValue
パッケージ org.springframework.binding.message
クラス org.springframework.binding.message.Message
class Message extends ObjectSE implements SerializableSEクラス org.springframework.binding.message.MessageContextErrors
class MessageContextErrors extends org.springframework.validation.AbstractErrors implements SerializableSESerialized Fields
bindingErrorMessageCodesResolver
org.springframework.validation.MessageCodesResolver bindingErrorMessageCodesResolver
boundObject
ObjectSE boundObject
expressionParser
ExpressionParser expressionParser
mappingResults
MappingResults mappingResults
messageContext
MessageContext messageContext
objectName
StringSE objectName
パッケージ org.springframework.binding.method
例外 org.springframework.binding.method.InvalidMethodKeyException
class InvalidMethodKeyException extends RuntimeExceptionSE implements SerializableSESerialized Fields
methodKey
MethodKey methodKey
解決できなかったメソッドキー。
例外 org.springframework.binding.method.MethodInvocationException
class MethodInvocationException extends RuntimeExceptionSE implements SerializableSEクラス org.springframework.binding.method.MethodKey
class MethodKey extends ObjectSE implements SerializableSE
パッケージ org.springframework.faces.model
クラス org.springframework.faces.model.ManySelectionTrackingListDataModel
class ManySelectionTrackingListDataModel extends SerializableListDataModel<T> implements SerializableSEクラス org.springframework.faces.model.OneSelectionTrackingListDataModel
class OneSelectionTrackingListDataModel extends SerializableListDataModel<T> implements SerializableSEクラス org.springframework.faces.model.SerializableListDataModel
class SerializableListDataModel extends jakarta.faces.model.ListDataModel<T> implements SerializableSESerialization Methods
readObject
writeObject
パッケージ org.springframework.faces.support
クラス org.springframework.faces.support.RequestLoggingPhaseListener
class RequestLoggingPhaseListener extends ObjectSE implements SerializableSE
パッケージ org.springframework.faces.webflow
クラス org.springframework.faces.webflow.FlowFacesContext.FacesMessageSource
class FacesMessageSource extends ObjectSE implements SerializableSESerialized Fields
clientId
StringSE clientId
クラス org.springframework.faces.webflow.FlowFacesContext.FlowFacesMessage
class FlowFacesMessage extends Message implements SerializableSESerialization Methods
readObject
writeObject
パッケージ org.springframework.webflow.action
例外 org.springframework.webflow.action.DispatchMethodInvoker.MethodLookupException
class MethodLookupException extends RuntimeExceptionSE implements SerializableSE
パッケージ org.springframework.webflow.conversation
例外 org.springframework.webflow.conversation.ConversationException
class ConversationException extends RuntimeExceptionSE implements SerializableSEクラス org.springframework.webflow.conversation.ConversationId
class ConversationId extends ObjectSE implements SerializableSE例外 org.springframework.webflow.conversation.ConversationLockException
class ConversationLockException extends ConversationException implements SerializableSEクラス org.springframework.webflow.conversation.ConversationParameters
class ConversationParameters extends ObjectSE implements SerializableSE例外 org.springframework.webflow.conversation.NoSuchConversationException
class NoSuchConversationException extends ConversationException implements SerializableSESerialized Fields
conversationId
ConversationId conversationId
無効だった一意の会話識別子。
パッケージ org.springframework.webflow.conversation.impl
例外 org.springframework.webflow.conversation.impl.BadlyFormattedConversationIdException
class BadlyFormattedConversationIdException extends ConversationException implements SerializableSEクラス org.springframework.webflow.conversation.impl.ContainedConversation
class ContainedConversation extends ObjectSE implements SerializableSESerialized Fields
attributes
MapSE<ObjectSE,
ObjectSE> attributes container
ConversationContainer container
id
ConversationId id
lock
ConversationLock lock
クラス org.springframework.webflow.conversation.impl.ConversationContainer
class ConversationContainer extends ObjectSE implements SerializableSESerialized Fields
conversationIdSequence
int conversationIdSequence
このコンテナー内の一意の会話識別子のシーケンス。conversations
ListSE<ContainedConversation> conversations
含まれる会話。ContainedConversation
オブジェクトのリスト。maxConversations
int maxConversations
このコンテナー内の会話の最大数。無制限の場合は -1。sessionKey
StringSE sessionKey
セッション内のこの会話コンテナーのキー。
クラス org.springframework.webflow.conversation.impl.JdkConcurrentConversationLock
class JdkConcurrentConversationLock extends ObjectSE implements SerializableSESerialized Fields
lock
LockSE lock
timeoutSeconds
int timeoutSeconds
例外 org.springframework.webflow.conversation.impl.LockInterruptedException
class LockInterruptedException extends ConversationLockException implements SerializableSE例外 org.springframework.webflow.conversation.impl.LockTimeoutException
class LockTimeoutException extends ConversationLockException implements SerializableSEクラス org.springframework.webflow.conversation.impl.NoOpConversationLock
class NoOpConversationLock extends ObjectSE implements SerializableSESerialization Methods
readResolve
クラス org.springframework.webflow.conversation.impl.SimpleConversationId
class SimpleConversationId extends ConversationId implements SerializableSESerialized Fields
id
SerializableSE id
ID 値。
パッケージ org.springframework.webflow.core
例外 org.springframework.webflow.core.FlowException
class FlowException extends RuntimeExceptionSE implements SerializableSE
パッケージ org.springframework.webflow.core.collection
クラス org.springframework.webflow.core.collection.AttributeMapBindingEvent
class AttributeMapBindingEvent extends EventObjectSE implements SerializableSEクラス org.springframework.webflow.core.collection.LocalAttributeMap
class LocalAttributeMap extends ObjectSE implements SerializableSESerialization Methods
readObject
writeObject
Serialized Fields
クラス org.springframework.webflow.core.collection.LocalParameterMap
class LocalParameterMap extends ObjectSE implements SerializableSESerialization Methods
readObject
writeObject
Serialized Fields
パッケージ org.springframework.webflow.definition.registry
例外 org.springframework.webflow.definition.registry.FlowDefinitionConstructionException
class FlowDefinitionConstructionException extends FlowException implements SerializableSESerialized Fields
flowDefinitionId
StringSE flowDefinitionId
構築できなかったフローの ID。
例外 org.springframework.webflow.definition.registry.NoSuchFlowDefinitionException
class NoSuchFlowDefinitionException extends FlowException implements SerializableSESerialized Fields
flowDefinitionId
StringSE flowDefinitionId
見つけられなかったフロー定義の ID。
パッケージ org.springframework.webflow.engine
例外 org.springframework.webflow.engine.FlowAttributeMappingException
class FlowAttributeMappingException extends FlowExecutionException implements SerializableSESerialized Fields
results
MappingResults results
例外 org.springframework.webflow.engine.FlowInputMappingException
class FlowInputMappingException extends FlowAttributeMappingException implements SerializableSE例外 org.springframework.webflow.engine.FlowOutputMappingException
class FlowOutputMappingException extends FlowAttributeMappingException implements SerializableSE例外 org.springframework.webflow.engine.NoMatchingTransitionException
class NoMatchingTransitionException extends FlowExecutionException implements SerializableSESerialized Fields
event
Event event
遷移に一致できなかった発生したイベント。
例外 org.springframework.webflow.engine.ViewRenderingException
class ViewRenderingException extends FlowExecutionException implements SerializableSEクラス org.springframework.webflow.engine.WildcardTransitionCriteria
class WildcardTransitionCriteria extends ObjectSE implements SerializableSESerialization Methods
readResolve
パッケージ org.springframework.webflow.engine.builder
例外 org.springframework.webflow.engine.builder.FlowBuilderException
class FlowBuilderException extends FlowException implements SerializableSE
パッケージ org.springframework.webflow.engine.impl
クラス org.springframework.webflow.engine.impl.FlowExecutionImpl
class FlowExecutionImpl extends ObjectSE implements ExternalizableSESerialization Methods
readExternal
writeExternal
パッケージ org.springframework.webflow.engine.model.builder
例外 org.springframework.webflow.engine.model.builder.FlowModelBuilderException
class FlowModelBuilderException extends FlowException implements SerializableSE
パッケージ org.springframework.webflow.engine.model.registry
例外 org.springframework.webflow.engine.model.registry.NoSuchFlowModelException
class NoSuchFlowModelException extends FlowException implements SerializableSESerialized Fields
flowModelId
StringSE flowModelId
見つけられなかったフローモデルの ID。
パッケージ org.springframework.webflow.engine.support
クラス org.springframework.webflow.engine.support.GenericSubflowAttributeMapper
class GenericSubflowAttributeMapper extends ObjectSE implements SerializableSE
パッケージ org.springframework.webflow.execution
例外 org.springframework.webflow.execution.ActionExecutionException
class ActionExecutionException extends FlowExecutionException implements SerializableSE例外 org.springframework.webflow.execution.EnterStateVetoException
class EnterStateVetoException extends FlowExecutionException implements SerializableSESerialized Fields
vetoedStateId
StringSE vetoedStateId
入国が拒否された状態。
クラス org.springframework.webflow.execution.Event
class Event extends EventObjectSE implements SerializableSESerialized Fields
attributes
AttributeMap<ObjectSE> attributes
このイベントのペイロードを形成する追加のイベント属性。id
StringSE id
イベント識別子。timestamp
long timestamp
イベントが発生した時刻。
例外 org.springframework.webflow.execution.FlowExecutionException
class FlowExecutionException extends FlowException implements SerializableSEクラス org.springframework.webflow.execution.FlowExecutionKey
class FlowExecutionKey extends ObjectSE implements SerializableSE
パッケージ org.springframework.webflow.execution.repository
例外 org.springframework.webflow.execution.repository.BadlyFormattedFlowExecutionKeyException
class BadlyFormattedFlowExecutionKeyException extends FlowExecutionRepositoryException implements SerializableSE例外 org.springframework.webflow.execution.repository.FlowExecutionAccessException
class FlowExecutionAccessException extends FlowExecutionRepositoryException implements SerializableSESerialized Fields
flowExecutionKey
FlowExecutionKey flowExecutionKey
アクセスできなかった実行のキー。
例外 org.springframework.webflow.execution.repository.FlowExecutionRepositoryException
class FlowExecutionRepositoryException extends FlowException implements SerializableSE例外 org.springframework.webflow.execution.repository.FlowExecutionRestorationFailureException
class FlowExecutionRestorationFailureException extends FlowExecutionAccessException implements SerializableSE例外 org.springframework.webflow.execution.repository.NoSuchFlowExecutionException
class NoSuchFlowExecutionException extends FlowExecutionAccessException implements SerializableSE例外 org.springframework.webflow.execution.repository.PermissionDeniedFlowExecutionAccessException
class PermissionDeniedFlowExecutionAccessException extends FlowExecutionAccessException implements SerializableSE
パッケージ org.springframework.webflow.execution.repository.snapshot
クラス org.springframework.webflow.execution.repository.snapshot.FlowExecutionSnapshot
class FlowExecutionSnapshot extends ObjectSE implements SerializableSEクラス org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot
class SerializedFlowExecutionSnapshot extends FlowExecutionSnapshot implements ExternalizableSESerialization Methods
readExternal
writeExternal
例外 org.springframework.webflow.execution.repository.snapshot.SnapshotCreationException
class SnapshotCreationException extends FlowExecutionRepositoryException implements SerializableSESerialized Fields
flowExecution
FlowExecution flowExecution
スナップショットできなかったフロー実行。
例外 org.springframework.webflow.execution.repository.snapshot.SnapshotNotFoundException
class SnapshotNotFoundException extends FlowExecutionRepositoryException implements SerializableSESerialized Fields
snapshotId
SerializableSE snapshotId
例外 org.springframework.webflow.execution.repository.snapshot.SnapshotUnmarshalException
class SnapshotUnmarshalException extends FlowExecutionRepositoryException implements SerializableSE
パッケージ org.springframework.webflow.execution.repository.support
クラス org.springframework.webflow.execution.repository.support.CompositeFlowExecutionKey
class CompositeFlowExecutionKey extends FlowExecutionKey implements SerializableSESerialized Fields
executionId
SerializableSE executionId
snapshotId
SerializableSE snapshotId
パッケージ org.springframework.webflow.mvc.view
クラス org.springframework.webflow.mvc.view.BindingModel
class BindingModel extends org.springframework.validation.AbstractErrors implements SerializableSESerialized Fields
binderConfiguration
BinderConfiguration binderConfiguration
boundObject
ObjectSE boundObject
conversionService
ConversionService conversionService
expressionParser
ExpressionParser expressionParser
mappingResults
MappingResults mappingResults
messageContext
MessageContext messageContext
objectName
StringSE objectName
クラス org.springframework.webflow.mvc.view.ViewActionStateHolder
class ViewActionStateHolder extends ObjectSE implements SerializableSESerialized Fields
eventId
StringSE eventId
userEventProcessed
boolean userEventProcessed
パッケージ org.springframework.webflow.test
クラス org.springframework.webflow.test.GeneratedFlowExecutionKey
class GeneratedFlowExecutionKey extends FlowExecutionKey implements SerializableSESerialized Fields
value
int value
クラス org.springframework.webflow.test.MockFlowExecutionKey
class MockFlowExecutionKey extends FlowExecutionKey implements SerializableSESerialized Fields
value
StringSE value
クラス org.springframework.webflow.test.MockParameterMap
class MockParameterMap extends LocalParameterMap implements SerializableSE