org.jboss.errai.ioc.rebind.ioc
Class InjectUtil

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

public class InjectUtil
extends Object


Constructor Summary
InjectUtil()
           
 
Method Summary
static String commaDelimitedList(String[] parts)
           
static ConstructionStrategy getConstructionStrategy(Injector injector, InjectionContext ctx, InjectionPoint injectionPoint)
           
static String getNewVarName()
           
static String getPrivateFieldInjectorName(com.google.gwt.core.ext.typeinfo.JField field)
           
static String[] resolveInjectionDependencies(com.google.gwt.core.ext.typeinfo.JParameter[] parms, InjectionContext ctx, InjectionPoint injectionPoint)
           
static String[] resolveInjectionDependencies(com.google.gwt.core.ext.typeinfo.JParameter[] parms, InjectionContext ctx, com.google.gwt.core.ext.typeinfo.JConstructor constructor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectUtil

public InjectUtil()
Method Detail

getConstructionStrategy

public static ConstructionStrategy getConstructionStrategy(Injector injector,
                                                           InjectionContext ctx,
                                                           InjectionPoint injectionPoint)

resolveInjectionDependencies

public static String[] resolveInjectionDependencies(com.google.gwt.core.ext.typeinfo.JParameter[] parms,
                                                    InjectionContext ctx,
                                                    com.google.gwt.core.ext.typeinfo.JConstructor constructor)

resolveInjectionDependencies

public static String[] resolveInjectionDependencies(com.google.gwt.core.ext.typeinfo.JParameter[] parms,
                                                    InjectionContext ctx,
                                                    InjectionPoint injectionPoint)

commaDelimitedList

public static String commaDelimitedList(String[] parts)

getNewVarName

public static String getNewVarName()

getPrivateFieldInjectorName

public static String getPrivateFieldInjectorName(com.google.gwt.core.ext.typeinfo.JField field)


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