| Interface | Description |
|---|---|
| Transcoder |
Provides a strategy pattern interface for transforming an object into a byte array and vice versa.
|
| Class | Description |
|---|---|
| ClientFlowExecutionKey |
Spring Webflow execution id that contains the serialized flow execution state as part of the identifier.
|
| ClientFlowExecutionRepository |
Stores all flow execution state in
ClientFlowExecutionKey, which effectively stores execution state on the
client in a form parameter when a view is rendered. |
| EncryptedTranscoder |
Encodes an object by encrypting its serialized byte stream.
|
| Exception | Description |
|---|---|
| ClientFlowExecutionRepositoryException |
Describes exceptions unique to
ClientFlowExecutionRepository. |
Copyright © 2013-2016 Apereo. All Rights Reserved.