|
||||||||||
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. |
java.lang.String |
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 |
---|
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 Servlet
init
in class QServlet
conf
- information from the configuration file.
ServletException
public static void initStatic()
public java.lang.String getServletInfo()
Servlet
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |