com.caucho.jsp
Class JspManager

java.lang.Object
  |
  +--com.caucho.jsp.PageManager
        |
        +--com.caucho.jsp.JspManager

public class JspManager
extends PageManager

Manages JSP templates.


Fields inherited from class com.caucho.jsp.PageManager
autoCompile, workPath
 
Constructor Summary
JspManager(ServletContext context)
           
 
Method Summary
 boolean getPrecompile()
          Returns true if JSP pages are precompiled.
 boolean getRecycleTags()
          Returns true if JSP tags should be recycled.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspManager

public JspManager(ServletContext context)
           throws RegistryException
Method Detail

getPrecompile

public boolean getPrecompile()
Returns true if JSP pages are precompiled.

getRecycleTags

public boolean getRecycleTags()
Returns true if JSP tags should be recycled.