org.jboss.errai.ioc.rebind.ioc
Class DecoratorTask

java.lang.Object
  extended by org.jboss.errai.ioc.rebind.ioc.InjectionTask
      extended by org.jboss.errai.ioc.rebind.ioc.DecoratorTask

public class DecoratorTask
extends InjectionTask


Field Summary
 
Fields inherited from class org.jboss.errai.ioc.rebind.ioc.InjectionTask
constructor, field, injector, injectType, method, parm, type
 
Constructor Summary
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)
           
 
Method Summary
 String doTask(InjectionContext ctx)
           
 
Methods inherited from class org.jboss.errai.ioc.rebind.ioc.InjectionTask
getField, getInjector, getInjectType, getMethod, setField, setMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoratorTask

public DecoratorTask(Injector injector,
                     com.google.gwt.core.ext.typeinfo.JClassType type,
                     Decorator[] decs)

DecoratorTask

public DecoratorTask(Injector injector,
                     com.google.gwt.core.ext.typeinfo.JField field,
                     Decorator[] decs)

DecoratorTask

public DecoratorTask(Injector injector,
                     com.google.gwt.core.ext.typeinfo.JMethod method,
                     Decorator[] decs)

DecoratorTask

public DecoratorTask(Injector injector,
                     com.google.gwt.core.ext.typeinfo.JParameter parm,
                     Decorator[] decs)
Method Detail

doTask

public String doTask(InjectionContext ctx)
Overrides:
doTask in class InjectionTask


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