A C D E G H I J L N O P S W

A

ActionForm - class jdbcadmin.web.forms.ActionForm.
Action form with a simple attribute speciying the down level action
ActionForm() - Constructor for class jdbcadmin.web.forms.ActionForm
Constructor

C

CONFIG_FILE_JNDI_KEY - Static variable in class jdbcadmin.web.actions.Constants
name of the JNDI key for configuration.
CONFIG_FILE_SYSPROPERTY - Static variable in class jdbcadmin.web.actions.Constants
Name of the system property for the configuration.
ConnectionAction - class jdbcadmin.web.actions.ConnectionAction.
Connection Action.
ConnectionAction() - Constructor for class jdbcadmin.web.actions.ConnectionAction
 
ConnectionForm - class jdbcadmin.web.forms.ConnectionForm.
Form that contains informations needed to connect the DB.
ConnectionForm() - Constructor for class jdbcadmin.web.forms.ConnectionForm
 
Constants - class jdbcadmin.web.actions.Constants.
Constant values fot the web app de la web app.
Constants() - Constructor for class jdbcadmin.web.actions.Constants
 

D

DIR_AFTER - Static variable in class jdbcadmin.web.forms.OtherDataForm
Browsing after
DIR_BEFORE - Static variable in class jdbcadmin.web.forms.OtherDataForm
Browsing before
DeleteAction - class jdbcadmin.web.actions.DeleteAction.
 
DeleteAction() - Constructor for class jdbcadmin.web.actions.DeleteAction
Constructor

E

EMBEDDED_CONFIG_FILE - Static variable in class jdbcadmin.web.actions.Constants
Embedded configuration file path
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class jdbcadmin.web.actions.ConnectionAction
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class jdbcadmin.web.actions.IndexAction
Index action, tests parameters, connect to the db and forward to the connection page
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class jdbcadmin.web.actions.IndexedAction

G

getDirection() - Method in class jdbcadmin.web.forms.OtherDataForm
Returns the direction.
getDriverJar() - Method in class jdbcadmin.web.forms.ConnectionForm
 
getDriverName() - Method in class jdbcadmin.web.forms.ConnectionForm
 
getJndiName() - Method in class jdbcadmin.web.forms.ConnectionForm
 
getSchema() - Method in class jdbcadmin.web.forms.SelectSchemaForm
 
getTable() - Method in class jdbcadmin.web.forms.SelectTableForm
 
getTypeAction() - Method in class jdbcadmin.web.forms.ActionForm
Returns the typeAction.
getUrl() - Method in class jdbcadmin.web.forms.ConnectionForm
 
getUserName() - Method in class jdbcadmin.web.forms.ConnectionForm
 
getUserPassword() - Method in class jdbcadmin.web.forms.ConnectionForm
 

H

HttpWrapper - class jdbcadmin.web.util.HttpWrapper.
Non trivial mappings between the http request and the objects
HttpWrapper() - Constructor for class jdbcadmin.web.util.HttpWrapper
Constructor

I

IndexAction - class jdbcadmin.web.actions.IndexAction.
 
IndexAction() - Constructor for class jdbcadmin.web.actions.IndexAction
 
IndexedAction - class jdbcadmin.web.actions.IndexedAction.
Base class for all actions that need that the user passed by the index.
IndexedAction() - Constructor for class jdbcadmin.web.actions.IndexedAction
 
indexedExec(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class jdbcadmin.web.actions.DeleteAction
indexedExec(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class jdbcadmin.web.actions.IndexedAction
 
indexedExec(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class jdbcadmin.web.actions.LineAction
indexedExec(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class jdbcadmin.web.actions.OtherDataAction
indexedExec(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class jdbcadmin.web.actions.PersistAction
indexedExec(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class jdbcadmin.web.actions.SchemaListAction
indexedExec(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class jdbcadmin.web.actions.SelectSchemaAction
indexedExec(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class jdbcadmin.web.actions.SelectTableAction

J

jdbcadmin.web.actions - package jdbcadmin.web.actions
Web application common classes package.
jdbcadmin.web.forms - package jdbcadmin.web.forms
Struts forms package.
jdbcadmin.web.util - package jdbcadmin.web.util
Web application utility classes package.

L

LineAction - class jdbcadmin.web.actions.LineAction.
Actions on a line (update, delete)
LineAction() - Constructor for class jdbcadmin.web.actions.LineAction
 

N

NB_LINES_PER_PAGE - Static variable in class jdbcadmin.web.actions.Constants
Number of lines per page
NULL_PARAM_SUFFIX - Static variable in class jdbcadmin.web.actions.Constants
Suffix for the request parameter indicating a null value.
NULL_PARAM_VALUE - Static variable in class jdbcadmin.web.actions.Constants
Value of the null parameter wthat indicates a null value/

O

OtherDataAction - class jdbcadmin.web.actions.OtherDataAction.
Retrieves more data
OtherDataAction() - Constructor for class jdbcadmin.web.actions.OtherDataAction
 
OtherDataForm - class jdbcadmin.web.forms.OtherDataForm.
 
OtherDataForm() - Constructor for class jdbcadmin.web.forms.OtherDataForm
Constructor

P

PersistAction - class jdbcadmin.web.actions.PersistAction.
 
PersistAction() - Constructor for class jdbcadmin.web.actions.PersistAction
Constructor

S

SchemaListAction - class jdbcadmin.web.actions.SchemaListAction.
List schemas.
SchemaListAction() - Constructor for class jdbcadmin.web.actions.SchemaListAction
Constructor
SelectSchemaAction - class jdbcadmin.web.actions.SelectSchemaAction.
Select a schema.
SelectSchemaAction() - Constructor for class jdbcadmin.web.actions.SelectSchemaAction
Constructor
SelectSchemaForm - class jdbcadmin.web.forms.SelectSchemaForm.
 
SelectSchemaForm() - Constructor for class jdbcadmin.web.forms.SelectSchemaForm
 
SelectTableAction - class jdbcadmin.web.actions.SelectTableAction.
Select a table
SelectTableAction() - Constructor for class jdbcadmin.web.actions.SelectTableAction
Constructor
SelectTableForm - class jdbcadmin.web.forms.SelectTableForm.
 
SelectTableForm() - Constructor for class jdbcadmin.web.forms.SelectTableForm
Constructor
setDirection(String) - Method in class jdbcadmin.web.forms.OtherDataForm
Sets the direction.
setDriverJar(FormFile) - Method in class jdbcadmin.web.forms.ConnectionForm
 
setDriverName(String) - Method in class jdbcadmin.web.forms.ConnectionForm
 
setJndiName(String) - Method in class jdbcadmin.web.forms.ConnectionForm
 
setSchema(String) - Method in class jdbcadmin.web.forms.SelectSchemaForm
 
setTable(String) - Method in class jdbcadmin.web.forms.SelectTableForm
 
setTypeAction(String) - Method in class jdbcadmin.web.forms.ActionForm
Sets the typeAction.
setUrl(String) - Method in class jdbcadmin.web.forms.ConnectionForm
 
setUserName(String) - Method in class jdbcadmin.web.forms.ConnectionForm
 
setUserPassword(String) - Method in class jdbcadmin.web.forms.ConnectionForm
 

W

wrapLine(HttpServletRequest, Line) - Static method in class jdbcadmin.web.util.HttpWrapper
Fill the specified line with the http request parameters.

A C D E G H I J L N O P S W

Copyright © 2004-2005 Norsys. All Rights Reserved.