public class InterceptorBindingsAdapter extends Object implements org.jboss.weld.ejb.spi.InterceptorBindings
| Constructor and Description |
|---|
InterceptorBindingsAdapter(InterceptionModel interceptionModel) |
| Modifier and Type | Method and Description |
|---|---|
Collection<javax.enterprise.inject.spi.Interceptor<?>> |
getAllInterceptors() |
List<javax.enterprise.inject.spi.Interceptor<?>> |
getLifecycleInterceptors(javax.enterprise.inject.spi.InterceptionType interceptionType) |
List<javax.enterprise.inject.spi.Interceptor<?>> |
getMethodInterceptors(javax.enterprise.inject.spi.InterceptionType interceptionType,
Method method) |
public InterceptorBindingsAdapter(InterceptionModel interceptionModel)
public Collection<javax.enterprise.inject.spi.Interceptor<?>> getAllInterceptors()
getAllInterceptors in interface org.jboss.weld.ejb.spi.InterceptorBindingspublic List<javax.enterprise.inject.spi.Interceptor<?>> getMethodInterceptors(javax.enterprise.inject.spi.InterceptionType interceptionType, Method method)
getMethodInterceptors in interface org.jboss.weld.ejb.spi.InterceptorBindingspublic List<javax.enterprise.inject.spi.Interceptor<?>> getLifecycleInterceptors(javax.enterprise.inject.spi.InterceptionType interceptionType)
getLifecycleInterceptors in interface org.jboss.weld.ejb.spi.InterceptorBindingsCopyright © 2017. All rights reserved.