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


Constructor Index

 o MenuManager()
 o MenuManager(String)

Method Index

 o format()
This function returns the menu page for the current table
 o 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
 o getRow(ResultSet)
 o main(String[])

Constructors

 o MenuManager
 public MenuManager(String menuName)
 o MenuManager
 public MenuManager()

Methods

 o format
 public String format()
This function returns the menu page for the current table

 o 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

 o getRow
 protected String getRow(ResultSet rs)
 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index