All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class DBIS.Configurator.PersonalizeMenu.AddOption

java.lang.Object
   |
   +----DBIS.Tools.PageGenerator
           |
           +----DBIS.Configurator.PersonalizeMenu.AddOption

public abstract class AddOption
extends PageGenerator

Constructor Index

 o AddOption(HtmlTemplate)

Method Index

 o format()
In this case we are overloading the format function Basically the AllPageGenerator has enough information to determine the paraeters required which it does so by invoking the underlying database
 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 getServlet()

Constructors

 o AddOption
 public AddOption(HtmlTemplate _template)

Methods

 o format
 public String format()
In this case we are overloading the format function Basically the AllPageGenerator has enough information to determine the paraeters required which it does so by invoking the underlying database

 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 getServlet
 protected abstract String getServlet()

All Packages  Class Hierarchy  This Package  Previous  Next  Index