Uses of Class
org.springframework.webflow.engine.TransitionSet

Packages that use TransitionSet
org.springframework.webflow.engine The implementation of the core flow definition artifacts that serve the basis of the flow execution engine. 
 

Uses of TransitionSet in org.springframework.webflow.engine
 

Methods in org.springframework.webflow.engine that return TransitionSet
 TransitionSet Flow.getGlobalTransitionSet()
          Returns the set of transitions eligible for execution by this flow if no state-level transition is matched.
 TransitionSet TransitionableState.getTransitionSet()
          Returns the set of transitions.
 



Copyright © 2009 Spring Framework. All Rights Reserved.