@Path(value="html/doi") public class HTMLBasedDOI extends DBConnector
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
logger |
ARCHIVE_STATUS_TABLE_NAME, CERTIFICATION_STATUS_TABLE_NAME, ISO_BASIC, NSSDCA_STATUS_TABLE_NAME
Constructor and Description |
---|
HTMLBasedDOI() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
defaultDOI() |
java.lang.String |
Doi(java.lang.String id,
java.lang.String version) |
getConnection
public HTMLBasedDOI() throws java.lang.ClassNotFoundException, java.sql.SQLException
java.lang.ClassNotFoundException
java.sql.SQLException
@GET @Produces(value="text/html") public java.lang.String defaultDOI()
@Path(value="{id : (.+)?}/{version : (.+)?}") @GET @Produces(value="text/html") public java.lang.String Doi(@PathParam(value="id") java.lang.String id, @PathParam(value="version") java.lang.String version)
id
- version
- Copyright © 2010-2019 Planetary Data System. All Rights Reserved.