org.zkoss.zk.ui.sys.XMLResourcesLocator.class"

From Documentation
m
m ((via JWB))
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
'''Property:'''
 
'''Property:'''
 
  org.zkoss.zk.ui.sys.XMLResourcesLocator.class
 
  org.zkoss.zk.ui.sys.XMLResourcesLocator.class
 +
 +
{{GlobalLibraryProperty}}
  
 
  Default: <i>none</i> (it implies <javadoc>org.zkoss.util.resource.ClassLocator</javadoc>)
 
  Default: <i>none</i> (it implies <javadoc>org.zkoss.util.resource.ClassLocator</javadoc>)
[since 6.6.0]
+
{{versionSince|6.6.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 locations, implement the <javadoc>org.zkoss.util.resource.XMLResourcesLocator</javadoc> interface.
 
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.

Latest revision as of 09:34, 14 March 2022


DocumentationZK Configuration Referencezk.xmlThe Library Propertiesorg.zkoss.zk.ui.sys.XMLResourcesLocator.class
org.zkoss.zk.ui.sys.XMLResourcesLocator.class


Property:

org.zkoss.zk.ui.sys.XMLResourcesLocator.class
Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-cross-icon.png not as <custom-attribute>
Default: none (it implies ClassLocator)

Since 6.6.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).



Last Update : 2022/03/14

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