com.caucho.jsp
Class JspManager

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

public class JspManager
extends PageManager

Manages JSP templates. The JspManager allows for a template style of JSP. A servlet can use JSP for its output.


Fields inherited from class com.caucho.jsp.PageManager
autoCompile
 
Constructor Summary
JspManager(ServletContext context)
           
 
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)