net.server.servlets
Class ReviewForm

java.lang.Object
  extended by net.server.servlets.HtmlPage
      extended by net.server.servlets.ReviewForm

public class ReviewForm
extends HtmlPage

The ReviewForm class extends the functionality of the HtmlPage class. This class is employed to create a specific type of HTML page, the Review Form.

Version:
1.00
Author:
Robert Lysik

Constructor Summary
ReviewForm(java.lang.String courseId, java.lang.String sectionId, net.server.servlets.Course course, net.server.servlets.Student[] studentArray)
          This is the default constructor for the ReviewForm class.
 
Method Summary
 
Methods inherited from class net.server.servlets.HtmlPage
addBreak, addHeadline, addHidden, addInput, addSubmit, addText, endForm, getHtml, getSelect, quote, startForm
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReviewForm

public ReviewForm(java.lang.String courseId,
                  java.lang.String sectionId,
                  net.server.servlets.Course course,
                  net.server.servlets.Student[] studentArray)
This is the default constructor for the ReviewForm class. The parent class, HtmlPage, constructor is called with the title of the page to be created.