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

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

public class PostStep1Page
extends DynamicHTMLPage


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

PostStep1Page

public PostStep1Page()
Method Detail

streamDynamicContent

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