|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.apache.velocity.runtime.resource.Resource
|
+--org.apache.velocity.runtime.resource.ContentResource
This class represent a general text resource that may have been
retrieved from any number of possible sources.
Also of interest is Velocity's Template
Resource.
| Fields inherited from class org.apache.velocity.runtime.resource.Resource |
data, encoding, lastModified, MILLIS_PER_SECOND, modificationCheckInterval, name, nextCheck, resourceLoader, rsvc |
| Constructor Summary | |
ContentResource()
Default empty constructor |
|
| Method Summary | |
boolean |
process()
Pull in static content and store it. |
| Methods inherited from class org.apache.velocity.runtime.resource.Resource |
getData, getEncoding, getLastModified, getName, getResourceLoader, isSourceModified, requiresChecking, setData, setEncoding, setLastModified, setModificationCheckInterval, setName, setResourceLoader, setRuntimeServices, touch |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public ContentResource()
| Method Detail |
public boolean process()
throws ResourceNotFoundException
process in class ResourceResourceNotFoundException - Resource could not be
found.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||