public class ExternalInterceptorBean extends ForwardingBeanAttributes<ExternalInterceptor> implements javax.enterprise.inject.spi.Interceptor<ExternalInterceptor>
| Constructor and Description |
|---|
ExternalInterceptorBean(javax.enterprise.inject.spi.BeanAttributes<ExternalInterceptor> delegate,
Annotation binding) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.enterprise.inject.spi.BeanAttributes<ExternalInterceptor> |
attributes() |
ExternalInterceptor |
create(javax.enterprise.context.spi.CreationalContext<ExternalInterceptor> creationalContext) |
void |
destroy(ExternalInterceptor instance,
javax.enterprise.context.spi.CreationalContext<ExternalInterceptor> creationalContext) |
Class<?> |
getBeanClass() |
Set<javax.enterprise.inject.spi.InjectionPoint> |
getInjectionPoints() |
Set<Annotation> |
getInterceptorBindings() |
Object |
intercept(javax.enterprise.inject.spi.InterceptionType type,
ExternalInterceptor instance,
javax.interceptor.InvocationContext ctx) |
boolean |
intercepts(javax.enterprise.inject.spi.InterceptionType type) |
boolean |
isNullable() |
equals, getName, getQualifiers, getScope, getStereotypes, getTypes, hashCode, isAlternativepublic ExternalInterceptorBean(javax.enterprise.inject.spi.BeanAttributes<ExternalInterceptor> delegate, Annotation binding)
public Class<?> getBeanClass()
getBeanClass in interface javax.enterprise.inject.spi.Bean<ExternalInterceptor>public Set<javax.enterprise.inject.spi.InjectionPoint> getInjectionPoints()
getInjectionPoints in interface javax.enterprise.inject.spi.Bean<ExternalInterceptor>public ExternalInterceptor create(javax.enterprise.context.spi.CreationalContext<ExternalInterceptor> creationalContext)
create in interface javax.enterprise.context.spi.Contextual<ExternalInterceptor>public void destroy(ExternalInterceptor instance, javax.enterprise.context.spi.CreationalContext<ExternalInterceptor> creationalContext)
destroy in interface javax.enterprise.context.spi.Contextual<ExternalInterceptor>public Set<Annotation> getInterceptorBindings()
getInterceptorBindings in interface javax.enterprise.inject.spi.Interceptor<ExternalInterceptor>public boolean intercepts(javax.enterprise.inject.spi.InterceptionType type)
intercepts in interface javax.enterprise.inject.spi.Interceptor<ExternalInterceptor>public Object intercept(javax.enterprise.inject.spi.InterceptionType type, ExternalInterceptor instance, javax.interceptor.InvocationContext ctx) throws Exception
intercept in interface javax.enterprise.inject.spi.Interceptor<ExternalInterceptor>Exceptionprotected javax.enterprise.inject.spi.BeanAttributes<ExternalInterceptor> attributes()
attributes in class ForwardingBeanAttributes<ExternalInterceptor>public boolean isNullable()
isNullable in interface javax.enterprise.inject.spi.Bean<ExternalInterceptor>Copyright © 2008-2013 Seam Framework. All Rights Reserved.