Uses of Interface
org.jboss.seam.exception.control.HandlerMethod

Packages that use HandlerMethod
org.jboss.seam.exception.control   
org.jboss.seam.exception.control.extension CDI extensions for Catch. 
 

Uses of HandlerMethod in org.jboss.seam.exception.control
 

Classes in org.jboss.seam.exception.control that implement HandlerMethod
 class HandlerMethodImpl<T extends Throwable>
          Implementation of HandlerMethod.
 

Methods in org.jboss.seam.exception.control with parameters of type HandlerMethod
 int ExceptionHandlerComparator.compare(HandlerMethod<?> lhs, HandlerMethod<?> rhs)
          
 int ExceptionHandlerComparator.compare(HandlerMethod<?> lhs, HandlerMethod<?> rhs)
          
 

Constructors in org.jboss.seam.exception.control with parameters of type HandlerMethod
OutboundParameterValueRedefiner(CaughtException<?> event, BeanManager manager, HandlerMethod<?> handler)
          Sole constructor.
 

Uses of HandlerMethod in org.jboss.seam.exception.control.extension
 

Methods in org.jboss.seam.exception.control.extension that return types with arguments of type HandlerMethod
 Collection<HandlerMethod<? extends Throwable>> CatchExtension.getHandlersForExceptionType(Type exceptionClass, BeanManager bm, Set<Annotation> handlerQualifiers, TraversalMode traversalMode)
          Obtains the applicable handlers for the given type or super type of the given type.
 



Copyright © 2011 Seam Framework. All Rights Reserved.