Package org.springframework.webflow.util

General purpose utility classes used internally by the Spring Web Flow system.

See:
          Description

Interface Summary
ResourceHolder Simple interface for all objects (typically flow builders) that hold on to a resource defining a flow (e.g.
UidGenerator A strategy for generating ids for uniquely identifying execution artifacts such as FlowExecutions and any other uniquely identified flow artifact.
 

Class Summary
Base64 Encodes and decodes to and from Base64 notation.
DispatchMethodInvoker Invoker and cache for dispatch methods that all share the same target object.
RandomGuid Globally unique identifier generator.
RandomGuidUidGenerator A key generator that uses the RandomGuid support class.
ReflectionUtils Simple utility class for working with the java reflection API.
 

Exception Summary
DispatchMethodInvoker.MethodLookupException Thrown when a dispatch method could not be resolved.
 

Package org.springframework.webflow.util Description

General purpose utility classes used internally by the Spring Web Flow system.



Copyright © 2004-2007. All Rights Reserved.