|
spring-webflow | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Package org.springframework.webflow.action |
|---|
| Class org.springframework.webflow.action.DispatchMethodInvoker.MethodLookupException extends java.lang.RuntimeException implements Serializable |
|---|
| Package org.springframework.webflow.conversation |
|---|
| Class org.springframework.webflow.conversation.ConversationException extends java.lang.RuntimeException implements Serializable |
|---|
| Class org.springframework.webflow.conversation.ConversationId extends java.lang.Object implements Serializable |
|---|
| Class org.springframework.webflow.conversation.ConversationLockException extends ConversationException implements Serializable |
|---|
| Class org.springframework.webflow.conversation.ConversationParameters extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String name
java.lang.String caption
java.lang.String description
| Class org.springframework.webflow.conversation.NoSuchConversationException extends ConversationException implements Serializable |
|---|
| Serialized Fields |
|---|
ConversationId conversationId
| 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 |
|---|
java.io.Serializable id
| Package org.springframework.webflow.core |
|---|
| Class org.springframework.webflow.core.FlowException extends java.lang.RuntimeException implements Serializable |
|---|
| Package org.springframework.webflow.core.collection |
|---|
| Class org.springframework.webflow.core.collection.AttributeMapBindingEvent extends java.util.EventObject implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String attributeName
java.lang.Object attributeValue
| Class org.springframework.webflow.core.collection.LocalAttributeMap extends java.lang.Object implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOException| Serialized Fields |
|---|
java.util.Map<K,V> attributes
| Class org.springframework.webflow.core.collection.LocalParameterMap extends java.lang.Object implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOException| Serialized Fields |
|---|
java.util.Map<K,V> 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 |
|---|
java.lang.String flowDefinitionId
| Class org.springframework.webflow.definition.registry.NoSuchFlowDefinitionException extends FlowException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String flowDefinitionId
| Package org.springframework.webflow.engine |
|---|
| Class org.springframework.webflow.engine.FlowAttributeMappingException extends FlowExecutionException implements Serializable |
|---|
| Serialized Fields |
|---|
org.springframework.binding.mapping.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.NoMatchingTransitionException extends FlowExecutionException implements Serializable |
|---|
| Serialized Fields |
|---|
Event event
| Class org.springframework.webflow.engine.ViewRenderingException extends FlowExecutionException implements Serializable |
|---|
| Class org.springframework.webflow.engine.WildcardTransitionCriteria extends java.lang.Object implements Serializable |
|---|
| Serialization Methods |
|---|
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
java.io.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 java.lang.Object implements Serializable |
|---|
| Serialization Methods |
|---|
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
java.io.IOException| 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 |
|---|
java.lang.String flowModelId
| Package org.springframework.webflow.engine.support |
|---|
| Class org.springframework.webflow.engine.support.GenericSubflowAttributeMapper extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
org.springframework.binding.mapping.Mapper inputMapper
org.springframework.binding.mapping.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 |
|---|
java.lang.String vetoedStateId
| Class org.springframework.webflow.execution.Event extends java.util.EventObject implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String id
long timestamp
AttributeMap attributes
| Class org.springframework.webflow.execution.FlowExecutionException extends FlowException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String flowId
java.lang.String stateId
| Class org.springframework.webflow.execution.FlowExecutionKey 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 |
|---|
java.lang.String invalidKey
java.lang.String format
| Class org.springframework.webflow.execution.repository.FlowExecutionAccessException extends FlowExecutionRepositoryException implements Serializable |
|---|
| Serialized Fields |
|---|
FlowExecutionKey flowExecutionKey
| 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 java.lang.Object implements Serializable |
|---|
| Class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot extends FlowExecutionSnapshot implements Serializable |
|---|
| Serialization Methods |
|---|
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
java.io.IOException| Class org.springframework.webflow.execution.repository.snapshot.SnapshotCreationException extends FlowExecutionRepositoryException implements Serializable |
|---|
| Serialized Fields |
|---|
FlowExecution flowExecution
| Class org.springframework.webflow.execution.repository.snapshot.SnapshotNotFoundException extends FlowExecutionRepositoryException implements Serializable |
|---|
| Serialized Fields |
|---|
java.io.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 |
|---|
java.io.Serializable executionId
java.io.Serializable snapshotId
| Package org.springframework.webflow.mvc.view |
|---|
| Class org.springframework.webflow.mvc.view.BindingModel extends org.springframework.validation.AbstractErrors implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String objectName
java.lang.Object boundObject
org.springframework.binding.expression.ExpressionParser expressionParser
org.springframework.binding.convert.ConversionService conversionService
org.springframework.binding.mapping.MappingResults mappingResults
org.springframework.binding.message.MessageContext messageContext
BinderConfiguration binderConfiguration
| Class org.springframework.webflow.mvc.view.ViewActionStateHolder extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String eventId
boolean userEventProcessed
| Package org.springframework.webflow.test |
|---|
| Class org.springframework.webflow.test.GeneratedFlowExecutionKey extends FlowExecutionKey implements Serializable |
|---|
| Serialized Fields |
|---|
int value
| Class org.springframework.webflow.test.MockFlowExecutionKey extends FlowExecutionKey implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String value
| Class org.springframework.webflow.test.MockParameterMap extends LocalParameterMap implements Serializable |
|---|
|
spring-webflow | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||