Uses of Class
org.apache.webbeans.component.InterceptorBean
-
Packages that use InterceptorBean Package Description org.apache.webbeans.component org.apache.webbeans.component.creation -
-
Uses of InterceptorBean in org.apache.webbeans.component
Subclasses of InterceptorBean in org.apache.webbeans.component Modifier and Type Class Description classCdiInterceptorBean<T>InterceptorBean implementation for CDI-style Beans.classEjbInterceptorBean<T>InterceptorBean implementation for EJB-style Beans.classSelfInterceptorBean<T>Implicit self-interceptor Bean implementation. -
Uses of InterceptorBean in org.apache.webbeans.component.creation
Classes in org.apache.webbeans.component.creation with type parameters of type InterceptorBean Modifier and Type Class Description classInterceptorBeanBuilder<T,B extends InterceptorBean<T>>Bean builder forInterceptorBeans.
-