com.dyuproject.ioc.config
Class Import
java.lang.Object
com.dyuproject.ioc.config.Import
- All Implemented Interfaces:
- org.mortbay.util.ajax.JSON.Convertible
public final class Import
- extends Object
- implements org.mortbay.util.ajax.JSON.Convertible
A configuration component from a json context file w/c imports and loads another
ApplicationContext
into the current parsing context Context
.
- Author:
- David Yu
- Date created:
- Feb 21, 2009
Method Summary |
void |
fromJSON(Map map)
|
void |
toJSON(org.mortbay.util.ajax.JSON.Output out)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Import
public Import()
fromJSON
public void fromJSON(Map map)
- Specified by:
fromJSON
in interface org.mortbay.util.ajax.JSON.Convertible
toJSON
public void toJSON(org.mortbay.util.ajax.JSON.Output out)
- Specified by:
toJSON
in interface org.mortbay.util.ajax.JSON.Convertible
Copyright © 2008-2013. All Rights Reserved.