- Timestamp:
- 02/27/10 20:48:19 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/org.bridgedb.server/src/org/bridgedb/server/IDMapperService.java
r315 r322 202 202 public static final String URL_CONFIG = "/config"; 203 203 204 205 /** 206 * URL pattern for getting a list of species loaded in the server.<BR> 207 * <code> 208 * /contents 209 * </code> 210 * @see Contents#getContents() 211 */ 212 public static final String URL_CONTENTS = "/contents"; 213 204 214 /** 205 215 * URL pattern for getting backpage HTML.<BR> … … 231 241 232 242 router.attach(URL_CONFIG, Config.class); 243 router.attach(URL_CONTENTS, Contents.class); 233 244 234 245 /* IDMapper methods */
