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

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

public class Step2Page
extends DynamicHTMLPage


Fields inherited from class edu.utexas.beg.agi.servlet.DynamicHTMLPage
filePath, rootFilePath
 
Constructor Summary
Step2Page()
           
 
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

Step2Page

public Step2Page()
Method Detail

streamDynamicContent

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