|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TemplateResource<T>
Handle to a template-able resource.
| Method Summary | |
|---|---|
InputStream |
getInputStream()
Get the underlying data for this TemplateResource in the form of an InputStream. |
long |
getLastModified()
Get the last modified time of this resource. |
String |
getPath()
Get the unique path at which this resource can be located. |
TemplateResolver<T> |
getResolvedBy()
Get the TemplateResolver with which this TemplateResource was resolved. |
T |
getUnderlyingResource()
Get the underlying T resource object for this TemplateResource |
| Method Detail |
|---|
String getPath()
TemplateResolverFactory.
InputStream getInputStream()
TemplateResource in the form of an InputStream.
long getLastModified()
T getUnderlyingResource()
T resource object for this TemplateResource
TemplateResolver<T> getResolvedBy()
TemplateResolver with which this TemplateResource was resolved.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||