Utility class for reading properties from the NetUI configuration file.
The webapp runtime is read from the
XmlInputStreamResolver passed to the
ConfigUtil.init(XmlInputStreamResolver) method. The configuration should be initialized with
this method before the first call to the
ConfigUtil.getConfig() method. If the configuration
has not been initialized,
ConfigUtil.getConfig() will initialize a default, minimal runtime
configuration. Depending on the web application, this default configuration
may lead to runtime errors.
|