uk.ac.ebi.intact.application.predict.struts.framework
Interface PredictConstants


public interface PredictConstants

Defines constants required for the Predict application.

Version:
$Id: PredictConstants.java,v 1.2 2003/12/10 14:28:15 smudali Exp $
Author:
Sugath Mudali (smudali@ebi.ac.uk)

Field Summary
static java.lang.String PREDICTION
          The key for the prediction results.
static java.lang.String SERVICE
          The key to access the service handler.
static java.lang.String USER
          The key to access a user session object.
 

Field Detail

USER

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

See Also:
Constant Field Values

PREDICTION

public static final java.lang.String PREDICTION
The key for the prediction results.

See Also:
Constant Field Values

SERVICE

public static final java.lang.String SERVICE
The key to access the service handler.

See Also:
Constant Field Values


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