com.caucho.jsp
Class JspXmlServlet

java.lang.Object
  extended by com.caucho.jsp.QServlet
      extended by com.caucho.jsp.JspServlet
          extended by com.caucho.jsp.JspXmlServlet
All Implemented Interfaces:
Servlet

public class JspXmlServlet
extends JspServlet

Handles JSP pages. Most of the work is done in the JspManager and QServlet.

See Also:
JspManager

Field Summary
 
Fields inherited from class com.caucho.jsp.QServlet
_webApp
 
Constructor Summary
JspXmlServlet()
           
 
Method Summary
 
Methods inherited from class com.caucho.jsp.JspServlet
getServletInfo, init, initStatic, setLoadTldOnInit, setPageCacheMax, setXml, toString
 
Methods inherited from class com.caucho.jsp.QServlet
destroy, getInitParameter, getManager, getPage, getPage, getServletConfig, getServletContext, killPage, service, setManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JspXmlServlet

public JspXmlServlet()