|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--uk.ac.ebi.intact.model.Constants
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 |
public static final java.lang.String USER_KEY
public static final java.lang.String FORWARD_SUCCESS
public static final java.lang.String FORWARD_FAILURE
public static final java.lang.String FORWARD_DETAIL
public static final java.lang.String ATTRIBUTE_SEARCH
public static final java.lang.String SEARCH_DETAIL
public static final java.lang.String FIND_MORE_DETAILS
public static final java.lang.String ATTRIBUTE_OBJECTTYPE
public static final java.lang.String ATTRIBUTE_NAME
public static final java.lang.String PARAMETER_SEARCH_AC
public static final java.lang.String PARAMETER_SEARCH_NAME
public static final java.lang.String SEARCH_VALUE
public static final java.lang.String SEARCH_PARAM
public static final java.lang.String JDO
public static final java.lang.String TYPE_MAP
public static final java.lang.String SEARCH_BY_AC
public static final java.lang.String SEARCH_BY_NAME
public static final java.lang.String DB_FILE_KEY
public static final java.lang.String MAPPING_FILE_KEY
public static final java.lang.String DB_NAME_KEY
public static final java.lang.String DATASOURCE
public static final java.lang.String INTACT_TYPES_FILE
public static final java.lang.String FORWARD_NO_MATCHES
public static final java.lang.String CLASS_INFO
public static final java.lang.String INTACT_LOG_FILE
public static final java.lang.String INTACT_HELPER
public static final int EXPANSION_ALL
public static final int EXPANSION_BAITPREY
| Constructor Detail |
public Constants()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||