org.jboss.weld.bean.interceptor
Class InterceptorBindingsAdapter

java.lang.Object
  extended by 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
InterceptorBindingsAdapter(InterceptionModel<ClassMetadata<?>,?> interceptionModel)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorBindingsAdapter

public InterceptorBindingsAdapter(InterceptionModel<ClassMetadata<?>,?> interceptionModel)
Method Detail

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.