Uses of Interface
org.springframework.webflow.util.UidGenerator

Packages that use UidGenerator
org.springframework.webflow.conversation.impl Conversation manager implementations. 
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. 
 

Uses of UidGenerator in org.springframework.webflow.conversation.impl
 

Methods in org.springframework.webflow.conversation.impl that return UidGenerator
 UidGenerator SessionBindingConversationManager.getConversationIdGenerator()
          Returns the used generator for conversation ids.
 

Methods in org.springframework.webflow.conversation.impl with parameters of type UidGenerator
 void SessionBindingConversationManager.setConversationIdGenerator(UidGenerator uidGenerator)
          Sets the configured generator for conversation ids.
 

Uses of UidGenerator in org.springframework.webflow.execution.repository.continuation
 

Methods in org.springframework.webflow.execution.repository.continuation that return UidGenerator
 UidGenerator ContinuationFlowExecutionRepository.getContinuationIdGenerator()
          Returns the uid generation strategy used to generate continuation identifiers.
 

Methods in org.springframework.webflow.execution.repository.continuation with parameters of type UidGenerator
 void ContinuationFlowExecutionRepository.setContinuationIdGenerator(UidGenerator continuationIdGenerator)
          Sets the uid generation strategy used to generate unique continuation identifiers for flow execution keys.
 

Uses of UidGenerator in org.springframework.webflow.execution.repository.support
 

Methods in org.springframework.webflow.execution.repository.support that return UidGenerator
 UidGenerator SimpleFlowExecutionRepository.getContinuationIdGenerator()
          Returns the uid generation strategy used to generate continuation identifiers.
 

Methods in org.springframework.webflow.execution.repository.support with parameters of type UidGenerator
 void SimpleFlowExecutionRepository.setContinuationIdGenerator(UidGenerator continuationIdGenerator)
          Sets the uid generation strategy used to generate unique continuation identifiers for flow execution keys.
 

Uses of UidGenerator in org.springframework.webflow.util
 

Classes in org.springframework.webflow.util that implement UidGenerator
 class RandomGuidUidGenerator
          A key generator that uses the RandomGuid support class.
 



Copyright © 2009 Spring Framework. All Rights Reserved.