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

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

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

Subclasses of Injector in org.jboss.errai.ioc.rebind.ioc
 class ContextualProviderInjector
           
 class ProviderInjector
           
 class TypeInjector
          User: christopherbrock Date: 7-Jul-2010 Time: 1:00:03 PM
 

Fields in org.jboss.errai.ioc.rebind.ioc declared as Injector
protected  Injector InjectionTask.injector
           
 

Methods in org.jboss.errai.ioc.rebind.ioc that return Injector
 Injector InjectionTask.getInjector()
           
 Injector InjectionPoint.getInjector()
           
 Injector InjectionContext.getInjector(com.google.gwt.core.ext.typeinfo.JClassType type)
           
 

Methods in org.jboss.errai.ioc.rebind.ioc that return types with arguments of type Injector
 List<Injector> InjectionContext.getInjectorsByType(Class<? extends Injector> injectorType)
           
 

Methods in org.jboss.errai.ioc.rebind.ioc with parameters of type Injector
 void InjectorFactory.addInjector(Injector injector)
           
static ConstructionStrategy InjectUtil.getConstructionStrategy(Injector injector, InjectionContext ctx, InjectionPoint injectionPoint)
           
 void InjectionContext.registerInjector(Injector injector)
           
 

Method parameters in org.jboss.errai.ioc.rebind.ioc with type arguments of type Injector
 List<Injector> InjectionContext.getInjectorsByType(Class<? extends Injector> injectorType)
           
 

Constructors in org.jboss.errai.ioc.rebind.ioc with parameters of type Injector
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)
           
InjectionPoint(T annotation, TaskType taskType, com.google.gwt.core.ext.typeinfo.JConstructor constructor, com.google.gwt.core.ext.typeinfo.JMethod method, com.google.gwt.core.ext.typeinfo.JField field, com.google.gwt.core.ext.typeinfo.JClassType type, com.google.gwt.core.ext.typeinfo.JParameter parm, Injector injector, InjectionContext injectionContext)
           
InjectionTask(Injector injector, com.google.gwt.core.ext.typeinfo.JClassType type)
           
InjectionTask(Injector injector, com.google.gwt.core.ext.typeinfo.JField field)
           
InjectionTask(Injector injector, com.google.gwt.core.ext.typeinfo.JMethod method)
           
InjectionTask(Injector injector, com.google.gwt.core.ext.typeinfo.JParameter parm)
           
 



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