@Path(value="html/products")
public class HTMLBasedProducts
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
logger |
Constructor and Description |
---|
HTMLBasedProducts() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
defaultProducts() |
java.lang.String |
products(java.lang.String type) |
java.lang.String |
products(java.lang.String insRef,
java.lang.String invRef) |
@GET @Produces(value="text/html") public java.lang.String defaultProducts()
@Path(value="type/{Type}") @GET @Produces(value="text/html") public java.lang.String products(@PathParam(value="Type") java.lang.String type)
@Path(value="{instRef : (.+)?}/{investRef : (.+)?}") @GET @Produces(value="text/html") public java.lang.String products(@PathParam(value="instRef") java.lang.String insRef, @PathParam(value="investRef") java.lang.String invRef)
Copyright © 2010-2019 Planetary Data System. All Rights Reserved.