Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

JSPservletPkg
Class JSPloader.ResourceEntry  view JSPloader.ResourceEntry download JSPloader.ResourceEntry.java

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