com.knowgate.http
Class HttpCalendarServlet
java.lang.Object
HttpServlet
com.knowgate.http.HttpCalendarServlet
public class HttpCalendarServlet
- extends HttpServlet
|
Method Summary |
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
|
void |
doPost(HttpServletRequest request,
HttpServletResponse response)
|
void |
init()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpCalendarServlet
public HttpCalendarServlet()
init
public void init()
throws ServletException
- Throws:
ServletException
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws java.io.IOException,
ServletException
- Throws:
java.io.IOException
ServletException
doPost
public void doPost(HttpServletRequest request,
HttpServletResponse response)
throws java.io.IOException,
ServletException
- Throws:
java.io.IOException
ServletException