Свойство | Тип | Описание | |
---|---|---|---|
log | ILog |
Метод | Описание | |
---|---|---|
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. | |
Результат | long |
public GetResourceStream ( string source ) : Stream | ||
source | string | the source template name |
Результат | Stream |
public Init ( |
||
configuration | The ExtendedProperties representing the Velocity configuration. | |
Результат | void |
public IsSourceModified ( |
||
resource | The resource. | |
Результат | bool |