com.caucho.jsp
Class JspDepend

java.lang.Object
  |
  +--com.caucho.vfs.Depend
        |
        +--com.caucho.jsp.JspDepend

public class JspDepend
extends Depend

Class for keeping track of modifications. Normally, a generated JSP page will encode this using the second constructor.


Constructor Summary
JspDepend(Path source, long lastModified, long length)
           
 
Methods inherited from class com.caucho.vfs.Depend
equals, getLastModified, getLength, getPath, getRequireSource, isModified, setRequireSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JspDepend

public JspDepend(Path source,
                 long lastModified,
                 long length)