Example usage for Java javax.servlet GenericServlet fields, constructors, methods, implement or subclass
The text is from its open source code.
GenericServlet() Does nothing. |
ServletConfig | getServletConfig() Returns this servlet's ServletConfig object. |
ServletContext | getServletContext() Returns a reference to the ServletContext in which this servlet is running. |
void | init(ServletConfig config) Called by the servlet container to indicate to a servlet that the servlet is being placed into service. |