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

Quick Search    Search Deep

com.tripi.asp
Class AspHandler.CachedScript  view AspHandler.CachedScript download AspHandler.CachedScript.java

java.lang.Object
  extended bycom.tripi.asp.AspHandler.CachedScript
Enclosing class:
AspHandler

private class AspHandler.CachedScript
extends java.lang.Object

Class to hold cached-file data


Field Summary
(package private)  long checkedTime
          Last time file was checked
(package private)  AspFileFactory fileFactory
          File factory for this script
(package private)  Node node
          Node representation of script
 
Constructor Summary
private AspHandler.CachedScript()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileFactory

AspFileFactory fileFactory
File factory for this script


node

Node node
Node representation of script


checkedTime

long checkedTime
Last time file was checked

Constructor Detail

AspHandler.CachedScript

private AspHandler.CachedScript()