org.jtheque.core.managers.beans.ioc
Class Ioc

java.lang.Object
  extended by org.jtheque.core.managers.beans.ioc.Ioc

public final class Ioc
extends java.lang.Object

The IoC manager.

Author:
Baptiste Wicht

Method Summary
static IocContainer getContainer()
          Return the IoC container implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContainer

public static IocContainer getContainer()
Return the IoC container implementation.

Returns:
The IoC container implementation.


Copyright © 2009 JTheque. All Rights Reserved.