public class VerifyingExtension extends Object implements javax.enterprise.inject.spi.Extension
| Constructor and Description |
|---|
VerifyingExtension() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.enterprise.inject.spi.BeanAttributes<org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.Alpha> |
getAlphaAttributes() |
int |
getAlphaAttributesObserved() |
Map<Class<?>,javax.enterprise.inject.spi.Annotated> |
getAnnotatedMap() |
javax.enterprise.inject.spi.BeanAttributes<BravoDecorator> |
getBravoDecoratorAttributes() |
javax.enterprise.inject.spi.BeanAttributes<BravoInterceptor> |
getBravoInterceptorAttributes() |
javax.enterprise.inject.spi.BeanAttributes<Delta> |
getDeltaAttributes() |
javax.enterprise.inject.spi.BeanAttributes<Mike> |
getMike() |
protected javax.enterprise.inject.spi.BeanAttributes<Bravo> |
getProducedBravoAttributes() |
protected javax.enterprise.inject.spi.BeanAttributes<org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.Charlie> |
getProducedCharlieAttributes() |
protected javax.enterprise.inject.spi.BeanAttributes<org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.Alpha> getAlphaAttributes()
public int getAlphaAttributesObserved()
protected javax.enterprise.inject.spi.BeanAttributes<Bravo> getProducedBravoAttributes()
protected javax.enterprise.inject.spi.BeanAttributes<org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.Charlie> getProducedCharlieAttributes()
public javax.enterprise.inject.spi.BeanAttributes<BravoInterceptor> getBravoInterceptorAttributes()
public javax.enterprise.inject.spi.BeanAttributes<BravoDecorator> getBravoDecoratorAttributes()
public javax.enterprise.inject.spi.BeanAttributes<Mike> getMike()
public javax.enterprise.inject.spi.BeanAttributes<Delta> getDeltaAttributes()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.