public static class InterceptorResolutionService.BeanInterceptorInfo extends Object
| Constructor and Description |
|---|
InterceptorResolutionService.BeanInterceptorInfo(List<Decorator<?>> decorators,
LinkedHashSet<Interceptor<?>> ejbInterceptors,
List<Interceptor<?>> cdiInterceptors,
SelfInterceptorBean<?> selfInterceptorBean,
Map<Method,InterceptorResolutionService.BusinessMethodInterceptorInfo> businessMethodsInfo,
List<Method> nonInterceptedMethods,
Map<InterceptionType,InterceptorResolutionService.LifecycleMethodInfo> lifecycleMethodInterceptorInfos) |
| Modifier and Type | Method and Description |
|---|---|
Map<Method,InterceptorResolutionService.BusinessMethodInterceptorInfo> |
getBusinessMethodsInfo() |
List<Interceptor<?>> |
getCdiInterceptors() |
List<Decorator<?>> |
getDecorators() |
LinkedHashSet<Interceptor<?>> |
getEjbInterceptors() |
Map<InterceptionType,InterceptorResolutionService.LifecycleMethodInfo> |
getLifecycleMethodInterceptorInfos() |
List<Method> |
getNonInterceptedMethods() |
SelfInterceptorBean<?> |
getSelfInterceptorBean() |
public InterceptorResolutionService.BeanInterceptorInfo(List<Decorator<?>> decorators, LinkedHashSet<Interceptor<?>> ejbInterceptors, List<Interceptor<?>> cdiInterceptors, SelfInterceptorBean<?> selfInterceptorBean, Map<Method,InterceptorResolutionService.BusinessMethodInterceptorInfo> businessMethodsInfo, List<Method> nonInterceptedMethods, Map<InterceptionType,InterceptorResolutionService.LifecycleMethodInfo> lifecycleMethodInterceptorInfos)
public LinkedHashSet<Interceptor<?>> getEjbInterceptors()
public List<Interceptor<?>> getCdiInterceptors()
public SelfInterceptorBean<?> getSelfInterceptorBean()
public Map<Method,InterceptorResolutionService.BusinessMethodInterceptorInfo> getBusinessMethodsInfo()
public Map<InterceptionType,InterceptorResolutionService.LifecycleMethodInfo> getLifecycleMethodInterceptorInfos()
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.