org.zkoss.zk.ui.sys.XMLResourcesLocator.class"
From Documentation
Line 7: | Line 7: | ||
[since 5.5.0] | [since 5.5.0] | ||
− | It specifies the name of the class used to load <code>metainfo/config.xml</code>, <code>metainfo/lang.xml</code> and <code>metainfo/lang-addon.xml</code>. By default, they are loaded from the class path. If you prefer to load them from other | + | It specifies the name of the class used to load <code>metainfo/config.xml</code>, <code>metainfo/lang.xml</code> and <code>metainfo/lang-addon.xml</code>. By default, they are loaded from the class path. If you prefer to load them from other locations, implement the <javadoc>org.zkoss.util.resource.XMLResourcesLocator</javadoc> interface. |
* Notice that you can specify the property in <code>WEB-INF/zk.xml</code>, since it is too late. Rather, you have to specify in the server's configuration (as a system property). | * Notice that you can specify the property in <code>WEB-INF/zk.xml</code>, since it is too late. Rather, you have to specify in the server's configuration (as a system property). | ||
{{ZKConfigurationReferencePageFooter}} | {{ZKConfigurationReferencePageFooter}} |
Revision as of 09:22, 5 August 2011
Property:
org.zkoss.zk.ui.sys.XMLResourcesLocator.class
Default: none (it implies ClassLocator) [since 5.5.0]
It specifies the name of the class used to load metainfo/config.xml
, metainfo/lang.xml
and metainfo/lang-addon.xml
. By default, they are loaded from the class path. If you prefer to load them from other locations, implement the XMLResourcesLocator interface.
- Notice that you can specify the property in
WEB-INF/zk.xml
, since it is too late. Rather, you have to specify in the server's configuration (as a system property).