- URL_ATTRIBUTE_SEARCH - Static variable in class org.bridgedb.server.IDMapperService
-
URL pattern for searching by attribute.
- URL_ATTRIBUTE_SET - Static variable in class org.bridgedb.server.IDMapperService
-
URL pattern for getting the supported attribute set.
/{organism}/attributeSet
- URL_ATTRIBUTES - Static variable in class org.bridgedb.server.IDMapperService
-
URL pattern for getting attributes of an xref.
- URL_BACK_PAGE_TEXT - Static variable in class org.bridgedb.server.IDMapperService
-
URL pattern for getting backpage HTML.
URL:
/{organism}/backPageText/{system}/{id}
- URL_CONFIG - Static variable in class org.bridgedb.server.IDMapperService
-
URL pattern for getting the server configuration.
/config
- URL_CONTENTS - Static variable in class org.bridgedb.server.IDMapperService
-
URL pattern for getting a list of species loaded in the server.
/contents
- URL_DATASOURCES - Static variable in class org.bridgedb.server.IDMapperService
-
URL pattern for getting the datasources.txt file
- URL_HOME - Static variable in class org.bridgedb.server.IDMapperService
-
URL pattern to redirect to home page.
{blank}
- URL_IS_FREE_SEARCH_SUPPORTED - Static variable in class org.bridgedb.server.IDMapperService
-
URL pattern for finding out if free search is supported.
/{organism}/isFreeSearchSupported
- URL_IS_MAPPING_SUPPORTED - Static variable in class org.bridgedb.server.IDMapperService
-
URL pattern to find out if a mapping is supported.
/{organism}/isMappingSupported/{source_system}/{target_system}
- URL_NO_MATCH - Static variable in class org.bridgedb.server.IDMapperService
-
URL pattern to catch a misformed query.
{unmatched patter}
- URL_PROPERTIES - Static variable in class org.bridgedb.server.IDMapperService
-
URL pattern for getting IDMapper properties.
- URL_SEARCH - Static variable in class org.bridgedb.server.IDMapperService
-
URL pattern for searching xrefs.
/{organism}/search/{query}[?limit={limit}]
- URL_SUPPORTED_SOURCE_DATASOURCES - Static variable in class org.bridgedb.server.IDMapperService
-
URL pattern for getting the supported source datasources for this database.
/{organism}/sourceDataSources
- URL_SUPPORTED_TARGET_DATASOURCES - Static variable in class org.bridgedb.server.IDMapperService
-
URL pattern for getting the supported target datasources for this database.
/{organism}/targetDataSources
- URL_XREF_EXISTS - Static variable in class org.bridgedb.server.IDMapperService
-
URL pattern for finding out if an xref exists in the database.
/{organism}/xrefExists/{system}/{id}
- URL_XREFS - Static variable in class org.bridgedb.server.IDMapperService
-
URL pattern for mapping xrefs.
/{organism}/xrefs/{system}/{id}[?dataSource={dsName}]
- urlDecode(String) - Method in class org.bridgedb.server.IDMapperResource
-
Decode the parameter from the url to remove %20 etc.