com.shift.framework.conf
Class XMLBeaverConfigManager

java.lang.Object
  extended by com.shift.framework.conf.BeaverConfigManager
      extended by com.shift.framework.conf.XMLBeaverConfigManager

public class XMLBeaverConfigManager
extends BeaverConfigManager

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

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

Constructor Summary
XMLBeaverConfigManager()
          Beaver.xmlÀ» ·ÎµùÇÏ¿© ÆÄ½ÌÇÑ´Ù.
 
Method Summary
 
Methods inherited from class com.shift.framework.conf.BeaverConfigManager
getBeaverMode, getIbatisReloadble, getIbatisSqlMapConfig, getIgnoreAction, getProperty, getSessionAttribute, getSessionCheck, getSessionKey, getSmtpInfo, getUserProperty, init
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLBeaverConfigManager

public XMLBeaverConfigManager()
                       throws javax.xml.parsers.ParserConfigurationException,
                              org.xml.sax.SAXException,
                              java.io.IOException,
                              ConfigFailedException
Beaver.xmlÀ» ·ÎµùÇÏ¿© ÆÄ½ÌÇÑ´Ù.

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