moazs
Class Moazs

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bymoazs.Moazs
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class Moazs
extends HttpServlet

See Also:
Serialized Form

Constructor Summary
Moazs()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
           
 String getHTML(String title, String message)
           
 String hello()
           
 String pong()
           
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Moazs

public Moazs()
Method Detail

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws IOException,
                  ServletException
Throws:
IOException
ServletException

hello

public String hello()

getHTML

public String getHTML(String title,
                      String message)

pong

public String pong()


Copyright 2008 EGIZ. All Rights Reserved.