|
|||||||||
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 FormConstructor Summary | |
XslFilter()
|
Method Summary | |
java.lang.String |
getServletInfo()
Returns information about the servlet, such as author, version, and copyright. |
void |
init(ServletConfig config)
The servlet parameter 'strict-xsl' forces XSL stylesheets to follow the strict specification. |
void |
service(ServletRequest request,
ServletResponse response)
Handle the chained 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 'StyleScript'
The servlet parameter 'strict-xml' can be set 'false' so servlet results will be parsed as LooseHtml. By default, they're Xml.
init
in class GenericServlet
javax.servlet.GenericServlet
config
- the ServletConfig
object
that contains configutation
information for this servletServletException
- if an exception occurs that
interrupts the servlet's normal
operationUnavailableException
public void service(ServletRequest request, ServletResponse response) throws ServletException, java.io.IOException
service
in class GenericServlet
javax.servlet.GenericServlet
req
- the ServletRequest
object
that contains the client's requestres
- the ServletResponse
object
that will contain the servlet's responseServletException
- if an exception occurs that
interferes with the servlet's
normal operation occurredjava.io.IOException
- if an input or output
exception occurspublic java.lang.String getServletInfo()
GenericServlet
Servlet.getServletInfo()
.getServletInfo
in class GenericServlet
javax.servlet.GenericServlet
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |