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

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

public class PostStep2Page
extends DynamicHTMLPage


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

PostStep2Page

public PostStep2Page()
Method Detail

streamDynamicContent

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