org.jboss.errai.ioc.rebind
Class ServiceIOCExtension

java.lang.Object
  extended by org.jboss.errai.ioc.rebind.ioc.IOCDecoratorExtension<Service>
      extended by org.jboss.errai.ioc.rebind.ServiceIOCExtension

public class ServiceIOCExtension
extends IOCDecoratorExtension<Service>


Constructor Summary
ServiceIOCExtension(Class<Service> decoratesWith)
           
 
Method Summary
 Statement generateDecorator(InjectableInstance<Service> decContext)
           
 
Methods inherited from class org.jboss.errai.ioc.rebind.ioc.IOCDecoratorExtension
decoratesWith
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceIOCExtension

public ServiceIOCExtension(Class<Service> decoratesWith)
Method Detail

generateDecorator

public Statement generateDecorator(InjectableInstance<Service> decContext)
Specified by:
generateDecorator in class IOCDecoratorExtension<Service>


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.