The web container will call back to these methods when it needs to create an instance of the servlet to support the path.
Returns the class type of the servlet that should be created to process requests. Note that the class must represent a subclass of HttpServlet.returnThe servlet class
Returns a Map containing name and value pairs to be used in preparing the init params in the servlet's ServletConfig object.returnMap containing the servlet init parameters
Returns the name of the servlet that the container should assign when it adds a servlet to a web module.returnThe servlet name