public class JspServlet extends QServlet
JspManager| Constructor and Description |
|---|
JspServlet() |
| Modifier and Type | Method and Description |
|---|---|
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() |
destroy, getInitParameter, getManager, getPage, getPage, getServletConfig, getServletContext, killPage, service, setManagerpublic 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()
Servletpublic java.lang.String toString()
toString in class java.lang.Object