- 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.
- 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_CONFIG - Static variable in class org.bridgedb.server.IDMapperService
-
URL pattern for getting the server configuration.
- URL_CONTENTS - Static variable in class org.bridgedb.server.IDMapperService
-
URL pattern for getting a list of species loaded in the server.
- 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.
- URL_IS_FREE_SEARCH_SUPPORTED - Static variable in class org.bridgedb.server.IDMapperService
-
URL pattern for finding out if free search is supported.
- URL_IS_MAPPING_SUPPORTED - Static variable in class org.bridgedb.server.IDMapperService
-
URL pattern to find out if a mapping is supported.
- URL_NO_MATCH - Static variable in class org.bridgedb.server.IDMapperService
-
URL pattern to catch a misformed query.
- 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.
- URL_SUPPORTED_SOURCE_DATASOURCES - Static variable in class org.bridgedb.server.IDMapperService
-
URL pattern for getting the supported source datasources for this database.
- URL_SUPPORTED_TARGET_DATASOURCES - Static variable in class org.bridgedb.server.IDMapperService
-
URL pattern for getting the supported target datasources for this database.
- URL_XREF_EXISTS - Static variable in class org.bridgedb.server.IDMapperService
-
URL pattern for finding out if an xref exists in the database.
- URL_XREFS - Static variable in class org.bridgedb.server.IDMapperService
-
URL pattern for mapping xrefs.
- urlDecode(String) - Method in class org.bridgedb.server.IDMapperResource
-
Decode the parameter from the url to remove %20 etc.