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 java.lang.Object
- implements org.jboss.weld.ejb.spi.InterceptorBindings
- Author:
- Marius Bogoevici
|
Method Summary |
java.util.Collection<javax.enterprise.inject.spi.Interceptor<?>> |
getAllInterceptors()
|
java.util.List<javax.enterprise.inject.spi.Interceptor<?>> |
getLifecycleInterceptors(javax.enterprise.inject.spi.InterceptionType interceptionType)
|
java.util.List<javax.enterprise.inject.spi.Interceptor<?>> |
getMethodInterceptors(javax.enterprise.inject.spi.InterceptionType interceptionType,
java.lang.reflect.Method method)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptorBindingsAdapter
public InterceptorBindingsAdapter(org.jboss.interceptor.model.InterceptionModel<java.lang.Class<?>,SerializableContextual<javax.enterprise.inject.spi.Interceptor<?>,?>> interceptionModel)
getAllInterceptors
public java.util.Collection<javax.enterprise.inject.spi.Interceptor<?>> getAllInterceptors()
- Specified by:
getAllInterceptors in interface org.jboss.weld.ejb.spi.InterceptorBindings
getMethodInterceptors
public java.util.List<javax.enterprise.inject.spi.Interceptor<?>> getMethodInterceptors(javax.enterprise.inject.spi.InterceptionType interceptionType,
java.lang.reflect.Method method)
- Specified by:
getMethodInterceptors in interface org.jboss.weld.ejb.spi.InterceptorBindings
getLifecycleInterceptors
public java.util.List<javax.enterprise.inject.spi.Interceptor<?>> getLifecycleInterceptors(javax.enterprise.inject.spi.InterceptionType interceptionType)
- Specified by:
getLifecycleInterceptors in interface org.jboss.weld.ejb.spi.InterceptorBindings
Copyright © 2008-2009 Seam Framework. All Rights Reserved.