org.enableit.db.darrt
Interface Globals


public interface Globals

Constants employed within the darrt library.

Author:
Tim Stephenson

Field Summary
static java.lang.String ABOUT
          CVS info ABOUT this class and its current version
static java.lang.String DAR
          Key used to store a completed dar file.
static java.lang.String DATA_SOURCE_NAMES
          Key used to store available data source names in servlet context.
static java.lang.String DATABASE
          Key used to store a Map of Database instances in servlet context.
static java.lang.String DATABASE_XML
          Key used to store a Map of XML strings in servlet context.
static java.lang.String FORCE_SCHEMA_REFRESH
          Key used to indicate if schema is stale.
static java.lang.String FORCE_SCHEMA_REFRESH_TRUE
          Value used to indicate if schema is stale.
static java.lang.String FORWARD_TO
          Key used to store an override to the logical name of the URL to forward to.
static java.lang.String OPERATOR_LIST
          Key used to store a List of operators recognised in servlet context.
 

Field Detail

OPERATOR_LIST

public static final java.lang.String OPERATOR_LIST
Key used to store a List of operators recognised in servlet context.

See Also:
Constant Field Values

DATABASE

public static final java.lang.String DATABASE
Key used to store a Map of Database instances in servlet context. Keys to the map will be a DataSource identifier.

See Also:
Constant Field Values

DATABASE_XML

public static final java.lang.String DATABASE_XML
Key used to store a Map of XML strings in servlet context. Keys to the map will be a DataSource identifier.

See Also:
Constant Field Values

DAR

public static final java.lang.String DAR
Key used to store a completed dar file.

See Also:
Constant Field Values

FORWARD_TO

public static final java.lang.String FORWARD_TO
Key used to store an override to the logical name of the URL to forward to.

See Also:
Constant Field Values

DATA_SOURCE_NAMES

public static final java.lang.String DATA_SOURCE_NAMES
Key used to store available data source names in servlet context.

See Also:
Constant Field Values

FORCE_SCHEMA_REFRESH

public static final java.lang.String FORCE_SCHEMA_REFRESH
Key used to indicate if schema is stale.

See Also:
Constant Field Values

FORCE_SCHEMA_REFRESH_TRUE

public static final java.lang.String FORCE_SCHEMA_REFRESH_TRUE
Value used to indicate if schema is stale.

See Also:
Constant Field Values

ABOUT

public static final java.lang.String ABOUT
CVS info ABOUT this class and its current version

See Also:
Constant Field Values


Copyright © 1999-2004 enableIT.org. All Rights Reserved.