Class GetAbstract

java.lang.Object
   |
   +----javax.servlet.GenericServlet
           |
           +----javax.servlet.http.HttpServlet
                   |
                   +----GetAbstract

public class GetAbstract
extends HttpServlet

Constructor Index

 o GetAbstract()

Method Index

 o doGet(HttpServletRequest, HttpServletResponse)
 o init(ServletConfig)

Constructors

 o GetAbstract
 public GetAbstract()

Methods

 o init
 public void init(ServletConfig config) throws ServletException
Overrides:
init in class GenericServlet
 o doGet
 public void doGet(HttpServletRequest req,
                   HttpServletResponse res) throws ServletException, IOException
Overrides:
doGet in class HttpServlet