|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectHttpServlet
com.example.web.SchedulerSelect
public class SchedulerSelect
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 |
|---|
public SchedulerSelect()
| Method Detail |
|---|
public void doPost(HttpServletRequest request,
HttpServletResponse response)
throws java.io.IOException,
ServletException
java.io.IOException
ServletException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||