uk.ac.ebi.intact.application.hierarchView.business
Class Constants

java.lang.Object
  |
  +--uk.ac.ebi.intact.application.hierarchView.business.Constants

public final class Constants
extends java.lang.Object

Manifest constants for the interaction network components.

Version:
$Id: Constants.java,v 1.11 2003/04/14 10:37:06 skerrien Exp $
Author:
Samuel Kerrien (skerrien@ebi.ac.uk)

Field Summary
static java.lang.String ATTRIBUTE_COLOR_LABEL
          The attribute which allows to access the color of a Label.
static java.lang.String ATTRIBUTE_COLOR_NODE
          The attribute which allows to access the color of a Node.
static java.lang.String ATTRIBUTE_COORDINATE_X
          The X coordinate of a Node int the image.
static java.lang.String ATTRIBUTE_COORDINATE_Y
          The Y coordinate of a Node int the image.
static java.lang.String ATTRIBUTE_HEIGHT
          The attribute which allows to access the heigth of the image graph.
static java.lang.String ATTRIBUTE_LABEL
          The attribute which allows to access the label of a Node.
static java.lang.String ATTRIBUTE_LENGTH
          The attribute which allows to access the width of the image graph.
static java.lang.String ATTRIBUTE_VISIBLE
          The attribute which allows to access the visibility of a Node
static java.lang.String BENCHMARK_LOGGER_NAME
          The name of the benchmark logger
static java.lang.String DATA_SOURCE
          Used as a key to identify a datasource class - its value is deifned in the web.xml file as a servlet context parameter
static java.lang.String LOGGER_NAME
          The name of the logger specific of hierarchView
static java.lang.String MAPPING_FILE
          Used as a key to identify a mapping filename (for Castor).
static java.lang.String PROPERTY_FILE
          Where to find the property file
static java.lang.String USER_KEY
          Key name of the user in the session
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER_NAME

public static final java.lang.String LOGGER_NAME
The name of the logger specific of hierarchView

See Also:
Constant Field Values

BENCHMARK_LOGGER_NAME

public static final java.lang.String BENCHMARK_LOGGER_NAME
The name of the benchmark logger

See Also:
Constant Field Values

PROPERTY_FILE

public static final java.lang.String PROPERTY_FILE
Where to find the property file

See Also:
Constant Field Values

ATTRIBUTE_LENGTH

public static final java.lang.String ATTRIBUTE_LENGTH
The attribute which allows to access the width of the image graph.

See Also:
Constant Field Values

ATTRIBUTE_HEIGHT

public static final java.lang.String ATTRIBUTE_HEIGHT
The attribute which allows to access the heigth of the image graph.

See Also:
Constant Field Values

ATTRIBUTE_COORDINATE_X

public static final java.lang.String ATTRIBUTE_COORDINATE_X
The X coordinate of a Node int the image.

See Also:
Constant Field Values

ATTRIBUTE_COORDINATE_Y

public static final java.lang.String ATTRIBUTE_COORDINATE_Y
The Y coordinate of a Node int the image.

See Also:
Constant Field Values

ATTRIBUTE_LABEL

public static final java.lang.String ATTRIBUTE_LABEL
The attribute which allows to access the label of a Node.

See Also:
Constant Field Values

ATTRIBUTE_COLOR_NODE

public static final java.lang.String ATTRIBUTE_COLOR_NODE
The attribute which allows to access the color of a Node.

See Also:
Constant Field Values

ATTRIBUTE_COLOR_LABEL

public static final java.lang.String ATTRIBUTE_COLOR_LABEL
The attribute which allows to access the color of a Label.

See Also:
Constant Field Values

ATTRIBUTE_VISIBLE

public static final java.lang.String ATTRIBUTE_VISIBLE
The attribute which allows to access the visibility of a Node

See Also:
Constant Field Values

USER_KEY

public static final java.lang.String USER_KEY
Key name of the user in the session

See Also:
Constant Field Values

MAPPING_FILE

public static final java.lang.String MAPPING_FILE
Used as a key to identify a mapping filename (for Castor). the value is defined in the web.xml file

See Also:
Constant Field Values

DATA_SOURCE

public static final java.lang.String DATA_SOURCE
Used as a key to identify a datasource class - its value is deifned in the web.xml file as a servlet context parameter

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk