프로퍼티 | 타입 | 설명 | |
---|---|---|---|
paths | |||
templatePaths |
메소드 | 설명 | |
---|---|---|
GetLastModified ( Util.Resource resource ) : long | ||
GetResourceStream ( String templateName ) : Stream |
Get an InputStream so that the Runtime can build a template with it.
|
|
Init ( |
||
IsSourceModified ( Util.Resource resource ) : bool |
How to keep track of all the modified times across the paths.
|
메소드 | 설명 | |
---|---|---|
FindTemplate ( String path, String template ) : Stream |
Try to find a template given a normalized path.
|
public GetLastModified ( Util.Resource resource ) : long | ||
resource | Util.Resource | |
리턴 | long |
public GetResourceStream ( String templateName ) : Stream | ||
templateName | String | name of template to get |
리턴 | Stream |
public Init ( |
||
configuration | ||
리턴 | void |
public IsSourceModified ( Util.Resource resource ) : bool | ||
resource | Util.Resource | |
리턴 | bool |