Uses of Class
javax.inject.manager.Interceptor

Packages that use Interceptor
javax.inject.manager   
org.jboss.webbeans   
 

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.
 

Uses of Interceptor in org.jboss.webbeans
 

Methods in org.jboss.webbeans that return types with arguments of type Interceptor
 java.util.List<Interceptor> ManagerImpl.resolveInterceptors(InterceptionType type, java.lang.annotation.Annotation... interceptorBindings)
          Resolves a list of interceptors based on interception type and interceptor bindings
 

Methods in org.jboss.webbeans with parameters of type Interceptor
 Manager ManagerImpl.addInterceptor(Interceptor interceptor)
          Registers an interceptor with the manager
 



Copyright © 2011. All Rights Reserved.