Uses of Class
org.apache.webbeans.intercept.InterceptorType

Packages that use InterceptorType
org.apache.webbeans.intercept   
org.apache.webbeans.util   
 

Uses of InterceptorType in org.apache.webbeans.intercept
 

Methods in org.apache.webbeans.intercept that return InterceptorType
static InterceptorType InterceptorType.getType(javax.enterprise.inject.spi.InterceptionType type)
           
static InterceptorType InterceptorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InterceptorType[] InterceptorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.webbeans.intercept with parameters of type InterceptorType
 List<InterceptorData> InterceptorUtil.getInterceptorMethods(List<InterceptorData> stack, InterceptorType type)
          Gets list of interceptors with the given type.
 

Constructors in org.apache.webbeans.intercept with parameters of type InterceptorType
InvocationContextImpl(WebBeansContext webBeansContext, OwbBean<?> bean, Object instance, Method method, Object[] parameters, List<InterceptorData> datas, InterceptorType type)
          Initializes the invocation context.
 

Uses of InterceptorType in org.apache.webbeans.util
 

Methods in org.apache.webbeans.util with parameters of type InterceptorType
static boolean WebBeansUtil.isContainsInterceptorMethod(List<InterceptorData> stack, InterceptorType type)
          Returns true if interceptor stack contains interceptor with given type.
 



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.