public class SSIServlet extends HttpServlet
| Constructor and Description |
|---|
SSIServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
Process a GET or HEAD request
|
void |
init()
Initialize the servlet.
|
void |
setFactory(SSIFactory factory)
Set's the SSIFactory, default is a factory that handles
the standard Apache SSI commands.
|
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log, toStringpublic void setFactory(SSIFactory factory)
public void init()
throws ServletException
GenericServletinit in class GenericServletServletExceptionpublic void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
HttpServletdoGet in class HttpServletrequest - the client requestresponse - response to the clientServletExceptionjava.io.IOException