|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.servlet.GenericServlet
|
+--com.caucho.jsp.XslFilter
Filters the output of JSP pages.
JspManager, Serialized Form| Constructor Summary | |
XslFilter()
|
|
| Method Summary | |
java.lang.String |
getServletInfo()
Returns a string describing the servlet. |
void |
init(ServletConfig config)
The servlet parameter 'strict-xsl' forces XSL stylesheets to follow the strict specification. |
void |
service(ServletRequest request,
ServletResponse response)
Service a request. |
| Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XslFilter()
| Method Detail |
public void init(ServletConfig config)
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.
init in class GenericServletjavax.servlet.GenericServletconfig - the servlet's configuration
public void service(ServletRequest request,
ServletResponse response)
throws ServletException,
java.io.IOException
Servletservice simultaneously. Normally,
req and res will actually be
HttpServletRequest and HttpServletResponse
classes.javax.servlet.Servletreq - request information. Normally servlets will cast this
to HttpServletRequestres - response information. Normally servlets will cast this
to HttpServletRequestpublic java.lang.String getServletInfo()
GenericServletgetServletInfo in class GenericServlet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||