uk.ac.ebi.intact.application.search2.struts.framework.util
Interface SearchConstants


public interface SearchConstants

Contains constants required for the Search application.

Version:
$Id: SearchConstants.java,v 1.4 2004/01/31 11:41:34 skerrien Exp $
Author:
Sugath Mudali (smudali@ebi.ac.uk)

Field Summary
static java.lang.String CONFIG_DIR
          The key to access configuration directory.
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 FORWARD_BINARY_ACTION
          Forward to the Action responsible for setting up a view when using the search box
static java.lang.String FORWARD_DETAILS_ACTION
          Forward to the Action responsible for setting up a view when using the search box
static java.lang.String FORWARD_DISPATCHER_ACTION
          Key to the dispatcher action.
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_MATCHES
          Used as a key to identify a page to display when matches are found from a search.
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_RESULTS
          Forward to the Action responsible for setting up a view when clicking on a link
static java.lang.String FORWARD_SESSION_LOST
          Forward to the results page.
static java.lang.String FORWARD_SINGLE_ACTION
          Forward to the Action responsible for setting up a view when clicking on a link
static java.lang.String FORWARD_SUCCESS
          The key to success action.
static java.lang.String FORWARD_WARNING
          Used as a key to identify a page to display when warning are raised from a search.
static java.lang.String HV_PROPS
          The name of the hierarchView properties file.
static java.lang.String INTACT_SERVICE
          The key to store an Intact Service object.
static java.lang.String INTACT_USER
          The key to access a user session object.
static java.lang.String LAST_VALID_SEARCH
          The most recent user-defined search (ie not from a CvObject link).
static java.lang.String SEARCH_CRITERIA
          The search criteria key to display in the results JSP.
static java.lang.String SEARCH_RESULTS
          The label used to identify the search results Collection (often saved in a request)
static java.lang.String VIEW_BEAN
          The view bean for a single CvObject.
 

Field Detail

CONFIG_DIR

public static final java.lang.String CONFIG_DIR
The key to access configuration directory.

See Also:
Constant Field Values

HV_PROPS

public static final java.lang.String HV_PROPS
The name of the hierarchView properties 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

INTACT_SERVICE

public static final java.lang.String INTACT_SERVICE
The key to store an Intact Service object.

See Also:
Constant Field Values

INTACT_USER

public static final java.lang.String INTACT_USER
The key to access a user session object.

See Also:
Constant Field Values

SEARCH_CRITERIA

public static final java.lang.String SEARCH_CRITERIA
The search criteria key to display in the results JSP.

See Also:
Constant Field Values

VIEW_BEAN

public static final java.lang.String VIEW_BEAN
The view bean for a single CvObject.

See Also:
Constant Field Values

LAST_VALID_SEARCH

public static final java.lang.String LAST_VALID_SEARCH
The most recent user-defined search (ie not from a CvObject link).

See Also:
Constant Field Values

SEARCH_RESULTS

public static final java.lang.String SEARCH_RESULTS
The label used to identify the search results Collection (often saved in a request)

See Also:
Constant Field Values

FORWARD_SUCCESS

public static final java.lang.String FORWARD_SUCCESS
The key to success action.

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_SESSION_LOST

public static final java.lang.String FORWARD_SESSION_LOST
Forward to the results page.

See Also:
Constant Field Values

FORWARD_DISPATCHER_ACTION

public static final java.lang.String FORWARD_DISPATCHER_ACTION
Key to the dispatcher action.

See Also:
Constant Field Values

FORWARD_DETAILS_ACTION

public static final java.lang.String FORWARD_DETAILS_ACTION
Forward to the Action responsible for setting up a view when using the search box

See Also:
Constant Field Values

FORWARD_BINARY_ACTION

public static final java.lang.String FORWARD_BINARY_ACTION
Forward to the Action responsible for setting up a view when using the search box

See Also:
Constant Field Values

FORWARD_SINGLE_ACTION

public static final java.lang.String FORWARD_SINGLE_ACTION
Forward to the Action responsible for setting up a view when clicking on a link

See Also:
Constant Field Values

FORWARD_RESULTS

public static final java.lang.String FORWARD_RESULTS
Forward to the Action responsible for setting up a view when clicking on a link

See Also:
Constant Field Values

FORWARD_MATCHES

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

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

FORWARD_WARNING

public static final java.lang.String FORWARD_WARNING
Used as a key to identify a page to display when warning are raised from a search.

See Also:
Constant Field Values


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