uk.ac.ebi.intact.application.hierarchView.struts
Class StrutsConstants

java.lang.Object
  |
  +--uk.ac.ebi.intact.application.hierarchView.struts.StrutsConstants

public final class StrutsConstants
extends java.lang.Object

Manifest constants for the hierarchView application.

Version:
$Id: StrutsConstants.java,v 1.7 2003/10/29 16:01:39 skerrien Exp $
Author:
Samuel Kerrien (skerrien@ebi.ac.uk)

Field Summary
static int ADD_INTERACTION_NETWORK
           
static java.lang.String ATTRIBUTE_KEY_CLICKED
          The name of the attribute in the session which represents the element selected in the external application which allows to highlight.
static java.lang.String ATTRIBUTE_KEYS_LIST
          The name of the attribute in the session which represents the list of elements selected component in the external application which allows to highlight.
static java.lang.String ATTRIBUTE_SOURCE_URL
          The name of the HTTP attribute to describe the URL of the highlight source.
static int CREATE_INTERACTION_NETWORK
          Action allowed to create an interaction network
static java.lang.String GRAPH_PROPERTY_FILE
           
static java.lang.String GRAPH2MIF_PROPERTY_FILE
           
static java.lang.String HIGHLIGHTING_PROPERTY_FILE
           
static java.lang.String HOST
           
static java.lang.String PROTOCOL
           
static java.lang.String SEARCH_PROPERTY_FILE
           
static int UPDATE_INTERACTION_NETWORK
           
static java.lang.String WEB_SERVICE_PROPERTY_FILE
          Where to find the properties file
 
Constructor Summary
StrutsConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WEB_SERVICE_PROPERTY_FILE

public static final java.lang.String WEB_SERVICE_PROPERTY_FILE
Where to find the properties file

See Also:
Constant Field Values

HIGHLIGHTING_PROPERTY_FILE

public static final java.lang.String HIGHLIGHTING_PROPERTY_FILE
See Also:
Constant Field Values

GRAPH_PROPERTY_FILE

public static final java.lang.String GRAPH_PROPERTY_FILE
See Also:
Constant Field Values

SEARCH_PROPERTY_FILE

public static final java.lang.String SEARCH_PROPERTY_FILE
See Also:
Constant Field Values

GRAPH2MIF_PROPERTY_FILE

public static final java.lang.String GRAPH2MIF_PROPERTY_FILE
See Also:
Constant Field Values

HOST

public static final java.lang.String HOST
See Also:
Constant Field Values

PROTOCOL

public static final java.lang.String PROTOCOL
See Also:
Constant Field Values

ATTRIBUTE_KEYS_LIST

public static final java.lang.String ATTRIBUTE_KEYS_LIST
The name of the attribute in the session which represents the list of elements selected component in the external application which allows to highlight.

See Also:
Constant Field Values

ATTRIBUTE_KEY_CLICKED

public static final java.lang.String ATTRIBUTE_KEY_CLICKED
The name of the attribute in the session which represents the element selected in the external application which allows to highlight.

See Also:
Constant Field Values

ATTRIBUTE_SOURCE_URL

public static final java.lang.String ATTRIBUTE_SOURCE_URL
The name of the HTTP attribute to describe the URL of the highlight source.

See Also:
Constant Field Values

CREATE_INTERACTION_NETWORK

public static final int CREATE_INTERACTION_NETWORK
Action allowed to create an interaction network

See Also:
Constant Field Values

ADD_INTERACTION_NETWORK

public static final int ADD_INTERACTION_NETWORK
See Also:
Constant Field Values

UPDATE_INTERACTION_NETWORK

public static final int UPDATE_INTERACTION_NETWORK
See Also:
Constant Field Values
Constructor Detail

StrutsConstants

public StrutsConstants()


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