public class CustomInterceptorImplementation extends Object implements javax.enterprise.inject.spi.Interceptor<SimpleInterceptorWithoutAnnotations>
| Constructor and Description |
|---|
CustomInterceptorImplementation(javax.enterprise.inject.spi.InterceptionType type) |
| Modifier and Type | Method and Description |
|---|---|
SimpleInterceptorWithoutAnnotations |
create(javax.enterprise.context.spi.CreationalContext<SimpleInterceptorWithoutAnnotations> creationalContext) |
void |
destroy(SimpleInterceptorWithoutAnnotations instance,
javax.enterprise.context.spi.CreationalContext<SimpleInterceptorWithoutAnnotations> creationalContext) |
Class<?> |
getBeanClass() |
Set<javax.enterprise.inject.spi.InjectionPoint> |
getInjectionPoints() |
Set<Annotation> |
getInterceptorBindings() |
String |
getName() |
Set<Annotation> |
getQualifiers() |
Class<? extends Annotation> |
getScope() |
Set<Class<? extends Annotation>> |
getStereotypes() |
Set<Type> |
getTypes() |
Object |
intercept(javax.enterprise.inject.spi.InterceptionType type,
SimpleInterceptorWithoutAnnotations instance,
javax.interceptor.InvocationContext ctx) |
boolean |
intercepts(javax.enterprise.inject.spi.InterceptionType type) |
boolean |
isAlternative() |
boolean |
isGetInterceptorBindingsCalled() |
boolean |
isInterceptsCalled() |
boolean |
isNullable() |
public CustomInterceptorImplementation(javax.enterprise.inject.spi.InterceptionType type)
public Set<javax.enterprise.inject.spi.InjectionPoint> getInjectionPoints()
getInjectionPoints in interface javax.enterprise.inject.spi.Bean<SimpleInterceptorWithoutAnnotations>public String getName()
getName in interface javax.enterprise.inject.spi.BeanAttributes<SimpleInterceptorWithoutAnnotations>public Set<Annotation> getQualifiers()
getQualifiers in interface javax.enterprise.inject.spi.BeanAttributes<SimpleInterceptorWithoutAnnotations>public Class<? extends Annotation> getScope()
getScope in interface javax.enterprise.inject.spi.BeanAttributes<SimpleInterceptorWithoutAnnotations>public Set<Class<? extends Annotation>> getStereotypes()
getStereotypes in interface javax.enterprise.inject.spi.BeanAttributes<SimpleInterceptorWithoutAnnotations>public Set<Type> getTypes()
getTypes in interface javax.enterprise.inject.spi.BeanAttributes<SimpleInterceptorWithoutAnnotations>public boolean isAlternative()
isAlternative in interface javax.enterprise.inject.spi.BeanAttributes<SimpleInterceptorWithoutAnnotations>public boolean isNullable()
isNullable in interface javax.enterprise.inject.spi.Bean<SimpleInterceptorWithoutAnnotations>public Object intercept(javax.enterprise.inject.spi.InterceptionType type, SimpleInterceptorWithoutAnnotations instance, javax.interceptor.InvocationContext ctx)
intercept in interface javax.enterprise.inject.spi.Interceptor<SimpleInterceptorWithoutAnnotations>public boolean intercepts(javax.enterprise.inject.spi.InterceptionType type)
intercepts in interface javax.enterprise.inject.spi.Interceptor<SimpleInterceptorWithoutAnnotations>public Set<Annotation> getInterceptorBindings()
getInterceptorBindings in interface javax.enterprise.inject.spi.Interceptor<SimpleInterceptorWithoutAnnotations>public Class<?> getBeanClass()
getBeanClass in interface javax.enterprise.inject.spi.Bean<SimpleInterceptorWithoutAnnotations>public SimpleInterceptorWithoutAnnotations create(javax.enterprise.context.spi.CreationalContext<SimpleInterceptorWithoutAnnotations> creationalContext)
create in interface javax.enterprise.context.spi.Contextual<SimpleInterceptorWithoutAnnotations>public void destroy(SimpleInterceptorWithoutAnnotations instance, javax.enterprise.context.spi.CreationalContext<SimpleInterceptorWithoutAnnotations> creationalContext)
destroy in interface javax.enterprise.context.spi.Contextual<SimpleInterceptorWithoutAnnotations>public boolean isGetInterceptorBindingsCalled()
public boolean isInterceptsCalled()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.