com.caucho.jsp
Class PageManager

java.lang.Object
  |
  +--com.caucho.jsp.PageManager
Direct Known Subclasses:
JspManager, XtpManager

public abstract class PageManager
extends java.lang.Object

Parent template manager for both JspManager and XtpManager. PageManager is responsible for caching pages until the underlying files change.


Field Summary
protected  boolean autoCompile
           
protected  Path workPath
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

workPath

protected Path workPath

autoCompile

protected boolean autoCompile