Uses of Class
org.cruxframework.crux.core.client.ioc.IoCResource.Scope

Packages that use IoCResource.Scope
org.cruxframework.crux.core.client.ioc   
org.cruxframework.crux.core.ioc   
 

Uses of IoCResource.Scope in org.cruxframework.crux.core.client.ioc
 

Methods in org.cruxframework.crux.core.client.ioc that return IoCResource.Scope
static IoCResource.Scope IoCResource.Scope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IoCResource.Scope[] IoCResource.Scope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.cruxframework.crux.core.client.ioc with parameters of type IoCResource.Scope
protected  org.cruxframework.crux.core.client.ioc.IocScope IocContainer._getScope(IoCResource.Scope scope)
          Retrieve the scope controller for the requested scope
<T> T
IocContainer.get(Class<T> clazz, IoCResource.Scope scope)
          Retrieve an object from IoCContainer
<T> T
RuntimeIoCContainer.get(Class<T> clazz, IoCResource.Scope scope, String subscope)
           
<T> T
IocContainer.get(Class<T> clazz, IoCResource.Scope scope, String subscope)
          Retrieve an object from IoCContainer
 

Uses of IoCResource.Scope in org.cruxframework.crux.core.ioc
 

Methods in org.cruxframework.crux.core.ioc that return IoCResource.Scope
 IoCResource.Scope IocConfigImpl.getScope()
           
 

Methods in org.cruxframework.crux.core.ioc with parameters of type IoCResource.Scope
 IocConfigImpl<T> IocConfigImpl.scope(IoCResource.Scope scope)
           
 IocConfig<T> IocConfig.scope(IoCResource.Scope scope)
          Defines the scope where the created object will be saved
 



Copyright © 2014. All rights reserved.