org.zkoss.util.label.cache"

From Documentation
(Created org.zkoss.util.label.reload)
 
m (org.zkoss.util.label.reload -> org.zkoss.util.label.cache)
Line 2: Line 2:
  
 
'''Property:'''
 
'''Property:'''
  org.zkoss.util.label.reload
+
  org.zkoss.util.label.cache
  
 
{{GlobalLibraryProperty}}
 
{{GlobalLibraryProperty}}
  
  Default: <i>false</i>
+
  Default: <i>true</i>
 
  [since 8.6.0]
 
  [since 8.6.0]
  
Specifies whether to reload zk-labels.properties when creating a new desktop. By default, it is disabled. It means the content of zk-labels.properties is loaded and cached at the server. If you are developing a ZK application and you'd like to modify zk-labels.properties without restarting the server, you could enable it.
+
Specifies whether to cache zk-labels.properties. By default, it is enabled. It means the content of zk-labels.properties is loaded and cached at the server. If you are developing a ZK application and you'd like to modify zk-labels.properties without restarting the server, you could disable it.
  
 
Please refer to [[ZK Developer's Reference/Internationalization/Labels|ZK Developer's Reference: Internationalization]] for more information about zk-label.properties.
 
Please refer to [[ZK Developer's Reference/Internationalization/Labels|ZK Developer's Reference: Internationalization]] for more information about zk-label.properties.
  
 
{{ZKConfigurationReferencePageFooter}}
 
{{ZKConfigurationReferencePageFooter}}

Revision as of 09:17, 21 September 2018


org.zkoss.util.label.cache


Property:

org.zkoss.util.label.cache
Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-cross-icon.png not as <custom-attribute>
Default: true
[since 8.6.0]

Specifies whether to cache zk-labels.properties. By default, it is enabled. It means the content of zk-labels.properties is loaded and cached at the server. If you are developing a ZK application and you'd like to modify zk-labels.properties without restarting the server, you could disable it.

Please refer to ZK Developer's Reference: Internationalization for more information about zk-label.properties.



Last Update : 2018/09/21

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