public class CustomDecorator extends Object implements javax.enterprise.inject.spi.Decorator<VehicleDecorator>
| Constructor and Description |
|---|
CustomDecorator(javax.enterprise.inject.spi.AnnotatedField<? super VehicleDecorator> annotatedField,
javax.enterprise.inject.spi.BeanManager beanManager) |
| Modifier and Type | Method and Description |
|---|---|
VehicleDecorator |
create(javax.enterprise.context.spi.CreationalContext<VehicleDecorator> ctx) |
void |
destroy(VehicleDecorator arg0,
javax.enterprise.context.spi.CreationalContext<VehicleDecorator> arg1) |
Class<?> |
getBeanClass() |
Set<Type> |
getDecoratedTypes() |
Set<Annotation> |
getDelegateQualifiers() |
Type |
getDelegateType() |
Set<javax.enterprise.inject.spi.InjectionPoint> |
getInjectionPoints() |
String |
getName() |
Set<Annotation> |
getQualifiers() |
Class<? extends Annotation> |
getScope() |
Set<Class<? extends Annotation>> |
getStereotypes() |
Set<Type> |
getTypes() |
boolean |
isAlternative() |
boolean |
isNullable() |
public CustomDecorator(javax.enterprise.inject.spi.AnnotatedField<? super VehicleDecorator> annotatedField, javax.enterprise.inject.spi.BeanManager beanManager)
public Set<Type> getDecoratedTypes()
getDecoratedTypes in interface javax.enterprise.inject.spi.Decorator<VehicleDecorator>public Set<Annotation> getDelegateQualifiers()
getDelegateQualifiers in interface javax.enterprise.inject.spi.Decorator<VehicleDecorator>public Type getDelegateType()
getDelegateType in interface javax.enterprise.inject.spi.Decorator<VehicleDecorator>public Class<?> getBeanClass()
getBeanClass in interface javax.enterprise.inject.spi.Bean<VehicleDecorator>public Set<javax.enterprise.inject.spi.InjectionPoint> getInjectionPoints()
getInjectionPoints in interface javax.enterprise.inject.spi.Bean<VehicleDecorator>public String getName()
getName in interface javax.enterprise.inject.spi.BeanAttributes<VehicleDecorator>public Set<Annotation> getQualifiers()
getQualifiers in interface javax.enterprise.inject.spi.BeanAttributes<VehicleDecorator>public Class<? extends Annotation> getScope()
getScope in interface javax.enterprise.inject.spi.BeanAttributes<VehicleDecorator>public Set<Class<? extends Annotation>> getStereotypes()
getStereotypes in interface javax.enterprise.inject.spi.BeanAttributes<VehicleDecorator>public Set<Type> getTypes()
getTypes in interface javax.enterprise.inject.spi.BeanAttributes<VehicleDecorator>public boolean isAlternative()
isAlternative in interface javax.enterprise.inject.spi.BeanAttributes<VehicleDecorator>public boolean isNullable()
isNullable in interface javax.enterprise.inject.spi.Bean<VehicleDecorator>public VehicleDecorator create(javax.enterprise.context.spi.CreationalContext<VehicleDecorator> ctx)
create in interface javax.enterprise.context.spi.Contextual<VehicleDecorator>public void destroy(VehicleDecorator arg0, javax.enterprise.context.spi.CreationalContext<VehicleDecorator> arg1)
destroy in interface javax.enterprise.context.spi.Contextual<VehicleDecorator>Copyright © 2008-2015 Seam Framework. All Rights Reserved.