JSPservletPkg
Class JSPloader.ResourceEntry

java.lang.Object
JSPservletPkg.JSPloader.ResourceEntry
- Enclosing class:
- JSPloader
- class JSPloader.ResourceEntry
- extends java.lang.Object
ressources value - maintains a buffer containing the resource and a
lastModified time.
|
Field Summary |
(package private) byte[] |
buf
buffer containing the resource |
(package private) long |
lastModified
time in milliseconds since the epoch where the resource was modified |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lastModified
long lastModified
- time in milliseconds since the epoch where the resource was modified
buf
byte[] buf
- buffer containing the resource
JSPloader.ResourceEntry
JSPloader.ResourceEntry()