Package | Description |
---|---|
org.apache.webbeans.component.creation | |
org.apache.webbeans.intercept |
Modifier and Type | Method and Description |
---|---|
protected SelfInterceptorBean<T> |
SelfInterceptorBeanBuilder.createBean(Class<T> beanClass,
boolean enabled,
Map<javax.enterprise.inject.spi.InterceptionType,Method[]> interceptionMethods,
Method aroundConstruct) |
Modifier and Type | Method and Description |
---|---|
SelfInterceptorBean<?> |
InterceptorResolutionService.BeanInterceptorInfo.getSelfInterceptorBean() |
Constructor and Description |
---|
BeanInterceptorInfo(List<javax.enterprise.inject.spi.Decorator<?>> decorators,
LinkedHashSet<javax.enterprise.inject.spi.Interceptor<?>> ejbInterceptors,
List<javax.enterprise.inject.spi.Interceptor<?>> cdiInterceptors,
SelfInterceptorBean<?> selfInterceptorBean,
Map<Method,InterceptorResolutionService.BusinessMethodInterceptorInfo> businessMethodsInfo,
List<Method> nonInterceptedMethods,
Map<javax.enterprise.inject.spi.InterceptionType,InterceptorResolutionService.LifecycleMethodInfo> lifecycleMethodInterceptorInfos) |
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.