Uses of Class
org.jboss.solder.exception.control.TraversalMode

Packages that use TraversalMode
org.jboss.solder.exception.control An extensible exception handling handling framework. 
 

Uses of TraversalMode in org.jboss.solder.exception.control
 

Methods in org.jboss.solder.exception.control that return TraversalMode
 TraversalMode HandlerMethod.getTraversalMode()
          Obtains the direction of the traversal path the handler will be listening.
static TraversalMode TraversalMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TraversalMode[] TraversalMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011 Seam Framework. All Rights Reserved.