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. | + | org.zkoss.util.label.cache |
{{GlobalLibraryProperty}} | {{GlobalLibraryProperty}} | ||
− | Default: <i> | + | Default: <i>true</i> |
[since 8.6.0] | [since 8.6.0] | ||
− | Specifies whether to | + | 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
Property:
org.zkoss.util.label.cache
Applicable: globally in zk.xml via <library-property> 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.