|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Repository
A Repository stores the template strings used for template expansion. For example, a repository can consist
of the files in a particular directory, or the files inside a jar file. When the
document.include call is invoked, the included template will be sought in the same repository
as the including template.
| Method Summary | |
|---|---|
java.lang.String |
getResource(java.lang.String resourceName)
Return the string with the specified name. |
java.util.Date |
lastModifiedTime(java.lang.String resourceName)
Return the last time at which the string with the specified name was modified. |
| Method Detail |
|---|
java.lang.String getResource(java.lang.String resourceName)
throws java.lang.Exception
java.lang.Exception
java.util.Date lastModifiedTime(java.lang.String resourceName)
throws java.lang.Exception
java.lang.Exception
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||