Uses of Interface
org.cruxframework.crux.core.client.ioc.IocProvider

Packages that use IocProvider
org.cruxframework.crux.core.client.ioc   
org.cruxframework.crux.core.ioc   
 

Uses of IocProvider in org.cruxframework.crux.core.client.ioc
 

Classes in org.cruxframework.crux.core.client.ioc that implement IocProvider
static class IoCResource.NoProvider
           
 

Uses of IocProvider in org.cruxframework.crux.core.ioc
 

Methods in org.cruxframework.crux.core.ioc that return types with arguments of type IocProvider
 Class<? extends IocProvider<? extends T>> IocConfigImpl.getProviderClass()
           
 

Method parameters in org.cruxframework.crux.core.ioc with type arguments of type IocProvider
 IocConfigImpl<T> IocConfigImpl.toProvider(Class<? extends IocProvider<? extends T>> providerClass)
           
 IocConfig<T> IocConfig.toProvider(Class<? extends IocProvider<? extends T>> providerClass)
          Bound a provider class that will be used to instantiate new objects by IOC container.
 



Copyright © 2014. All rights reserved.