All Packages Class Hierarchy This Package Previous Next Index
Class DBIS.Tools.PageGenerator
java.lang.Object
|
+----DBIS.Tools.PageGenerator
- public class PageGenerator
- extends Object
This class generates the html page on the fly The class
constructor takes a non-null instance of HtmlTemplate class
and generates the required page when the format function
is called This function is passed a hastable as a parameter
These parameters are the substituted for the named variables
in the html page The substitution follows synamic scoping hence
the variabls should be suitably named in the html template page
-
PageGenerator(HtmlTemplate)
-
-
format(Hashtable)
-
-
getHtmlTemplate()
-
-
initialise()
-
PageGenerator
public PageGenerator(HtmlTemplate _template)
initialise
public void initialise()
format
public String format(Hashtable hashtable)
getHtmlTemplate
protected HtmlTemplate getHtmlTemplate()
All Packages Class Hierarchy This Package Previous Next Index