|
|||||||||
| Home >> All >> com >> tripi >> [ asp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.tripi.asp
Class AspHandler.CachedScript

java.lang.Objectcom.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()
|
|||||||||
| Home >> All >> com >> tripi >> [ asp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.tripi.asp.AspHandler.CachedScript