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

From Documentation
(Created page with ' {{ZKConfigurationReferencePageHeader}} Default: <i>none</i> (it implies <javadoc>org.zkoss.util.resource.ClassLocator</javadoc>) [since 5.5.0] It specifies the name of the c…')
 
Line 1: Line 1:
 
  {{ZKConfigurationReferencePageHeader}}
 
  {{ZKConfigurationReferencePageHeader}}
 +
 +
'''Property:'''
 +
org.zkoss.zk.ui.sys.XMLResourcesLocator.class
  
 
  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>)

Revision as of 03:13, 6 December 2010


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
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 location, 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 : 2010/12/06

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