|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigParser
A configuration parser is an application-specific parser to parse the confingurations in zk.xml.
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>
| Method Summary | |
|---|---|
boolean |
parse(Configuration config,
Element el)
Called to parse application-specific elements. |
| Method Detail |
|---|
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 parsed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||