uk.ac.ebi.intact.model
Class Constants

java.lang.Object
  |
  +--uk.ac.ebi.intact.model.Constants

public final class Constants
extends java.lang.Object

Basic constants file.


Field Summary
static java.lang.String ATTRIBUTE_NAME
          The name of an attribute set in the session.
static java.lang.String ATTRIBUTE_OBJECTTYPE
          The name of an attribute set in the session.
static java.lang.String ATTRIBUTE_SEARCH
          The name of an attribute set in the session.
static java.lang.String CLASS_INFO
          used as a servlet context parameter name to refer to reflection data for the intact classes
static java.lang.String DATASOURCE
          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 DB_FILE_KEY
          used as a key to identify a DB filename (for Castor) the value is defined in the web.xml file
static java.lang.String DB_NAME_KEY
          used as a key to identify a DB name - value defined in web.xml file
static int EXPANSION_ALL
          Expand a complex to all pairwise interactions.
static int EXPANSION_BAITPREY
          Expand a complex into all bait-prey pairs.
static java.lang.String FIND_MORE_DETAILS
          The name to identify that a search is required for detailed objects (ie not from a search JSP).
static java.lang.String FORWARD_DETAIL
          Used in various action classes to define where to forward to on different conditions.
static java.lang.String FORWARD_FAILURE
          Used in various action classes to define where to forward to on different conditions.
static java.lang.String FORWARD_NO_MATCHES
          used as a key to identify a page to display when no matches are found from a search
static java.lang.String FORWARD_SUCCESS
          Used in various action classes to define where to forward to on different conditions.
static java.lang.String INTACT_HELPER
          used as a servlet session parameter name to refer to an intact helper instance
static java.lang.String INTACT_LOG_FILE
          used as a servlet context parameter name to refer to the path of a log file
static java.lang.String INTACT_TYPES_FILE
          used as a key to identify an intact object types property file - its value is defined in the web.xml file as a servlet context parameter
static java.lang.String JDO
          Name of the database engine being used
static java.lang.String MAPPING_FILE_KEY
          used as a key to identify a mapping filename (for Castor) the value is defined in the web.xml file
static java.lang.String PARAMETER_SEARCH_AC
          The name of a parameter from a form submission.
static java.lang.String PARAMETER_SEARCH_NAME
          The name of a parameter from a form submission.
static java.lang.String SEARCH_BY_AC
          a specific data store column - better in a config file!!
static java.lang.String SEARCH_BY_NAME
          a specific data store column - better in a config file!!
static java.lang.String SEARCH_DETAIL
          The name of an attribute set in the session, holding more detailed search info.
static java.lang.String SEARCH_PARAM
          session parameter used to identify the search criterion (ac or name)
static java.lang.String SEARCH_VALUE
          The parameter name used to identify a value submitted for a search.
static java.lang.String TYPE_MAP
          holds the object type to class mapping within the servlet context
static java.lang.String USER_KEY
          The session scope attribute under which the User object for the currently logged in user is stored.
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER_KEY

public static final java.lang.String USER_KEY
The session scope attribute under which the User object for the currently logged in user is stored.

See Also:
Constant Field Values

FORWARD_SUCCESS

public static final java.lang.String FORWARD_SUCCESS
Used in various action classes to define where to forward to on different conditions. See the struts-config.xml file to see where the page that is using this forwards to.

See Also:
Constant Field Values

FORWARD_FAILURE

public static final java.lang.String FORWARD_FAILURE
Used in various action classes to define where to forward to on different conditions. See the struts-config.xml file to see where the page that is using this forwards to.

See Also:
Constant Field Values

FORWARD_DETAIL

public static final java.lang.String FORWARD_DETAIL
Used in various action classes to define where to forward to on different conditions. See the struts-config.xml file to see where the page that is using this forwards to.

See Also:
Constant Field Values

ATTRIBUTE_SEARCH

public static final java.lang.String ATTRIBUTE_SEARCH
The name of an attribute set in the session.

See Also:
Constant Field Values

SEARCH_DETAIL

public static final java.lang.String SEARCH_DETAIL
The name of an attribute set in the session, holding more detailed search info.

See Also:
Constant Field Values

FIND_MORE_DETAILS

public static final java.lang.String FIND_MORE_DETAILS
The name to identify that a search is required for detailed objects (ie not from a search JSP).

See Also:
Constant Field Values

ATTRIBUTE_OBJECTTYPE

public static final java.lang.String ATTRIBUTE_OBJECTTYPE
The name of an attribute set in the session.

See Also:
Constant Field Values

ATTRIBUTE_NAME

public static final java.lang.String ATTRIBUTE_NAME
The name of an attribute set in the session.

See Also:
Constant Field Values

PARAMETER_SEARCH_AC

public static final java.lang.String PARAMETER_SEARCH_AC
The name of a parameter from a form submission.

See Also:
Constant Field Values

PARAMETER_SEARCH_NAME

public static final java.lang.String PARAMETER_SEARCH_NAME
The name of a parameter from a form submission.

See Also:
Constant Field Values

SEARCH_VALUE

public static final java.lang.String SEARCH_VALUE
The parameter name used to identify a value submitted for a search.

See Also:
Constant Field Values

SEARCH_PARAM

public static final java.lang.String SEARCH_PARAM
session parameter used to identify the search criterion (ac or name)

See Also:
Constant Field Values

JDO

public static final java.lang.String JDO
Name of the database engine being used

See Also:
Constant Field Values

TYPE_MAP

public static final java.lang.String TYPE_MAP
holds the object type to class mapping within the servlet context

See Also:
Constant Field Values

SEARCH_BY_AC

public static final java.lang.String SEARCH_BY_AC
a specific data store column - better in a config file!!

See Also:
Constant Field Values

SEARCH_BY_NAME

public static final java.lang.String SEARCH_BY_NAME
a specific data store column - better in a config file!!

See Also:
Constant Field Values

DB_FILE_KEY

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

See Also:
Constant Field Values

MAPPING_FILE_KEY

public static final java.lang.String MAPPING_FILE_KEY
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

DB_NAME_KEY

public static final java.lang.String DB_NAME_KEY
used as a key to identify a DB name - value defined in web.xml file

See Also:
Constant Field Values

DATASOURCE

public static final java.lang.String DATASOURCE
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

INTACT_TYPES_FILE

public static final java.lang.String INTACT_TYPES_FILE
used as a key to identify an intact object types property file - its value is defined in the web.xml file as a servlet context parameter

See Also:
Constant Field Values

FORWARD_NO_MATCHES

public static final java.lang.String FORWARD_NO_MATCHES
used as a key to identify a page to display when no matches are found from a search

See Also:
Constant Field Values

CLASS_INFO

public static final java.lang.String CLASS_INFO
used as a servlet context parameter name to refer to reflection data for the intact classes

See Also:
Constant Field Values

INTACT_LOG_FILE

public static final java.lang.String INTACT_LOG_FILE
used as a servlet context parameter name to refer to the path of a log file

See Also:
Constant Field Values

INTACT_HELPER

public static final java.lang.String INTACT_HELPER
used as a servlet session parameter name to refer to an intact helper instance

See Also:
Constant Field Values

EXPANSION_ALL

public static final int EXPANSION_ALL
Expand a complex to all pairwise interactions.

See Also:
Constant Field Values

EXPANSION_BAITPREY

public static final int EXPANSION_BAITPREY
Expand a complex into all bait-prey pairs. If no bait is defined in the complex, the FIRST interactor is considered to be the bait. A warning should be given.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


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