org.springframework.webflow.util |
General purpose utility classes used internally by the Spring Web Flow system.
|
Java Source File Name | Type | Comment |
Base64.java | Class | Encodes and decodes to and from Base64 notation. |
DispatchMethodInvoker.java | Class | Invoker and cache for dispatch methods that all share the same target object. |
RandomGuid.java | Class | Globally unique identifier generator.
In the multitude of java GUID generators, I found none that guaranteed
randomness. |
RandomGuidUidGenerator.java | Class | A key generator that uses the RandomGuid support class. |
ReflectionUtils.java | Class | Simple utility class for working with the java reflection API. |
ResourceHolder.java | Interface | Simple interface for all objects (typically flow builders) that hold on to a
resource defining a flow (e.g. |
UidGenerator.java | Interface | A strategy for generating ids for uniquely identifying execution artifacts
such as FlowExecutions and any other uniquely identified flow artifact. |