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.
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.
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.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.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 |
flowExecutionKey
java.lang.String flowExecutionKey
- The persistent identifier of the flow execution that resulted in this response instruction.
viewSelection
ViewSelection viewSelection
- The view selection that was made.
Package org.springframework.webflow.executor.jsf |
flowExecutionKey
FlowExecutionKey flowExecutionKey
- The flow execution continuation key (may be null if the flow execution has not yet been generated a repository
key). May change as well over the life of this object, as a flow execution can be given a new key to capture its
state at another point in time.
flowExecution
FlowExecution flowExecution
- The held flow execution representing the state of an ongoing conversation at a point in time.
flowExecutionLock
FlowExecutionLock flowExecutionLock
- The lock obtained to exclusively manipulate the flow execution.
viewSelection
ViewSelection viewSelection
- The currently selected view selection for this request.
logger
org.apache.commons.logging.Log logger
- Logger, usable by subclasses.
argumentHandler
FlowExecutorArgumentHandler argumentHandler
- A helper for handling arguments needed by this phase listener to restore and launch flow executions.
This helper is responsible for two main things:
- Helping in the restoration of the "current" FlowExecution by extracting arguments from the request.
Specifically:
- The flowExecutionKey argument is extracted to perform a flow execution refresh on redirects and browser
refreshes.
- The flowId argument is extracted to perform a flow execution launch on direct browser access of a flow
definition URL.
- Generating URLs exposing the proper flow execution arguments. Specifically:
- Generating the flow execution URL to redirect to on a FlowExecutionRedirect response.
- Generating the flow definition URL to redirect to on a FlowDefinitionRedirect response.
- Generating external URLs to redirect to on a ExternalRedirect repsonse.
How arguments are extracted and how URLs are generated can be customized by setting a custom {argument handler
.
inputMapper
org.springframework.binding.mapping.AttributeMapper inputMapper
- The service responsible for mapping attributes of an
ExternalContext
to a new FlowExecution
during the launch flow operation.
This allows developers to control what attributes are made available in the inputMap
to new
top-level flow executions. The starting execution may then choose to map that available input into its own local
scope.
The default implementation simply exposes all request parameters as flow execution input attributes. May be null.
viewIdMapper
ViewIdMapper viewIdMapper
- Resolves selected Web Flow view names to JSF view ids.
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 © 2009 Spring Framework. All Rights Reserved.