public class CGI extends HttpServlet
The following init parameters are used to configure this servlet:
| Constructor and Description |
|---|
CGI() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
void |
service(HttpServletRequest req,
HttpServletResponse res) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logpublic void init()
throws ServletException
init in class GenericServletServletExceptionpublic void service(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
service in class HttpServletServletExceptionIOExceptionCopyright © 1995-2015 Webtide. All Rights Reserved.