public interface ConfigParser
You can specify it in /metainfo/config.xml or WEB-INF/zk.xml as follows:
<system-config>
<config-parser-class>com.foo.ConfigParser
</system-config>
Modifier and Type | Method and Description |
---|---|
boolean |
parse(Configuration config,
Element el)
Called to parse application-specific elements.
|
boolean parse(Configuration config, Element el)
config
- the configuration to store the info.
The info can be stored with Configuration.setAttribute(java.lang.String, java.lang.Object)
.el
- the element in zk.xml to be parsedCopyright © 2005-2021 Potix Corporation. All Rights Reserved.