org.javasign.servlet
Class TimestampServlet
java.lang.Object
  |
  +--HttpServlet
        |
        +--org.javasign.servlet.TimestampServlet
- public class TimestampServlet- extends HttpServlet
- See Also:
- Serialized Form
 
| 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 | 
 
TimestampServlet
public TimestampServlet()
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