edu.utexas.beg.agi.servlet.page
Class Step1Page

java.lang.Object
  |
  +--edu.utexas.beg.agi.servlet.DynamicHTMLPage
        |
        +--edu.utexas.beg.agi.servlet.page.Step1Page

public class Step1Page
extends DynamicHTMLPage


Fields inherited from class edu.utexas.beg.agi.servlet.DynamicHTMLPage
filePath, rootFilePath
 
Constructor Summary
Step1Page()
          Creates the dynamic page Object for Step 1.
 
Method Summary
 void streamDynamicContent(String page, UserParameters parameters, PrintWriter outStream)
          Writes the dynamic portion of this page as HTML.
 
Methods inherited from class edu.utexas.beg.agi.servlet.DynamicHTMLPage
canHandlePage, streamPage
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Step1Page

public Step1Page()
Creates the dynamic page Object for Step 1.
Method Detail

streamDynamicContent

public void streamDynamicContent(String page,
                                 UserParameters parameters,
                                 PrintWriter outStream)
                          throws IOException
Writes the dynamic portion of this page as HTML.

This class writes the HTML form within the page for Step 1, but sets the default values of the selection boxes to those set previously by the user, if any.

Overrides:
streamDynamicContent in class DynamicHTMLPage