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, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log, toString
public void setFactory(SSIFactory factory)
public void init() throws ServletException
GenericServlet
init
in class GenericServlet
ServletException
public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException
HttpServlet
doGet
in class HttpServlet
request
- the client requestresponse
- response to the clientServletException
java.io.IOException