|
|||||||||
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 'XSLT-lite.'
The servlet parameter 'strict-xml' forces XTP pages to follow strict XML. By default, they're LooseHtml.
config
- the servlet's configurationpublic void service(ServletRequest request, ServletResponse response) throws ServletException, java.io.IOException
service
simultaneously. Normally,
req
and res
will actually be
HttpServletRequest
and HttpServletResponse
classes.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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |