zest.xml"

From Documentation
m (Created page with "{{ZESTEssentialsPageHeader}} {{ZESTEssentialsHeadingToc}} {{ZESTEssentialsPageFooter}}")
 
Line 1: Line 1:
 
{{ZESTEssentialsPageHeader}}
 
{{ZESTEssentialsPageHeader}}
 +
<tt>WEB-INF/zest.xml</tt> is the configuration descriptor of ZEST. The configuration descriptor is mainly used to specify the actions and how they are mapped to URI.
 +
 +
<tt>WEB-INF/zest.xml</tt> is loaded automatically when [[ZEST Essentials/Configuration/web.xml/ZEST Filter|ZEST Filter]] is deployed. If you'd like to reload it (when you modify its content), you could invoke <javadoc directory="zest" method="loadConfiguration(org.zkoss.zest.sys.Parser, java.lang.String)">org.zkoss.zest.sys.ZestManager</javadoc>.
 +
 
{{ZESTEssentialsHeadingToc}}
 
{{ZESTEssentialsHeadingToc}}
 
{{ZESTEssentialsPageFooter}}
 
{{ZESTEssentialsPageFooter}}

Revision as of 06:13, 14 March 2011


WEB-INF/zest.xml is the configuration descriptor of ZEST. The configuration descriptor is mainly used to specify the actions and how they are mapped to URI.

WEB-INF/zest.xml is loaded automatically when ZEST Filter is deployed. If you'd like to reload it (when you modify its content), you could invoke ZestManager.loadConfiguration(Parser, String).




Last Update : 2011/03/14

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.