public class CustomInterceptor<T> extends WebBeansInterceptor<T> implements javax.enterprise.inject.spi.Interceptor<T>
apiTypes, enabled, implQualifiers, injectionPoints, logger, name, nullable, passivatingId, returnType, scopeClass, serializable, specializedBean, stereoTypeClasses, stereoTypes, webBeansType| Constructor and Description |
|---|
CustomInterceptor(AbstractInjectionTargetBean<T> delegateBean,
javax.enterprise.inject.spi.Interceptor<T> actualInterceptor) |
| Modifier and Type | Method and Description |
|---|---|
T |
create(javax.enterprise.context.spi.CreationalContext<T> context) |
void |
destroy(T instance,
javax.enterprise.context.spi.CreationalContext<T> context) |
boolean |
equals(Object obj) |
Class<?> |
getBeanClass()
Get return types of the bean.
|
Set<javax.enterprise.inject.spi.InjectionPoint> |
getInjectionPoints() |
Set<Annotation> |
getInterceptorBindings() |
String |
getName()
Name of the bean.
|
Set<Annotation> |
getQualifiers() |
Class<? extends Annotation> |
getScope() |
Set<Class<? extends Annotation>> |
getStereotypes() |
Set<Type> |
getTypes() |
int |
hashCode() |
Object |
intercept(javax.enterprise.inject.spi.InterceptionType type,
T instance,
javax.interceptor.InvocationContext ctx) |
boolean |
intercepts(javax.enterprise.inject.spi.InterceptionType type) |
boolean |
isAlternative() |
boolean |
isNullable() |
addInterceptorBinding, createInstance, getAnnotatedType, getClazz, getDelegate, getMetaInceptors, hasBinding, isPassivationCapable, isSerializable, setInjections, toString, validatePassivationDependenciesaddApiType, addInjectionPoint, addQualifier, addStereoType, createNewInstance, destroyCreatedInstance, destroyInstance, getId, getInjectionPoint, getLogger, getManager, getOwbStereotypes, getReturnType, getWebBeansContext, getWebBeansType, isDependent, isEnabled, isSpecializedBean, setEnabled, setImplScopeType, setName, setNullable, setSerializable, setSpecializedBeanpublic CustomInterceptor(AbstractInjectionTargetBean<T> delegateBean, javax.enterprise.inject.spi.Interceptor<T> actualInterceptor)
public Set<Annotation> getInterceptorBindings()
getInterceptorBindings in interface javax.enterprise.inject.spi.Interceptor<T>getInterceptorBindings in class WebBeansInterceptor<T>public Object intercept(javax.enterprise.inject.spi.InterceptionType type, T instance, javax.interceptor.InvocationContext ctx)
intercept in interface javax.enterprise.inject.spi.Interceptor<T>intercept in class WebBeansInterceptor<T>public boolean intercepts(javax.enterprise.inject.spi.InterceptionType type)
intercepts in interface javax.enterprise.inject.spi.Interceptor<T>intercepts in class WebBeansInterceptor<T>public Class<?> getBeanClass()
AbstractOwbBeangetBeanClass in interface javax.enterprise.inject.spi.Bean<T>getBeanClass in class WebBeansInterceptor<T>public Set<javax.enterprise.inject.spi.InjectionPoint> getInjectionPoints()
AbstractOwbBeangetInjectionPoints in interface javax.enterprise.inject.spi.Bean<T>getInjectionPoints in class WebBeansInterceptor<T>public String getName()
AbstractOwbBeangetName in interface javax.enterprise.inject.spi.Bean<T>getName in class WebBeansInterceptor<T>public Set<Annotation> getQualifiers()
getQualifiers in interface javax.enterprise.inject.spi.Bean<T>getQualifiers in class WebBeansInterceptor<T>public Class<? extends Annotation> getScope()
getScope in interface javax.enterprise.inject.spi.Bean<T>getScope in class WebBeansInterceptor<T>public Set<Class<? extends Annotation>> getStereotypes()
AbstractOwbBeangetStereotypes in interface javax.enterprise.inject.spi.Bean<T>getStereotypes in class WebBeansInterceptor<T>public Set<Type> getTypes()
getTypes in interface javax.enterprise.inject.spi.Bean<T>getTypes in class WebBeansInterceptor<T>public boolean isAlternative()
AbstractOwbBeanisAlternative in interface javax.enterprise.inject.spi.Bean<T>isAlternative in class WebBeansInterceptor<T>public boolean isNullable()
AbstractOwbBeanisNullable in interface javax.enterprise.inject.spi.Bean<T>isNullable in class WebBeansInterceptor<T>public T create(javax.enterprise.context.spi.CreationalContext<T> context)
AbstractOwbBeancreate in interface javax.enterprise.context.spi.Contextual<T>create in class AbstractOwbBean<T>public void destroy(T instance, javax.enterprise.context.spi.CreationalContext<T> context)
destroy in interface javax.enterprise.context.spi.Contextual<T>destroy in class AbstractOwbBean<T>public int hashCode()
hashCode in class AbstractOwbBean<T>public boolean equals(Object obj)
equals in class AbstractOwbBean<T>Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.