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

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

public class Step3Page
extends DynamicHTMLPage


Fields inherited from class edu.utexas.beg.agi.servlet.DynamicHTMLPage
filePath, rootFilePath
 
Constructor Summary
Step3Page()
           
 
Method Summary
 void streamDynamicContent(String page, UserParameters parameters, PrintWriter outStream)
           
 
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

Step3Page

public Step3Page()
Method Detail

streamDynamicContent

public void streamDynamicContent(String page,
                                 UserParameters parameters,
                                 PrintWriter outStream)
                          throws IOException
Overrides:
streamDynamicContent in class DynamicHTMLPage