public class ModjyJServlet
extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
ModjyJServlet() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Close down the modjy servlet.
|
void |
init()
Initialise the modjy servlet.
1.
|
void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Actually service the incoming request.
|
public void init() throws javax.servlet.ServletException
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
public void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
service
in class javax.servlet.http.HttpServlet
req
- - The incoming HttpServletRequestresp
- - The outgoing HttpServletResponsejavax.servlet.ServletException
IOException
public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet