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.GenericServletjavax.servlet.ServletExceptionpublic void service(javax.servlet.http.HttpServletRequest req,
                    javax.servlet.http.HttpServletResponse resp)
             throws javax.servlet.ServletException,
                    IOException
service in class javax.servlet.http.HttpServletreq - - The incoming HttpServletRequestresp - - The outgoing HttpServletResponsejavax.servlet.ServletExceptionIOExceptionpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServlet