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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptorBindingsAdapter
public InterceptorBindingsAdapter(InterceptionModel<ClassMetadata<?>,?> interceptionModel)
getAllInterceptors
public Collection<javax.enterprise.inject.spi.Interceptor<?>> getAllInterceptors()
- Specified by:
getAllInterceptors
in interface org.jboss.weld.ejb.spi.InterceptorBindings
getMethodInterceptors
public List<javax.enterprise.inject.spi.Interceptor<?>> getMethodInterceptors(javax.enterprise.inject.spi.InterceptionType interceptionType,
Method method)
- Specified by:
getMethodInterceptors
in interface org.jboss.weld.ejb.spi.InterceptorBindings
getLifecycleInterceptors
public 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 © 2013 Seam Framework. All Rights Reserved.