com.dyuproject.ioc.config
Class Import

java.lang.Object
  extended by 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

Constructor Summary
Import()
           
 
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
 

Constructor Detail

Import

public Import()
Method Detail

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.