Uses of Class
org.jboss.errai.ioc.rebind.ioc.Decorator

Packages that use Decorator
org.jboss.errai.ioc.rebind   
org.jboss.errai.ioc.rebind.ioc   
 

Uses of Decorator in org.jboss.errai.ioc.rebind
 

Subclasses of Decorator in org.jboss.errai.ioc.rebind
 class ServiceDecorator
           
 

Uses of Decorator in org.jboss.errai.ioc.rebind.ioc
 

Methods in org.jboss.errai.ioc.rebind.ioc that return Decorator
 Decorator[] InjectionContext.getDecorator(Class<? extends Annotation> annotation)
           
 

Methods in org.jboss.errai.ioc.rebind.ioc with parameters of type Decorator
 void InjectionContext.registerDecorator(Decorator<?> decorator)
           
 

Constructors in org.jboss.errai.ioc.rebind.ioc with parameters of type Decorator
DecoratorTask(Injector injector, com.google.gwt.core.ext.typeinfo.JClassType type, Decorator[] decs)
           
DecoratorTask(Injector injector, com.google.gwt.core.ext.typeinfo.JField field, Decorator[] decs)
           
DecoratorTask(Injector injector, com.google.gwt.core.ext.typeinfo.JMethod method, Decorator[] decs)
           
DecoratorTask(Injector injector, com.google.gwt.core.ext.typeinfo.JParameter parm, Decorator[] decs)
           
 



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