JSPservletPkg
Class JSPloader.ResourceEntry

java.lang.Object
  |
  +--JSPservletPkg.JSPloader.ResourceEntry

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
 
Constructor Summary
(package private) JSPloader.ResourceEntry()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

lastModified

long lastModified
time in milliseconds since the epoch where the resource was modified

buf

byte[] buf
buffer containing the resource
Constructor Detail

JSPloader.ResourceEntry

JSPloader.ResourceEntry()