zest.xml"
From Documentation
m (Created page with "{{ZESTEssentialsPageHeader}} {{ZESTEssentialsHeadingToc}} {{ZESTEssentialsPageFooter}}") |
m (correct highlight (via JWB)) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{ZESTEssentialsPageHeader}} | {{ZESTEssentialsPageHeader}} | ||
+ | <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. | ||
+ | |||
+ | <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).