org.apache.catalina.ssi
public class SSIServlet extends HttpServlet
Version: $Revision: 769388 $, $Date: 2009-04-28 15:26:54 +0200 (Tue, 28 Apr 2009) $
| Field Summary | |
|---|---|
| protected boolean | buffered Should the output be buffered. |
| protected int | debug Debug level for this servlet. |
| protected Long | expires Expiration time in seconds for the doc. |
| protected String | inputEncoding Input encoding. |
| protected boolean | isVirtualWebappRelative virtual path can be webapp-relative |
| protected String | outputEncoding Output encoding. |
| Method Summary | |
|---|---|
| void | doGet(HttpServletRequest req, HttpServletResponse res)
Process and forward the GET request to our requestHandler()*
|
| void | doPost(HttpServletRequest req, HttpServletResponse res)
Process and forward the POST request to our
requestHandler().
|
| void | init()
Initialize this servlet.
|
| protected void | processSSI(HttpServletRequest req, HttpServletResponse res, URL resource) |
| protected void | requestHandler(HttpServletRequest req, HttpServletResponse res)
Process our request and locate right SSI command.
|
requestHandler()*
Parameters: req a value of type 'HttpServletRequest' res a value of type 'HttpServletResponse'
Throws: IOException if an error occurs ServletException if an error occurs
requestHandler().
Parameters: req a value of type 'HttpServletRequest' res a value of type 'HttpServletResponse'
Throws: IOException if an error occurs ServletException if an error occurs
Throws: ServletException if an error occurs
Parameters: req a value of type 'HttpServletRequest' res a value of type 'HttpServletResponse'