Serialized Form
Package org.springframework.webflow.action |
resultName
java.lang.String resultName
- The name of the attribute to index the return value with.
resultScope
ScopeType resultScope
- The scope of the attribute indexing the return value.
Class org.springframework.webflow.action.ResultObjectBasedEventFactoryTests.MyLabeledEnum extends org.springframework.core.enums.StaticLabeledEnum implements Serializable |
Package org.springframework.webflow.config |
alwaysRedirectOnPause
boolean alwaysRedirectOnPause
- The default 'alwaysRedirectOnPause' execution attribute value.
repositoryType
RepositoryType repositoryType
- The default flow execution repository type.
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 |
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.
Class org.springframework.webflow.core.collection.TestBean extends java.lang.Object implements Serializable |
amount
int amount
Package org.springframework.webflow.definition.registry |
flowId
java.lang.String flowId
- The id of the flow that could not be constructed.
id
java.lang.String id
- The identifier to assign to the flow definition.
attributes
AttributeMap attributes
- Attributes that can be used to affect flow construction.
location
org.springframework.core.io.Resource location
- The externalized location of the flow definition resource.
flowId
java.lang.String flowId
- The id of the flow definition that could not be located.
Package org.springframework.webflow.engine |
name
java.lang.String name
- The variable name.
scope
ScopeType scope
- The variable scope.
event
Event event
- The event that occured that could not be matched to a Transition.
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Package org.springframework.webflow.engine.builder |
artifactId
java.lang.String artifactId
- The id of the artifact that could not be retrieved.
artifactType
java.lang.Class<T> artifactType
- The type of artifact that could not be retrieved.
Package org.springframework.webflow.engine.builder.xml |
Class org.springframework.webflow.engine.builder.xml.XmlFlowBuilderCustomTypeTests.CustomAttributeMapper extends AbstractFlowAttributeMapper implements Serializable |
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
Class org.springframework.webflow.engine.impl.FooException extends java.lang.RuntimeException implements Serializable |
Package org.springframework.webflow.engine.support |
viewName
org.springframework.binding.expression.Expression viewName
- The view name to render.
redirect
boolean redirect
- A flag indicating if a redirect to the selected application view should be requested.
Setting this allows you to redirect while the flow is in progress to a stable URL that can be safely refreshed.
beanName
java.lang.String beanName
- The name of the bean whose value will be used as the flow variable. The bean should be a prototype.
beanFactory
org.springframework.beans.factory.BeanFactory beanFactory
- The bean factory where initial variable values will be obtained.
expressionParser
org.springframework.binding.expression.ExpressionParser expressionParser
- The expression parser that will parse input and output attribute expressions.
inputMapper
org.springframework.binding.mapping.DefaultAttributeMapper inputMapper
- The mapper that maps attributes into a spawning subflow.
outputMapper
org.springframework.binding.mapping.DefaultAttributeMapper outputMapper
- The mapper that maps attributes returned by an ended subflow.
eventId
java.lang.String eventId
- The event id to match.
caseSensitive
boolean caseSensitive
- Whether or not to match case sensitively. Default is true.
urlExpression
org.springframework.binding.expression.Expression urlExpression
- The parsed, evaluatable redirect URL expression.
variableClass
java.lang.Class<T> variableClass
- The concrete variable value class.
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 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 occured.
stateId
java.lang.String stateId
- The state of the flow where the exception occured (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.continuation |
flowExecution
FlowExecution flowExecution
- The flow execution that could not be snapshotted.
continuationId
java.io.Serializable continuationId
- The unique continuation identifier that was not found.
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.execution.repository.support |
continuationId
java.io.Serializable continuationId
- The unique continuation identifier that was invalid.
Package org.springframework.webflow.execution.support |
viewName
java.lang.String viewName
- The name of the view (or page or other response) to render. This name may identify a logical view
resource or may be a physical path to an internal view template.
model
java.util.Map<K,V> model
- A map of the application data to make available to the view for rendering.
url
java.lang.String url
- The arbitrary url path to redirect to.
flowDefinitionId
java.lang.String flowDefinitionId
- The id of the flow definition to launch.
executionInput
java.util.Map<K,V> executionInput
- A map of input attributes to pass to the flow.
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Package org.springframework.webflow.executor.support |
Package org.springframework.webflow.test |
Package org.springframework.webflow.util |
secure
boolean secure
- Should the random GUID generated be secure?
Copyright © 2004-2007. All Rights Reserved.