All Packages Class Hierarchy This Package Previous Next Index
Class DBIS.Configurator.MenuManager
java.lang.Object
|
+----DBIS.Tools.PageGenerator
|
+----DBIS.Configurator.MenuManager
- public class MenuManager
- extends PageGenerator
This class contains the implementation of the class to generate
html pages for various menus This accepts the name of the menu
and returns the html class containing that menu The name of the servlet to
handle the menu requests is taken from the Singleton class
-
MenuManager()
-
-
MenuManager(String)
-
-
format()
- This function returns the menu page for the current table
-
getParameters(Enumeration)
- This function takes an enumeration and determines the required
parameters These parameters are determined by a heuristics which
is encapsulated in this function and can thus be easily changed or
overloaded
-
getRow(ResultSet)
-
-
main(String[])
-
MenuManager
public MenuManager(String menuName)
MenuManager
public MenuManager()
format
public String format()
- This function returns the menu page for the current table
getParameters
public Hashtable getParameters(Enumeration enumeration)
- This function takes an enumeration and determines the required
parameters These parameters are determined by a heuristics which
is encapsulated in this function and can thus be easily changed or
overloaded
getRow
protected String getRow(ResultSet rs)
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index