The extendlet-check-period Element"

From Documentation
(Created page with ' {{ZKConfigurationReferencePageHeader}} [Default: -1 (never expired)] It specifies the time, in seconds, to wait before checking whether a resource loaded by an extendlet is m…')
 
m (correct highlight (via JWB))
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{ZKConfigurationReferencePageHeader}}
+
{{ZKConfigurationReferencePageHeader}}
 +
 
 +
'''Syntax:'''
 +
<extendlet-check-period>''a_number''</extendlet-check-period>
  
 
  [Default: -1 (never expired)]
 
  [Default: -1 (never expired)]
  
It specifies the time, in seconds, to wait before checking whether a resource loaded by an extendlet is modified. An extendlet is a processor to load the resources usually located in classpath, such as <tt>~./zul/desktop.dsp</tt>.
+
It specifies the time, in seconds, to wait before checking whether a resource loaded by an extendlet is modified. An extendlet is a processor to load the resources which are usually located in classpath, such as <code>~./zul/desktop.dsp</code>.
  
Resources located in classpath are usually packed as a JAR file, so they are immutable and not need to check if modified. However, in a development environment, you might want to check if they are deployed without reloading the JAR files.
+
Resources located in classpath are usually packed as a JAR file, so they are immutable and not need to check if modified. However, in a development environment, you might still want to check out if they are deployed without reloading the JAR files.
  
{{ZKConfigurationReferencePageFooter}}
+
=Version History=
 +
{{LastUpdated}}
 +
{| border='1px' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 +
{{ZKConfigurationReferencePageFooter}}

Latest revision as of 10:19, 19 January 2022


The extendlet-check-period Element


Syntax:

<extendlet-check-period>a_number</extendlet-check-period>
[Default: -1 (never expired)]

It specifies the time, in seconds, to wait before checking whether a resource loaded by an extendlet is modified. An extendlet is a processor to load the resources which are usually located in classpath, such as ~./zul/desktop.dsp.

Resources located in classpath are usually packed as a JAR file, so they are immutable and not need to check if modified. However, in a development environment, you might still want to check out if they are deployed without reloading the JAR files.

Version History

Last Update : 2022/01/19


Version Date Content
     


Last Update : 2022/01/19

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