com.example.web
Class ScheduleServlet

java.lang.Object
  extended by HttpServlet
      extended by com.example.web.ScheduleServlet

public class ScheduleServlet
extends HttpServlet


Constructor Summary
ScheduleServlet()
           
 
Method Summary
 void doPost(HttpServletRequest req, HttpServletResponse resp)
          Class: ScheduleServlet This is the controller servlet for the A08 webapp.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduleServlet

public ScheduleServlet()
Method Detail

doPost

public void doPost(HttpServletRequest req,
                   HttpServletResponse resp)
            throws ServletException,
                   java.io.IOException
Class: ScheduleServlet This is the controller servlet for the A08 webapp. It handles the request from our form and responds with the output from our Schedule class, which will be html code.

Throws:
ServletException
java.io.IOException