Package ee.jakarta.tck.ws.rs.ee.rs.get
Class HttpMethodGetTest
java.lang.Object
ee.jakarta.tck.ws.rs.ee.rs.get.HttpMethodGetTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAbstractResource
(int id) jakarta.ws.rs.core.Response
getHtml()
jakarta.ws.rs.core.Response
getPlain()
jakarta.ws.rs.core.Response
getSub()
jakarta.ws.rs.core.Response
headSub()
-
Constructor Details
-
HttpMethodGetTest
public HttpMethodGetTest()
-
-
Method Details
-
getPlain
@GET public jakarta.ws.rs.core.Response getPlain() -
getHtml
@GET @Produces("text/html") public jakarta.ws.rs.core.Response getHtml() -
getSub
@GET @Path("/sub") public jakarta.ws.rs.core.Response getSub() -
headSub
@GET @Path("/sub") @Produces("text/html") public jakarta.ws.rs.core.Response headSub() -
getAbstractResource
-
recursion
-