Serialized Form
Package org.springframework.webflow.action |
Class org.springframework.webflow.action.DispatchMethodInvoker.MethodLookupException extends java.lang.RuntimeException implements Serializable |
Package org.springframework.webflow.conversation |
name
java.lang.String name
- The conversation name.
caption
java.lang.String caption
- The conversation caption.
description
java.lang.String description
- The conversation description.
conversationId
ConversationId conversationId
- The unique conversation identifier that was invalid.
Package org.springframework.webflow.conversation.impl |
container
ConversationContainer container
id
ConversationId id
lock
ConversationLock lock
attributes
java.util.Map<K,V> attributes
maxConversations
int maxConversations
- Maximum number of conversations in this container. -1 for unlimited.
sessionKey
java.lang.String sessionKey
- The key of this conversation container in the session.
conversations
java.util.List<E> conversations
- The contained conversations. A list of
ContainedConversation
objects.
conversationIdSequence
int conversationIdSequence
- The sequence for unique conversation identifiers within this container.
lock
java.util.concurrent.locks.Lock lock
timeoutSeconds
int timeoutSeconds
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
id
java.io.Serializable id
- The id value.
Package org.springframework.webflow.core |
Package org.springframework.webflow.core.collection |
attributeName
java.lang.String attributeName
attributeValue
java.lang.Object attributeValue
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
attributes
java.util.Map<K,V> attributes
- The backing map storing the attributes.
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
parameters
java.util.Map<K,V> parameters
- The backing map storing the parameters.
Package org.springframework.webflow.definition.registry |
flowDefinitionId
java.lang.String flowDefinitionId
- The id of the flow that could not be constructed.
flowDefinitionId
java.lang.String flowDefinitionId
- The id of the flow definition that could not be located.
Package org.springframework.webflow.engine |
results
org.springframework.binding.mapping.MappingResults results
event
Event event
- The event that occurred that could not be matched to a Transition.
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Package org.springframework.webflow.engine.builder |
Package org.springframework.webflow.engine.impl |
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.engine.model.builder |
Package org.springframework.webflow.engine.model.registry |
flowModelId
java.lang.String flowModelId
- The id of the flow model that could not be located.
Package org.springframework.webflow.engine.support |
inputMapper
org.springframework.binding.mapping.Mapper inputMapper
outputMapper
org.springframework.binding.mapping.Mapper outputMapper
Package org.springframework.webflow.execution |
vetoedStateId
java.lang.String vetoedStateId
- The state whose entering was vetoed.
id
java.lang.String id
- The event identifier.
timestamp
long timestamp
- The time the event occurred.
attributes
AttributeMap<V> attributes
- Additional event attributes that form this event's payload.
flowId
java.lang.String flowId
- The id of the flow definition in which the exception occurred.
stateId
java.lang.String stateId
- The state of the flow where the exception occurred (optional).
Package org.springframework.webflow.execution.repository |
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.
flowExecutionKey
FlowExecutionKey flowExecutionKey
- The key of the execution that could not be accessed.
Package org.springframework.webflow.execution.repository.snapshot |
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
flowExecution
FlowExecution flowExecution
- The flow execution that could not be snapshotted.
snapshotId
java.io.Serializable snapshotId
Package org.springframework.webflow.execution.repository.support |
executionId
java.io.Serializable executionId
snapshotId
java.io.Serializable snapshotId
Package org.springframework.webflow.mvc.view |
objectName
java.lang.String objectName
boundObject
java.lang.Object boundObject
expressionParser
org.springframework.binding.expression.ExpressionParser expressionParser
conversionService
org.springframework.binding.convert.ConversionService conversionService
mappingResults
org.springframework.binding.mapping.MappingResults mappingResults
messageContext
org.springframework.binding.message.MessageContext messageContext
binderConfiguration
BinderConfiguration binderConfiguration
eventId
java.lang.String eventId
userEventProcessed
boolean userEventProcessed
Package org.springframework.webflow.test |
value
int value
value
java.lang.String value