Property | Type | Description | |
---|---|---|---|
log | ILog |
Method | Description | |
---|---|---|
GetLastModified ( |
Get the last modified time of the InputStream source that was used to create the template. We need the template here because we have to extract the name of the template in order to locate the InputStream source.
|
|
GetResourceStream ( string source ) : Stream |
Get the
|
|
Init ( |
Initialize the template loader with a resources class.
|
|
IsSourceModified ( |
Given a template, check to see if the source of InputStream has been modified.
|
public GetLastModified ( |
||
resource | The resource. | |
return | long |
public GetResourceStream ( string source ) : Stream | ||
source | string | the source template name |
return | Stream |
public Init ( |
||
configuration | The ExtendedProperties representing the Velocity configuration. | |
return | void |
public IsSourceModified ( |
||
resource | The resource. | |
return | bool |