Package com.sap.hcp.cf.sample.jersey
Class Sample
java.lang.Object
com.sap.hcp.cf.sample.jersey.Sample
@Path("/")
public class Sample
extends Object
-
Constructor Summary
Constructors Constructor Description Sample() -
Method Summary
-
Constructor Details
-
Sample
public Sample()
-
-
Method Details
-
greet
@GET @Produces("text/plain") public javax.ws.rs.core.Response greet(@DefaultValue("World") @QueryParam("greeting") String msg) -
forward
@GET @Path("/forward") public javax.ws.rs.core.Response forward(@Context javax.ws.rs.core.UriInfo uriInfo, @QueryParam("q") String queryParam, @Context javax.ws.rs.core.HttpHeaders headers)
-