org.zkoss.zk.ui.sys
Class ConfigParser

java.lang.Object
  extended by org.zkoss.zk.ui.sys.ConfigParser

public class ConfigParser
extends java.lang.Object

Used to parse WEB-INF/zk.xml into Configuration.

Author:
tomyeh

Constructor Summary
ConfigParser()
           
 
Method Summary
 void parse(java.net.URL url, Configuration config, org.zkoss.util.resource.Locator locator)
          Parses zk.xml, specified by url, into the configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigParser

public ConfigParser()
Method Detail

parse

public void parse(java.net.URL url,
                  Configuration config,
                  org.zkoss.util.resource.Locator locator)
           throws java.lang.Exception
Parses zk.xml, specified by url, into the configuration.

Parameters:
url - the URL of zk.xml.
Throws:
java.lang.Exception


Copyright © 2005-2007 Potix Corporation. All Rights Reserved.