org.apache.webbeans.intercept
Interface OwbInterceptor<T>
- All Superinterfaces:
- javax.enterprise.inject.spi.Bean<T>, javax.enterprise.context.spi.Contextual<T>, javax.enterprise.inject.spi.Interceptor<T>
- All Known Implementing Classes:
- CustomInterceptor, WebBeansInterceptor
public interface OwbInterceptor<T>
- extends javax.enterprise.inject.spi.Interceptor<T>
|
Method Summary |
void |
addInterceptorBinding(java.lang.Class<? extends java.lang.annotation.Annotation> binding,
java.lang.annotation.Annotation annot)
|
javax.enterprise.inject.spi.AnnotatedType<T> |
getAnnotatedType()
|
java.lang.Class<?> |
getClazz()
|
AbstractOwbBean<T> |
getDelegate()
|
java.util.Set<javax.enterprise.inject.spi.Interceptor<?>> |
getMetaInceptors()
|
boolean |
hasBinding(java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> bindingTypes,
java.util.List<java.lang.annotation.Annotation> annots)
|
void |
setClazz(java.lang.Class<?> clazz)
|
void |
setInjections(java.lang.Object proxy,
javax.enterprise.context.spi.CreationalContext<?> creationalContext)
|
| Methods inherited from interface javax.enterprise.inject.spi.Interceptor |
getInterceptorBindings, intercept, intercepts |
| Methods inherited from interface javax.enterprise.inject.spi.Bean |
getBeanClass, getInjectionPoints, getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isNullable |
| Methods inherited from interface javax.enterprise.context.spi.Contextual |
create, destroy |
getDelegate
AbstractOwbBean<T> getDelegate()
getAnnotatedType
javax.enterprise.inject.spi.AnnotatedType<T> getAnnotatedType()
addInterceptorBinding
void addInterceptorBinding(java.lang.Class<? extends java.lang.annotation.Annotation> binding,
java.lang.annotation.Annotation annot)
hasBinding
boolean hasBinding(java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> bindingTypes,
java.util.List<java.lang.annotation.Annotation> annots)
getClazz
java.lang.Class<?> getClazz()
getMetaInceptors
java.util.Set<javax.enterprise.inject.spi.Interceptor<?>> getMetaInceptors()
setClazz
void setClazz(java.lang.Class<?> clazz)
setInjections
void setInjections(java.lang.Object proxy,
javax.enterprise.context.spi.CreationalContext<?> creationalContext)
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.