Errai 3.0.1-SNAPSHOT

org.jboss.errai.ioc.client
Class SimpleInjectionContext

java.lang.Object
  extended by org.jboss.errai.ioc.client.SimpleInjectionContext
All Implemented Interfaces:
BootstrapInjectionContext

public class SimpleInjectionContext
extends Object
implements BootstrapInjectionContext


Field Summary
static Object LAZY_INIT_REF
           
 
Constructor Summary
SimpleInjectionContext()
           
 
Method Summary
 void addBean(Class type, Class beanType, BeanProvider callback, Object instance, Annotation[] qualifiers)
           
 void addBean(Class type, Class beanType, BeanProvider callback, Object instance, Annotation[] qualifiers, String name)
           
 void addBean(Class type, Class beanType, BeanProvider callback, Object instance, Annotation[] qualifiers, String name, boolean concrete)
           
 void addBean(Class type, Class beanType, BeanProvider callback, Object instance, Annotation[] qualifiers, String name, boolean concrete, Class beanActivatorType)
           
 SimpleCreationalContext getRootContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LAZY_INIT_REF

public static final Object LAZY_INIT_REF
Constructor Detail

SimpleInjectionContext

public SimpleInjectionContext()
Method Detail

addBean

public void addBean(Class type,
                    Class beanType,
                    BeanProvider callback,
                    Object instance,
                    Annotation[] qualifiers)

addBean

public void addBean(Class type,
                    Class beanType,
                    BeanProvider callback,
                    Object instance,
                    Annotation[] qualifiers,
                    String name)

addBean

public void addBean(Class type,
                    Class beanType,
                    BeanProvider callback,
                    Object instance,
                    Annotation[] qualifiers,
                    String name,
                    boolean concrete)

addBean

public void addBean(Class type,
                    Class beanType,
                    BeanProvider callback,
                    Object instance,
                    Annotation[] qualifiers,
                    String name,
                    boolean concrete,
                    Class beanActivatorType)

getRootContext

public SimpleCreationalContext getRootContext()
Specified by:
getRootContext in interface BootstrapInjectionContext

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.