Свойство | Type | Description | |
---|---|---|---|
data | Object | ||
encoding | String | ||
lastModified | long | ||
modificationCheckInterval | long | ||
name | String | ||
nextCheck | long | ||
resourceLoader | ResourceLoader | ||
runtimeServices | IRuntimeServices |
Méthode | Description | |
---|---|---|
IsSourceModified ( ) : bool | ||
Process ( ) : bool |
Perform any subsequent processing that might need to be done by a resource. In the case of a template the actual parsing of the input stream needs to be performed.
|
|
RequiresChecking ( ) : bool |
Set the modification check interval. Is it time to check to see if the resource source has been updated?
|
|
Touch ( ) : void |
'Touch' this template and thereby resetting the nextCheck field.
|
protected long modificationCheckInterval | ||
Résultat | long |
protected ResourceLoader resourceLoader | ||
Résultat | ResourceLoader |