Uses of Package
org.springframework.webflow.util

Packages that use org.springframework.webflow.util
org.springframework.webflow.action Common action implementations invokable by flow definitions. 
org.springframework.webflow.conversation.impl Conversation manager implementations. 
org.springframework.webflow.engine.builder.xml The XML-based flow builder implementation. 
org.springframework.webflow.execution.repository.continuation Implementation of continuation-based flow execution repositories. 
org.springframework.webflow.execution.repository.support General purpose implementation assistance for flow execution repositories. 
org.springframework.webflow.util General purpose utility classes used internally by the Spring Web Flow system. 
 

Classes in org.springframework.webflow.util used by org.springframework.webflow.action
DispatchMethodInvoker
          Invoker and cache for dispatch methods that all share the same target object.
 

Classes in org.springframework.webflow.util used by org.springframework.webflow.conversation.impl
UidGenerator
          A strategy for generating ids for uniquely identifying execution artifacts such as FlowExecutions and any other uniquely identified flow artifact.
 

Classes in org.springframework.webflow.util used by org.springframework.webflow.engine.builder.xml
ResourceHolder
          Simple interface for all objects (typically flow builders) that hold on to a resource defining a flow (e.g.
 

Classes in org.springframework.webflow.util used by org.springframework.webflow.execution.repository.continuation
UidGenerator
          A strategy for generating ids for uniquely identifying execution artifacts such as FlowExecutions and any other uniquely identified flow artifact.
 

Classes in org.springframework.webflow.util used by org.springframework.webflow.execution.repository.support
UidGenerator
          A strategy for generating ids for uniquely identifying execution artifacts such as FlowExecutions and any other uniquely identified flow artifact.
 

Classes in org.springframework.webflow.util used by org.springframework.webflow.util
DispatchMethodInvoker.MethodLookupException
          Thrown when a dispatch method could not be resolved.
UidGenerator
          A strategy for generating ids for uniquely identifying execution artifacts such as FlowExecutions and any other uniquely identified flow artifact.
 



Copyright © 2009 Spring Framework. All Rights Reserved.