Package org.alfresco.repo.template
Interface TemplateSource
-
public interface TemplateSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()ReadergetReader(String encoding)InputStreamgetResource(String name)longlastModified()
-
-
-
Method Detail
-
getReader
Reader getReader(String encoding) throws IOException
- Throws:
IOException
-
close
void close() throws IOException- Throws:
IOException
-
lastModified
long lastModified()
-
getResource
InputStream getResource(String name)
-
-