jdbcadmin.web.actions
Class Constants

java.lang.Object
  extended byjdbcadmin.web.actions.Constants

public class Constants
extends java.lang.Object

Constant values fot the web app de la web app.


Field Summary
static java.lang.String CONFIG_FILE_JNDI_KEY
          name of the JNDI key for configuration.
static java.lang.String CONFIG_FILE_SYSPROPERTY
          Name of the system property for the configuration.
static java.lang.String EMBEDDED_CONFIG_FILE
          Embedded configuration file path
static int NB_LINES_PER_PAGE
          Number of lines per page
static java.lang.String NULL_PARAM_SUFFIX
          Suffix for the request parameter indicating a null value.
static java.lang.String NULL_PARAM_VALUE
          Value of the null parameter wthat indicates a null value/
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NB_LINES_PER_PAGE

public static final int NB_LINES_PER_PAGE
Number of lines per page

See Also:
Constant Field Values

NULL_PARAM_SUFFIX

public static final java.lang.String NULL_PARAM_SUFFIX
Suffix for the request parameter indicating a null value.

See Also:
Constant Field Values

NULL_PARAM_VALUE

public static final java.lang.String NULL_PARAM_VALUE
Value of the null parameter wthat indicates a null value/

See Also:
Constant Field Values

EMBEDDED_CONFIG_FILE

public static final java.lang.String EMBEDDED_CONFIG_FILE
Embedded configuration file path

See Also:
Constant Field Values

CONFIG_FILE_SYSPROPERTY

public static final java.lang.String CONFIG_FILE_SYSPROPERTY
Name of the system property for the configuration.

See Also:
Constant Field Values

CONFIG_FILE_JNDI_KEY

public static final java.lang.String CONFIG_FILE_JNDI_KEY
name of the JNDI key for configuration.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2004-2005 Norsys. All Rights Reserved.