abstractpublic class QServlet implements Servlet(Code)
Base servlet for both JSP and XTP. It's primarily responsible for
returning the proper error messages when things go wrong.
The manager create the compiled JSP and XTP pages. The manager
returns a Page object which is actually executed.
See Also:JspManager See Also:XtpManager See Also:Page
The service method gets the JSP/XTP page and executes it. The
request and response objects are converted to Caucho objects so
other servlet runners will produce the same results as the Caucho
servlet runner.