All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class DBIS.Configurator.MenuHandler

java.lang.Object
   |
   +----DBIS.Configurator.MenuHandler

public abstract class MenuHandler
extends Object
This class contains the methods to handle request from a menu


Variable Index

 o menuName
 o request

Constructor Index

 o MenuHandler(ServletRequest)

Method Index

 o getParameterVector()
 o handleRequest()
 o handleSqlRequest(String)
This function returns the query pertaining to the given option from the SqlMenu table
 o initialise()

Variables

 o request
 protected ServletRequest request
 o menuName
 protected String menuName

Constructors

 o MenuHandler
 public MenuHandler(ServletRequest request)

Methods

 o initialise
 protected void initialise()
 o handleSqlRequest
 protected String handleSqlRequest(String option)
This function returns the query pertaining to the given option from the SqlMenu table

 o handleRequest
 public String handleRequest()
 o getParameterVector
 protected Vector getParameterVector()

All Packages  Class Hierarchy  This Package  Previous  Next  Index