public class XtpServlet extends QServlet
JspManager
Constructor and Description |
---|
XtpServlet() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getServletInfo()
Returns an information string about the servlet.
|
void |
init(ServletConfig conf)
Initializes the servlet.
|
destroy, getInitParameter, getManager, getPage, getPage, getServletConfig, getServletContext, killPage, service, setManager
public void init(ServletConfig conf) throws ServletException
The servlet parameter 'strict-xsl' forces XSL stylesheets to follow the strict specification. By default, XSL stylesheets follow the looser 'XSLT-lite.'
The servlet parameter 'strict-xml' forces XTP pages to follow strict XML. By default, they're LooseHtml.
The servlet parameter 'default-stylesheet' sets the default stylesheet. The initial value is 'default.xsl'.
init
in interface Servlet
init
in class QServlet
conf
- information from the configuration file.ServletException
public java.lang.String getServletInfo()
Servlet