Package org.jboss.weld.bean.interceptor
Class InterceptorBindingsAdapter
- java.lang.Object
-
- org.jboss.weld.bean.interceptor.InterceptorBindingsAdapter
-
- All Implemented Interfaces:
org.jboss.weld.ejb.spi.InterceptorBindings
public class InterceptorBindingsAdapter extends Object implements org.jboss.weld.ejb.spi.InterceptorBindings
- Author:
- Marius Bogoevici
-
-
Constructor Summary
Constructors Constructor Description InterceptorBindingsAdapter(InterceptionModel interceptionModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Interceptor<?>>getAllInterceptors()List<Interceptor<?>>getLifecycleInterceptors(InterceptionType interceptionType)List<Interceptor<?>>getMethodInterceptors(InterceptionType interceptionType, Method method)
-
-
-
Constructor Detail
-
InterceptorBindingsAdapter
public InterceptorBindingsAdapter(InterceptionModel interceptionModel)
-
-
Method Detail
-
getAllInterceptors
public Collection<Interceptor<?>> getAllInterceptors()
- Specified by:
getAllInterceptorsin interfaceorg.jboss.weld.ejb.spi.InterceptorBindings
-
getMethodInterceptors
public List<Interceptor<?>> getMethodInterceptors(InterceptionType interceptionType, Method method)
- Specified by:
getMethodInterceptorsin interfaceorg.jboss.weld.ejb.spi.InterceptorBindings
-
getLifecycleInterceptors
public List<Interceptor<?>> getLifecycleInterceptors(InterceptionType interceptionType)
- Specified by:
getLifecycleInterceptorsin interfaceorg.jboss.weld.ejb.spi.InterceptorBindings
-
-