Class Liby

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

public class Liby
extends HttpServlet

Constructor Index

 o Liby()

Method Index

 o doGet(HttpServletRequest, HttpServletResponse)

Constructors

 o Liby
 public Liby()

Methods

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