Uses of Class
javax.inject.manager.Interceptor

Packages that use Interceptor
javax.inject.manager   
 

Uses of Interceptor in javax.inject.manager
 

Methods in javax.inject.manager that return types with arguments of type Interceptor
 java.util.List<Interceptor> Manager.resolveInterceptors(InterceptionType type, java.lang.annotation.Annotation... interceptorBindings)
          Obtains an ordered list of enabled interceptors for a set interceptor bindings
 

Methods in javax.inject.manager with parameters of type Interceptor
 Manager Manager.addInterceptor(Interceptor interceptor)
          Allows a new interceptor to be registered.
 



Copyright © 2008-2009. All Rights Reserved.