com.shift.framework.conf
Class XMLAppConfigManager

java.lang.Object
  extended by com.shift.framework.conf.AppConfigManager
      extended by com.shift.framework.conf.XMLAppConfigManager

public class XMLAppConfigManager
extends AppConfigManager

¼³Á¤ Á¤º¸ ÆÄÀÏÀÌ action-config.xmlÀÏ °æ¿ì¿¡ instance¸¦ »ý¼º SAX¸¦ ÀÌ¿ëÇÏ¿© xmlÆÄÀÏ¿¡¼­ ¼³Á¤Á¤º¸¸¦ ²¨³»¿Í properties°´Ã¼¿¡ ´ã´Â´Ù.

Since:
2006.04.04
Version:
1.0
Author:
Shift Information & Communication

Field Summary
 
Fields inherited from class com.shift.framework.conf.AppConfigManager
paramValuesList
 
Constructor Summary
XMLAppConfigManager()
          XML·Î ¸¸µé¾îÁø ȯ°æ¼³Á¤ÆÄÀÏÀ» ·ÎµùÇÏ¿© ÆÄ½ÌÇÑ´Ù.
 
Method Summary
 
Methods inherited from class com.shift.framework.conf.AppConfigManager
getConfig, init
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLAppConfigManager

public XMLAppConfigManager()
                    throws javax.xml.parsers.ParserConfigurationException,
                           java.io.IOException,
                           ConfigFailedException
XML·Î ¸¸µé¾îÁø ȯ°æ¼³Á¤ÆÄÀÏÀ» ·ÎµùÇÏ¿© ÆÄ½ÌÇÑ´Ù.

Throws:
javax.xml.parsers.ParserConfigurationException
java.io.IOException
ConfigFailedException
Since:
1.0