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
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

autoCompile

protected boolean autoCompile