org.javasign.servlet
Class TimestampServlet

java.lang.Object
  |
  +--HttpServlet
        |
        +--org.javasign.servlet.TimestampServlet

public class TimestampServlet
extends HttpServlet

See Also:
Serialized Form

Constructor Summary
TimestampServlet()
           
 
Method Summary
protected  void doGet(HttpServletRequest req, HttpServletResponse res)
           
protected  void doPost(HttpServletRequest req, HttpServletResponse res)
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimestampServlet

public TimestampServlet()
Method Detail

init

public void init()
          throws ServletException
ServletException

doPost

protected void doPost(HttpServletRequest req,
                      HttpServletResponse res)
               throws ServletException,
                      java.io.IOException
ServletException
java.io.IOException

doGet

protected void doGet(HttpServletRequest req,
                     HttpServletResponse res)
              throws ServletException,
                     java.io.IOException
ServletException
java.io.IOException