Package | Description |
---|---|
org.apache.webbeans.intercept |
Modifier and Type | Method and Description |
---|---|
InterceptorResolutionService.BusinessMethodInterceptorInfo |
InterceptorResolutionService.LifecycleMethodInfo.getMethodInterceptorInfo() |
Modifier and Type | Method and Description |
---|---|
Map<Method,InterceptorResolutionService.BusinessMethodInterceptorInfo> |
InterceptorResolutionService.BeanInterceptorInfo.getBusinessMethodsInfo() |
Constructor and Description |
---|
LifecycleMethodInfo(List<javax.enterprise.inject.spi.AnnotatedMethod<?>> methods,
InterceptorResolutionService.BusinessMethodInterceptorInfo methodInterceptorInfo) |
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.