|
||||||||||
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.XtpServlet
public class XtpServlet
Handles XTP 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 | |
---|---|
XtpServlet()
|
Method Summary | |
---|---|
java.lang.String |
getServletInfo()
Returns an information string about the servlet. |
void |
init(ServletConfig conf)
Initializes the servlet. |
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 XtpServlet()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |