Package org.jboss.weld.resolution
Class ForwardingInterceptorResolvable
- java.lang.Object
-
- org.jboss.weld.resolution.ForwardingResolvable
-
- org.jboss.weld.resolution.ForwardingInterceptorResolvable
-
- All Implemented Interfaces:
InterceptorResolvable,Resolvable
public abstract class ForwardingInterceptorResolvable extends ForwardingResolvable implements InterceptorResolvable
-
-
Constructor Summary
Constructors Constructor Description ForwardingInterceptorResolvable()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract InterceptorResolvabledelegate()javax.enterprise.inject.spi.InterceptionTypegetInterceptionType()-
Methods inherited from class org.jboss.weld.resolution.ForwardingResolvable
equals, getDeclaringBean, getJavaClass, getQualifiers, getTypes, hashCode, isDelegate, 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
getDeclaringBean, getJavaClass, getQualifiers, getTypes, isDelegate
-
-
-
-
Method Detail
-
delegate
protected abstract InterceptorResolvable delegate()
- Specified by:
delegatein classForwardingResolvable
-
getInterceptionType
public javax.enterprise.inject.spi.InterceptionType getInterceptionType()
- Specified by:
getInterceptionTypein interfaceInterceptorResolvable
-
-