Uses of Class
org.springframework.webflow.engine.support.TransitionExecutingStateExceptionHandler

Packages that use TransitionExecutingStateExceptionHandler
org.springframework.webflow.engine.support Support implementations for internal engine-specific types. 
 

Uses of TransitionExecutingStateExceptionHandler in org.springframework.webflow.engine.support
 

Methods in org.springframework.webflow.engine.support that return TransitionExecutingStateExceptionHandler
 TransitionExecutingStateExceptionHandler TransitionExecutingStateExceptionHandler.add(java.lang.Class exceptionClass, java.lang.String targetStateId)
          Adds an exception->state mapping to this handler.
 TransitionExecutingStateExceptionHandler TransitionExecutingStateExceptionHandler.add(java.lang.Class exceptionClass, TargetStateResolver targetStateResolver)
          Adds a exception->state mapping to this handler.
 



Copyright © 2009 Spring Framework. All Rights Reserved.