| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.server.servlets.HtmlPage
net.server.servlets.ReviewForm
public class ReviewForm
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.
| 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 | 
|---|
public ReviewForm(java.lang.String courseId,
                  java.lang.String sectionId,
                  net.server.servlets.Course course,
                  net.server.servlets.Student[] studentArray)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||