Package org.apache.webbeans.intercept

Interface Summary
InterceptorData OWB general interceptor API contract.
OwbInterceptor<T>  
 

Class Summary
ApplicationScopedBeanInterceptorHandler This is a MethodHandler especially made for @ApplicationScoped beans.
DependentScopedBeanInterceptorHandler Dependent scoped beans interceptor handler.
InterceptorComparator<T>  
InterceptorDataComparator  
InterceptorDataImpl Abstract implementation of the InterceptorData api contract.
InterceptorHandler Logic for how interceptors & decorators work in OWB.
InterceptorRuntimeSupport This class contains a set of static helper functions for creating interceptor subclasses of beans and evaluating and performing interceptor handling for those contextual instances at runtime For each OwbBean which is either decorated with a Decorator or intercepted by a Interceptor we dynamically create a subclass and use bytecode creation to override intercepted functions to first delegate to all registered InterceptorHandlers.
InterceptorsManager  
InterceptorUtil  
InvocationContextImpl Implementation of the InvocationContext interface.
NormalScopedBeanInterceptorHandler Normal scoped beans interceptor handler.
WebBeansInterceptorConfig Configures the Web Beans related interceptors.
 

Enum Summary
InterceptorType Type of the interceptors.
 



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