com.example.web
Class SchedulerSelect

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

public class SchedulerSelect
extends HttpServlet

This class is the web interface for the "Free Time Servlet." The data from the web-form will be sent to this class for processing. Once proper data is received from the user, the needed variables will be initialized and passed to Scheduler.class


Constructor Summary
SchedulerSelect()
           
 
Method Summary
 void doPost(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulerSelect

public SchedulerSelect()
Method Detail

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws java.io.IOException,
                   ServletException
Throws:
java.io.IOException
ServletException