org.jboss.errai.ioc.rebind.ioc
Class InjectorFactory

java.lang.Object
  extended by org.jboss.errai.ioc.rebind.ioc.InjectorFactory

public class InjectorFactory
extends Object


Constructor Summary
InjectorFactory(ProcessingContext ctx)
           
 
Method Summary
 void addInjector(Injector injector)
           
 void addType(com.google.gwt.core.ext.typeinfo.JClassType type)
           
 String generate(com.google.gwt.core.ext.typeinfo.JClassType type)
           
 String generateAllProviders()
           
 String generateSingleton(com.google.gwt.core.ext.typeinfo.JClassType type)
           
 InjectionContext getInjectionContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectorFactory

public InjectorFactory(ProcessingContext ctx)
Method Detail

getInjectionContext

public InjectionContext getInjectionContext()

generate

public String generate(com.google.gwt.core.ext.typeinfo.JClassType type)

generateSingleton

public String generateSingleton(com.google.gwt.core.ext.typeinfo.JClassType type)

addType

public void addType(com.google.gwt.core.ext.typeinfo.JClassType type)

addInjector

public void addInjector(Injector injector)

generateAllProviders

public String generateAllProviders()


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