
@Service public class HK2InterceptionService extends Object implements org.glassfish.hk2.api.InterceptionService
02.09.2015
| Constructor and Description |
|---|
HK2InterceptionService() |
| Modifier and Type | Method and Description |
|---|---|
List<org.aopalliance.intercept.ConstructorInterceptor> |
getConstructorInterceptors(Constructor<?> constructor) |
org.glassfish.hk2.api.Filter |
getDescriptorFilter() |
List<org.aopalliance.intercept.MethodInterceptor> |
getMethodInterceptors(Method method) |
public HK2InterceptionService()
public org.glassfish.hk2.api.Filter getDescriptorFilter()
getDescriptorFilter in interface org.glassfish.hk2.api.InterceptionServicepublic List<org.aopalliance.intercept.ConstructorInterceptor> getConstructorInterceptors(Constructor<?> constructor)
getConstructorInterceptors in interface org.glassfish.hk2.api.InterceptionServicepublic List<org.aopalliance.intercept.MethodInterceptor> getMethodInterceptors(Method method)
getMethodInterceptors in interface org.glassfish.hk2.api.InterceptionServiceCopyright © 2015 Maxim Yunusov. All rights reserved.