Uses of Class
javax.enterprise.inject.spi.InterceptionType

Packages that use InterceptionType
javax.enterprise.inject.spi   
 

Uses of InterceptionType in javax.enterprise.inject.spi
 

Methods in javax.enterprise.inject.spi 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.enterprise.inject.spi with parameters of type InterceptionType
 java.lang.Object Interceptor.intercept(InterceptionType type, T instance, javax.interceptor.InvocationContext ctx)
          Invokes the specified kind of lifecycle callback or business method upon the given instance
 boolean Interceptor.intercepts(InterceptionType type)
          Tests if this intercepts callbacks or business methods of the given type
 java.util.List<Interceptor<?>> BeanManager.resolveInterceptors(InterceptionType type, java.lang.annotation.Annotation... interceptorBindings)
          Obtains an ordered list of enabled interceptors for a set interceptor bindings
 



Copyright © 2008-2009 Seam Framework. All Rights Reserved.