|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Package org.springframework.binding.collection |
|---|
| Class org.springframework.binding.collection.SharedMapDecorator extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.util.Map<K,V> map
| Package org.springframework.binding.convert |
|---|
| Class org.springframework.binding.convert.ConversionException extends java.lang.RuntimeException implements Serializable |
|---|
| Class org.springframework.binding.convert.ConversionExecutionException extends ConversionException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Class<T> sourceClass
java.lang.Class<T> targetClass
| Class org.springframework.binding.convert.ConversionExecutorNotFoundException extends ConversionException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Class<T> sourceClass
java.lang.Class<T> targetClass
| Package org.springframework.binding.convert.converters |
|---|
| Class org.springframework.binding.convert.converters.InvalidFormatException extends java.lang.RuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String invalidValue
java.lang.String expectedFormat
| Package org.springframework.binding.expression |
|---|
| Class org.springframework.binding.expression.EvaluationException extends java.lang.RuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Class<T> contextClass
java.lang.String expressionString
| Class org.springframework.binding.expression.ParserException extends java.lang.RuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String expressionString
| Class org.springframework.binding.expression.PropertyNotFoundException extends EvaluationException implements Serializable |
|---|
| Class org.springframework.binding.expression.ValueCoercionException extends EvaluationException implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Class<T> targetClass
| Package org.springframework.binding.message |
|---|
| Class org.springframework.binding.message.Message extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Object source
java.lang.String text
Severity severity
| Class org.springframework.binding.message.MessageContextErrors extends org.springframework.validation.AbstractErrors implements Serializable |
|---|
| Serialized Fields |
|---|
MessageContext messageContext
java.lang.String objectName
java.lang.Object boundObject
ExpressionParser expressionParser
MappingResults mappingResults
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 java.lang.RuntimeException implements Serializable |
|---|
| Serialized Fields |
|---|
MethodKey methodKey
| Class org.springframework.binding.method.MethodInvocationException extends java.lang.RuntimeException implements Serializable |
|---|
| Class org.springframework.binding.method.MethodKey extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.Class<T> declaredType
java.lang.String methodName
java.lang.Class<T>[] parameterTypes
| Package org.springframework.js.resource |
|---|
| Class org.springframework.js.resource.ResourceServlet extends org.springframework.web.servlet.HttpServletBean implements Serializable |
|---|
| Serialized Fields |
|---|
java.lang.String protectedPath
java.lang.String jarPathPrefix
boolean gzipEnabled
java.util.Set<E> allowedResourcePaths
java.util.Map<K,V> defaultMimeTypes
java.util.Set<E> compressedMimeTypes
int cacheTimeout
| Package org.springframework.webflow.action |
|---|
| Class org.springframework.webflow.action.ActionResultExposer extends java.lang.Object implements Serializable |
|---|
| Serialized Fields |
|---|
Expression resultExpression
java.lang.Class<T> expectedResultType
ConversionService conversionService
ConversionService to use to convert the result to the desired type
| 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 |
|---|
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
| 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| 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 |
|---|
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 |
|---|
Mapper inputMapper
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 |
|---|
| 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 |
|---|
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.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 |
|---|
java.lang.String objectName
java.lang.Object boundObject
ExpressionParser expressionParser
ConversionService conversionService
MappingResults mappingResults
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 |
|---|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||