|
|||||||||
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 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 '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 servlet's configurationpublic void service(ServletRequest request, ServletResponse response) throws ServletException, java.io.IOException
Servlet
service
simultaneously. Normally,
req
and res
will actually be
HttpServletRequest
and HttpServletResponse
classes.javax.servlet.Servlet
req
- request information. Normally servlets will cast this
to HttpServletRequest
res
- response information. Normally servlets will cast this
to HttpServletRequest
public java.lang.String getServletInfo()
GenericServlet
getServletInfo
in class GenericServlet
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |