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, setManager
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