Java javax.servlet GenericServlet fields, constructors, methods, implement or subclass

Example usage for Java javax.servlet GenericServlet fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.servlet GenericServlet.

The text is from its open source code.

Subclass

javax.servlet.GenericServlet has subclasses.
Click this link to see all its subclasses.

Constructor

GenericServlet()
Does nothing.

Method

ServletConfiggetServletConfig()
Returns this servlet's ServletConfig object.
ServletContextgetServletContext()
Returns a reference to the ServletContext in which this servlet is running.
voidinit(ServletConfig config)
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.