org.jcrontab.web
Class CrontabViewServlet
java.lang.Object
|
+--HttpServlet
|
+--org.jcrontab.web.CrontabViewServlet
- public class CrontabViewServlet
- extends HttpServlet
This servlet is designed to put in the context the CrontabEntryBean
Necesary for the view.
That's done that way cause it follow the MVC paradigm
- Version:
- $Revision: 1.9 $
- Author:
- $Author: iolalla $
- See Also:
- Serialized Form
Method Summary |
void |
doGet(HttpServletRequest request,
HttpServletResponse response)
Refer to Servlet Javadoc |
void |
doPost(HttpServletRequest request,
HttpServletResponse response)
Refer to Servlet Javadoc |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CrontabViewServlet
public CrontabViewServlet()
doPost
public void doPost(HttpServletRequest request,
HttpServletResponse response)
- Refer to Servlet Javadoc
- Parameters:
request
- This is the servlet request.
refer to the Servlet JavaDocresponse
- This is the servlet response
refer to the Servlet JavaDoc
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
- Refer to Servlet Javadoc
- Parameters:
request
- This is the servlet request.
refer to the Servlet JavaDocresponse
- This is the servlet response
refer to the Servlet JavaDoc