|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.springframework.binding.collection |
---|
Class org.springframework.binding.collection.SharedMapDecorator extends Object implements Serializable |
---|
Serialized Fields |
---|
Map<K,V> map
Package org.springframework.binding.convert |
---|
Class org.springframework.binding.convert.ConversionException extends RuntimeException implements Serializable |
---|
Class org.springframework.binding.convert.ConversionExecutionException extends ConversionException implements Serializable |
---|
Serialized Fields |
---|
Class<T> sourceClass
Class<T> targetClass
Class org.springframework.binding.convert.ConversionExecutorNotFoundException extends ConversionException implements Serializable |
---|
Serialized Fields |
---|
Class<T> sourceClass
Class<T> targetClass
Package org.springframework.binding.convert.converters |
---|
Class org.springframework.binding.convert.converters.InvalidFormatException extends RuntimeException implements Serializable |
---|
Serialized Fields |
---|
String invalidValue
String expectedFormat
Package org.springframework.binding.expression |
---|
Class org.springframework.binding.expression.EvaluationException extends RuntimeException implements Serializable |
---|
Serialized Fields |
---|
Class<T> contextClass
String expressionString
Class org.springframework.binding.expression.ParserException extends RuntimeException implements Serializable |
---|
Serialized Fields |
---|
String expressionString
Class org.springframework.binding.expression.PropertyNotFoundException extends EvaluationException implements Serializable |
---|
Class org.springframework.binding.expression.ValueCoercionException extends EvaluationException implements Serializable |
---|
Serialized Fields |
---|
Class<T> targetClass
Package org.springframework.binding.message |
---|
Class org.springframework.binding.message.Message extends Object implements Serializable |
---|
Serialized Fields |
---|
Object source
String text
Severity severity
Class org.springframework.binding.message.MessageContextErrors extends org.springframework.validation.AbstractErrors implements Serializable |
---|
Serialized Fields |
---|
MessageContext messageContext
String objectName
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 RuntimeException implements Serializable |
---|
Serialized Fields |
---|
MethodKey methodKey
Class org.springframework.binding.method.MethodInvocationException extends RuntimeException implements Serializable |
---|
Class org.springframework.binding.method.MethodKey extends Object implements Serializable |
---|
Serialized Fields |
---|
Class<T> declaredType
String methodName
Class<T>[] parameterTypes
Package org.springframework.js.resource |
---|
Class org.springframework.js.resource.ResourceServlet extends org.springframework.web.servlet.HttpServletBean implements Serializable |
---|
Serialized Fields |
---|
String protectedPath
String jarPathPrefix
boolean gzipEnabled
Set<E> allowedResourcePaths
Map<K,V> defaultMimeTypes
Set<E> compressedMimeTypes
int cacheTimeout
Package org.springframework.webflow.action |
---|
Class org.springframework.webflow.action.ActionResultExposer extends Object implements Serializable |
---|
Serialized Fields |
---|
Expression resultExpression
Class<T> expectedResultType
ConversionService conversionService
ConversionService
to use to convert the result to the desired type
Class org.springframework.webflow.action.DispatchMethodInvoker.MethodLookupException extends RuntimeException implements Serializable |
---|
Package org.springframework.webflow.conversation |
---|
Class org.springframework.webflow.conversation.ConversationException extends RuntimeException implements Serializable |
---|
Class org.springframework.webflow.conversation.ConversationId extends Object implements Serializable |
---|
Class org.springframework.webflow.conversation.ConversationLockException extends ConversationException implements Serializable |
---|
Class org.springframework.webflow.conversation.ConversationParameters extends Object implements Serializable |
---|
Serialized Fields |
---|
String name
String caption
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 |
---|
Serializable id
Package org.springframework.webflow.core |
---|
Class org.springframework.webflow.core.FlowException extends RuntimeException implements Serializable |
---|
Package org.springframework.webflow.core.collection |
---|
Class org.springframework.webflow.core.collection.AttributeMapBindingEvent extends EventObject implements Serializable |
---|
Serialized Fields |
---|
String attributeName
Object attributeValue
Class org.springframework.webflow.core.collection.LocalAttributeMap extends Object implements Serializable |
---|
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Serialized Fields |
---|
Map<K,V> attributes
Class org.springframework.webflow.core.collection.LocalParameterMap extends Object implements Serializable |
---|
Serialization Methods |
---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
Serialized Fields |
---|
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 |
---|
String flowDefinitionId
Class org.springframework.webflow.definition.registry.NoSuchFlowDefinitionException extends FlowException implements Serializable |
---|
Serialized Fields |
---|
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 Object implements Serializable |
---|
Serialization Methods |
---|
private Object readResolve() throws ObjectStreamException
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 Object implements Serializable |
---|
Serialization Methods |
---|
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
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 |
---|
String flowModelId
Package org.springframework.webflow.engine.support |
---|
Class org.springframework.webflow.engine.support.GenericSubflowAttributeMapper extends 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 |
---|
String vetoedStateId
Class org.springframework.webflow.execution.Event extends EventObject implements Serializable |
---|
Serialized Fields |
---|
String id
long timestamp
AttributeMap attributes
Class org.springframework.webflow.execution.FlowExecutionException extends FlowException implements Serializable |
---|
Serialized Fields |
---|
String flowId
String stateId
Class org.springframework.webflow.execution.FlowExecutionKey extends 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 |
---|
String invalidKey
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 Object implements Serializable |
---|
Class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot extends FlowExecutionSnapshot implements Serializable |
---|
Serialization Methods |
---|
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
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 |
---|
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 |
---|
Serializable executionId
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 |
---|
String objectName
Object boundObject
ExpressionParser expressionParser
ConversionService conversionService
MappingResults mappingResults
MessageContext messageContext
BinderConfiguration binderConfiguration
Class org.springframework.webflow.mvc.view.ViewActionStateHolder extends Object implements Serializable |
---|
Serialized Fields |
---|
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 |
---|
String value
Class org.springframework.webflow.test.MockParameterMap extends LocalParameterMap implements Serializable |
---|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |