Uses of Class
org.springframework.webflow.execution.EnterStateVetoException

Packages that use EnterStateVetoException
org.springframework.webflow.execution Core, stable abstractions for representing runtime executions of flow definitions. 
 

Uses of EnterStateVetoException in org.springframework.webflow.execution
 

Methods in org.springframework.webflow.execution that throw EnterStateVetoException
 void FlowExecutionListener.stateEntering(RequestContext context, StateDefinition state)
          Called when a state transitions, after the transition is matched but before the transition occurs.
 void FlowExecutionListenerAdapter.stateEntering(RequestContext context, StateDefinition state)
           
 



Copyright © 2009 Spring Framework. All Rights Reserved.