public abstract class ForwardingInterceptor<T> extends IsolatedForwardingInterceptor<T>
Interceptor
.IsolatedForwardingInterceptor.Impl<T>
Constructor and Description |
---|
ForwardingInterceptor() |
Modifier and Type | Method and Description |
---|---|
protected BeanAttributes<T> |
attributes() |
protected abstract Interceptor<T> |
delegate() |
String |
toString() |
getInterceptorBindings, intercept, intercepts
create, destroy, equals, getBeanClass, getInjectionPoints, hashCode, isNullable
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getBeanClass, getInjectionPoints, isNullable
create, destroy
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
protected abstract Interceptor<T> delegate()
delegate
in class IsolatedForwardingInterceptor<T>
protected BeanAttributes<T> attributes()
attributes
in class ForwardingBeanAttributes<T>
public String toString()
toString
in class IsolatedForwardingBean<T>
Copyright © 2013 Seam Framework. All Rights Reserved.