org.cruxframework.crux.core.client.ioc
Interface RuntimeIoCContainer


public interface RuntimeIoCContainer

Author:
Thiago da Rosa de Bustamante

Method Summary
<T> T
get(Class<T> clazz, IoCResource.Scope scope, String subscope)
           
 void setIoCContainer(IocContainer iocContainer)
           
 

Method Detail

get

<T> T get(Class<T> clazz,
          IoCResource.Scope scope,
          String subscope)

setIoCContainer

void setIoCContainer(IocContainer iocContainer)


Copyright © 2014. All rights reserved.