| java.lang.Object org.enhydra.util.AbsConfigFile org.enhydra.util.XMLConfigFile
XMLConfigFile | public class XMLConfigFile extends AbsConfigFile (Code) | | XMLConfigFile is used to manipulate application's web.xml file to read its
configuration parameters.
See Also: Config, ConfigFileInterface, AbsConfigFile author: Tanja Jovanovic version: 1.0 |
Inner Class :public static class PublicIdResolver implements EntityResolver | |
Method Summary | |
protected void | readJndi() Reads application configuration parameters by using JNDI Context. | public void | write(OutputStream outputStream) Writes out a xml file to the OutputStream specified. |
XMLConfigFile | public XMLConfigFile()(Code) | | Default constructor for an empty config file.
|
readJndi | protected void readJndi() throws ConfigException(Code) | | Reads application configuration parameters by using JNDI Context.
|
write | public void write(OutputStream outputStream)(Code) | | Writes out a xml file to the OutputStream specified. Note that Objects
other than String or String[] will be converted into a String.
Parameters: outputStream - The output stream on which to write the config file. |
|
|