|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.jsp.QServlet
com.caucho.jsp.JspServlet
public class JspServlet
Handles JSP pages. Most of the work is done in the JspManager and QServlet.
JspManager| Field Summary |
|---|
| Fields inherited from class com.caucho.jsp.QServlet |
|---|
_webApp |
| Constructor Summary | |
|---|---|
JspServlet()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getServletInfo()
Returns an information string about the servlet. |
void |
init(ServletConfig conf)
Initializes the servlet. |
static void |
initStatic()
Static initialization |
void |
setLoadTldOnInit(boolean isPreload)
Set true when JSP pages should load tld files. |
void |
setPageCacheMax(int max)
Set true when JSP pages should default to xml. |
void |
setXml(boolean isXml)
Set true when JSP pages should default to xml. |
| 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, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JspServlet()
| Method Detail |
|---|
public void setXml(boolean isXml)
public void setLoadTldOnInit(boolean isPreload)
public void setPageCacheMax(int max)
public void init(ServletConfig conf)
throws ServletException
init in interface Servletinit in class QServletconf - information from the configuration file.
ServletExceptionpublic static void initStatic()
public java.lang.String getServletInfo()
Servlet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||