org.jboss.errai.ioc.rebind
Class ServiceDecorator

java.lang.Object
  extended by org.jboss.errai.ioc.rebind.ioc.Decorator<Service>
      extended by org.jboss.errai.ioc.rebind.ServiceDecorator

public class ServiceDecorator
extends Decorator<Service>


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

Constructor Detail

ServiceDecorator

public ServiceDecorator(Class<Service> decoratesWith)
Method Detail

generateDecorator

public String generateDecorator(InjectionPoint<Service> decContext)
Specified by:
generateDecorator in class Decorator<Service>


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