Uses of Class
edu.utexas.beg.agi.servlet.DynamicHTMLPage

Packages that use DynamicHTMLPage
edu.utexas.beg.agi   
edu.utexas.beg.agi.servlet.page   
 

Uses of DynamicHTMLPage in edu.utexas.beg.agi
 

Fields in edu.utexas.beg.agi declared as DynamicHTMLPage
(package private)  DynamicHTMLPage[] AGIServlet.dynamicPages
          Helper Object for streaming mostly-static HTML pages back to the client browser, but substituting initial parameter values where appropriate.
 

Methods in edu.utexas.beg.agi that return DynamicHTMLPage
private  DynamicHTMLPage[] AGIServlet.createDynamicHTMLPages()
          Called during Servlet initialization to create the list of DynamicHTMLPages that will be served by this Object.
private  DynamicHTMLPage AGIServlet.findDynamicHTMLPage(String pagePath)
          Searches the array of dynamic page Objects for one to handle the given path.
 

Uses of DynamicHTMLPage in edu.utexas.beg.agi.servlet.page
 

Subclasses of DynamicHTMLPage in edu.utexas.beg.agi.servlet.page
 class PostStep1Page
           
 class PostStep2Page
           
 class Step1Page
           
 class Step2Page
           
 class Step3Page