Errai 3.0.1-SNAPSHOT

Uses of Package
org.jboss.errai.ioc.client.container

Packages that use org.jboss.errai.ioc.client.container
org.jboss.errai.enterprise.client.cdi   
org.jboss.errai.ioc.client   
org.jboss.errai.ioc.client.api.builtin   
org.jboss.errai.ioc.client.container   
org.jboss.errai.ioc.client.container.async   
 

Classes in org.jboss.errai.ioc.client.container used by org.jboss.errai.enterprise.client.cdi
IOCBeanDef
          Represents a bean definition within the bean manager.
 

Classes in org.jboss.errai.ioc.client.container used by org.jboss.errai.ioc.client
BeanProvider
          A bean provider is used for defining the actual procedure for generating a bean.
CreationalContext
          The CreationalContext is as its name implies, the context used in the creation of beans.
SimpleCreationalContext
          A SimpleCreationalContext is used for representing context associated with the creation of a bean and its dependencies.
 

Classes in org.jboss.errai.ioc.client.container used by org.jboss.errai.ioc.client.api.builtin
SyncBeanManager
           
 

Classes in org.jboss.errai.ioc.client.container used by org.jboss.errai.ioc.client.container
AbstractCreationalContext
           
AbstractIOCBean
           
BeanProvider
          A bean provider is used for defining the actual procedure for generating a bean.
BeanRef
          This class is used as a resolver class within the bean manager to represent a unique bean definition for a given type and combination of qualifiers.
ClientBeanManager
           
CreationalContext
          The CreationalContext is as its name implies, the context used in the creation of beans.
DestructionCallback
          A destruction callback is used to implement a set of tasks to be performed on a bean prior to it being destroyed (or taken out of service) by the bean manager.
InitializationCallback
          An initialization callback is used to implement a set of tasks to be executed against the specified bean, prior to putting the bean into service.
IOCBeanDef
          Represents a bean definition within the bean manager.
IOCDependentBean
          Represents a default dependent scoped bean.
ProxyResolver
          A ProxyResolver is used to implement a proxy closing strategy in the wiring of beans within the container.
SyncBeanManager
           
SyncBeanManagerImpl
          A simple bean manager provided by the Errai IOC framework.
SyncBeanManagerSetup
           
Tuple
          A simple tuple implementation meant to hold a key-value pair.
 

Classes in org.jboss.errai.ioc.client.container used by org.jboss.errai.ioc.client.container.async
AbstractCreationalContext
           
BeanRef
          This class is used as a resolver class within the bean manager to represent a unique bean definition for a given type and combination of qualifiers.
ClientBeanManager
           
CreationalContext
          The CreationalContext is as its name implies, the context used in the creation of beans.
DestructionCallback
          A destruction callback is used to implement a set of tasks to be performed on a bean prior to it being destroyed (or taken out of service) by the bean manager.
 


Errai 3.0.1-SNAPSHOT

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