Uses of Class
javax.webbeans.manager.InterceptionType

Packages that use InterceptionType
javax.webbeans.manager   
 

Uses of InterceptionType in javax.webbeans.manager
 

Methods in javax.webbeans.manager that return InterceptionType
static InterceptionType InterceptionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InterceptionType[] InterceptionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in javax.webbeans.manager with parameters of type InterceptionType
abstract  java.lang.reflect.Method Interceptor.getMethod(InterceptionType type)
           
 java.util.List<Interceptor> Manager.resolveInterceptors(InterceptionType type, java.lang.annotation.Annotation... interceptorBindings)
           
 



Copyright © 2008. All Rights Reserved.