org.zkoss.zest.sys
Interface Parser

All Known Implementing Classes:
ParserImpl

public interface Parser

The parser used to parse the configuration file, WEB-INF/zest.xml.

Author:
tomyeh

Method Summary
 Configuration parse(java.net.URL url, org.zkoss.util.resource.Locator loc)
          Parses the specified configuration file.
 

Method Detail

parse

Configuration parse(java.net.URL url,
                    org.zkoss.util.resource.Locator loc)
                    throws java.lang.Exception
Parses the specified configuration file.

Parameters:
url - the configuration file's URL
loc - the locator used to locate the associated resources.
Returns:
the configuration.
Throws:
java.lang.Exception


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