public class InterceptorBindingsAdapter extends Object implements org.jboss.weld.ejb.spi.InterceptorBindings
| Constructor and Description |
|---|
InterceptorBindingsAdapter(InterceptionModel<ClassMetadata<?>,?> 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<ClassMetadata<?>,?> 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 © 2014 Seam Framework. All Rights Reserved.