@Path(value="html/certificationstatus") public class HTMLBasedCertificationStatus 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 |
---|
HTMLBasedCertificationStatus() |
Modifier and Type | Method and Description |
---|---|
String |
CertificationStatus(String title) |
String |
CertificationStatus(String id,
String version,
boolean latest) |
String |
defaultCertificationStatus() |
getConnection
public HTMLBasedCertificationStatus() throws ClassNotFoundException, SQLException
ClassNotFoundException
SQLException
@GET @Produces(value="text/html") public String defaultCertificationStatus()
@Path(value="{id : (.+)?}/{version : (.+)?}/{latest}") @GET @Produces(value="text/html") public String CertificationStatus(@PathParam(value="id") String id, @PathParam(value="version") String version, @PathParam(value="latest") boolean latest)
id
- version
- latest
- Copyright © 2019. All rights reserved.