org.jboss.errai.ioc.client
Class SimpleInjectionContext
java.lang.Object
org.jboss.errai.ioc.client.SimpleInjectionContext
- All Implemented Interfaces:
- BootstrapInjectionContext
public class SimpleInjectionContext
- extends Object
- implements BootstrapInjectionContext
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 |
LAZY_INIT_REF
public static final Object LAZY_INIT_REF
SimpleInjectionContext
public SimpleInjectionContext()
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
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.