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, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
public void init() throws ServletException
init
in class GenericServlet
ServletException
public void service(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException
service
in class HttpServlet
ServletException
IOException
Copyright © 1995-2015 Webtide. All Rights Reserved.