org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes
Class VerifyingExtension
java.lang.Object
org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.VerifyingExtension
- All Implemented Interfaces:
- javax.enterprise.inject.spi.Extension
public class VerifyingExtension
- extends Object
- implements javax.enterprise.inject.spi.Extension
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VerifyingExtension
public VerifyingExtension()
getAlphaAttributes
protected javax.enterprise.inject.spi.BeanAttributes<org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.Alpha> getAlphaAttributes()
getAlphaAttributesObserved
public int getAlphaAttributesObserved()
getProducedBravoAttributes
protected javax.enterprise.inject.spi.BeanAttributes<Bravo> getProducedBravoAttributes()
getProducedCharlieAttributes
protected javax.enterprise.inject.spi.BeanAttributes<org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.Charlie> getProducedCharlieAttributes()
getBravoInterceptorAttributes
public javax.enterprise.inject.spi.BeanAttributes<BravoInterceptor> getBravoInterceptorAttributes()
getBravoDecoratorAttributes
public javax.enterprise.inject.spi.BeanAttributes<BravoDecorator> getBravoDecoratorAttributes()
getMike
public javax.enterprise.inject.spi.BeanAttributes<Mike> getMike()
getDeltaAttributes
public javax.enterprise.inject.spi.BeanAttributes<Delta> getDeltaAttributes()
getAnnotatedMap
public Map<Class<?>,javax.enterprise.inject.spi.Annotated> getAnnotatedMap()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.