zest.xml"

From Documentation
m (correct highlight (via JWB))
 
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.
+
<code>WEB-INF/zest.xml</code> 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>.
+
<code>WEB-INF/zest.xml</code> 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}}

Latest revision as of 02:57, 18 January 2022


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 : 2022/01/18

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