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

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

Uses of NoMatchingTransitionException in org.springframework.webflow.engine
 

Methods in org.springframework.webflow.engine that throw NoMatchingTransitionException
 Transition TransitionableState.getRequiredTransition(RequestContext context)
          Get a transition in this state for given flow execution request context.
 Transition ActionState.getRequiredTransition(RequestContext context)
           
 ViewSelection TransitionableState.onEvent(RequestControlContext context)
          Inform this state definition that an event was signaled in it.
 



Copyright © 2009 Spring Framework. All Rights Reserved.