Package org.jboss.weld.bean
Class ForwardingInterceptor<T>
- java.lang.Object
-
- org.jboss.weld.util.bean.ForwardingBeanAttributes<T>
-
- org.jboss.weld.util.bean.IsolatedForwardingBean<T>
-
- org.jboss.weld.util.bean.IsolatedForwardingInterceptor<T>
-
- org.jboss.weld.bean.ForwardingInterceptor<T>
-
- All Implemented Interfaces:
jakarta.enterprise.context.spi.Contextual<T>,jakarta.enterprise.inject.spi.Bean<T>,jakarta.enterprise.inject.spi.BeanAttributes<T>,jakarta.enterprise.inject.spi.Interceptor<T>,WrappedContextual<T>
public abstract class ForwardingInterceptor<T> extends IsolatedForwardingInterceptor<T>
Delegating implementation ofInterceptor.- Author:
- Jozef Hartinger
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.weld.util.bean.IsolatedForwardingInterceptor
IsolatedForwardingInterceptor.Impl<T>
-
-
Constructor Summary
Constructors Constructor Description ForwardingInterceptor()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected jakarta.enterprise.inject.spi.BeanAttributes<T>attributes()abstract jakarta.enterprise.inject.spi.Interceptor<T>delegate()StringtoString()-
Methods inherited from class org.jboss.weld.util.bean.IsolatedForwardingInterceptor
getInterceptorBindings, intercept, intercepts
-
Methods inherited from class org.jboss.weld.util.bean.IsolatedForwardingBean
create, destroy, equals, getBeanClass, getInjectionPoints, hashCode
-
Methods inherited from class org.jboss.weld.util.bean.ForwardingBeanAttributes
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jakarta.enterprise.inject.spi.Bean
getBeanClass, getInjectionPoints
-
-
-
-
Method Detail
-
delegate
public abstract jakarta.enterprise.inject.spi.Interceptor<T> delegate()
- Specified by:
delegatein interfaceWrappedContextual<T>- Specified by:
delegatein classIsolatedForwardingInterceptor<T>
-
attributes
protected jakarta.enterprise.inject.spi.BeanAttributes<T> attributes()
- Specified by:
attributesin classForwardingBeanAttributes<T>
-
toString
public String toString()
- Overrides:
toStringin classIsolatedForwardingBean<T>
-
-