org.jboss.weld.resolution
Class ForwardingInterceptorResolvable

java.lang.Object
  extended by org.jboss.weld.resolution.ForwardingResolvable
      extended by org.jboss.weld.resolution.ForwardingInterceptorResolvable
All Implemented Interfaces:
InterceptorResolvable, Resolvable

public abstract class ForwardingInterceptorResolvable
extends ForwardingResolvable
implements InterceptorResolvable


Constructor Summary
ForwardingInterceptorResolvable()
           
 
Method Summary
protected abstract  InterceptorResolvable delegate()
           
 javax.enterprise.inject.spi.InterceptionType getInterceptionType()
           
 
Methods inherited from class org.jboss.weld.resolution.ForwardingResolvable
equals, getAnnotation, getDeclaringBean, getJavaClass, getQualifiers, getTypes, hashCode, isAnnotationPresent, isAssignableTo, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.weld.resolution.Resolvable
getAnnotation, getDeclaringBean, getJavaClass, getQualifiers, getTypes, isAnnotationPresent, isAssignableTo
 

Constructor Detail

ForwardingInterceptorResolvable

public ForwardingInterceptorResolvable()
Method Detail

delegate

protected abstract InterceptorResolvable delegate()
Specified by:
delegate in class ForwardingResolvable

getInterceptionType

public javax.enterprise.inject.spi.InterceptionType getInterceptionType()
Specified by:
getInterceptionType in interface InterceptorResolvable


Copyright © 2013 Seam Framework. All Rights Reserved.