Uses of Class
org.jboss.cdi.tck.tests.decorators.custom.VehicleDecorator

Packages that use VehicleDecorator
org.jboss.cdi.tck.tests.decorators.custom   
 

Uses of VehicleDecorator in org.jboss.cdi.tck.tests.decorators.custom
 

Methods in org.jboss.cdi.tck.tests.decorators.custom that return VehicleDecorator
 VehicleDecorator CustomDecoratorImplementation.create(javax.enterprise.context.spi.CreationalContext<VehicleDecorator> ctx)
           
 

Methods in org.jboss.cdi.tck.tests.decorators.custom with parameters of type VehicleDecorator
 void CustomDecoratorImplementation.destroy(VehicleDecorator arg0, javax.enterprise.context.spi.CreationalContext<VehicleDecorator> arg1)
           
 

Method parameters in org.jboss.cdi.tck.tests.decorators.custom with type arguments of type VehicleDecorator
 VehicleDecorator CustomDecoratorImplementation.create(javax.enterprise.context.spi.CreationalContext<VehicleDecorator> ctx)
           
 void CustomDecoratorImplementation.destroy(VehicleDecorator arg0, javax.enterprise.context.spi.CreationalContext<VehicleDecorator> arg1)
           
 void AfterBeanDiscoveryObserver.vetoVehicleDecorator(javax.enterprise.inject.spi.ProcessAnnotatedType<VehicleDecorator> event)
           
 

Constructor parameters in org.jboss.cdi.tck.tests.decorators.custom with type arguments of type VehicleDecorator
CustomDecoratorImplementation(javax.enterprise.inject.spi.AnnotatedField<? super VehicleDecorator> annotatedField, javax.enterprise.inject.spi.BeanManager beanManager)
           
 



Copyright © 2008-2012 Seam Framework. All Rights Reserved.