org.jboss.weld.interceptor.util
Class InterceptionTypeRegistry

java.lang.Object
  extended by org.jboss.weld.interceptor.util.InterceptionTypeRegistry

public final class InterceptionTypeRegistry
extends Object

Author:
Marius Bogoevici

Constructor Summary
InterceptionTypeRegistry()
           
 
Method Summary
static Class<? extends Annotation> getAnnotationClass(InterceptionType interceptionType)
           
static Collection<InterceptionType> getSupportedInterceptionTypes()
           
static boolean isSupported(InterceptionType interceptionType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptionTypeRegistry

public InterceptionTypeRegistry()
Method Detail

getSupportedInterceptionTypes

public static Collection<InterceptionType> getSupportedInterceptionTypes()

isSupported

public static boolean isSupported(InterceptionType interceptionType)

getAnnotationClass

public static Class<? extends Annotation> getAnnotationClass(InterceptionType interceptionType)


Copyright © 2013 Seam Framework. All Rights Reserved.