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)
          
 

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> CatchExtension.getHandlersForExceptionType(Type exceptionClass, javax.enterprise.inject.spi.BeanManager bm, Set<Annotation> handlerQualifiers)
          Obtains the applicable handlers for the given type or super type of the given type.
 



Copyright © 2010 Seam Framework. All Rights Reserved.