java.lang.Object
ee.jakarta.tck.ws.rs.spec.resource.requestmatching.AnotherSubResource
@Path("resource/subresource/sub")
public class AnotherSubResource
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AnotherSubResource
public AnotherSubResource()
-
Method Details
-
sub
@POST
@Consumes("text/plain")
public String sub()
-
-
-
getget
@GET
@Produces("text/plain")
public String getget()
-
getTextStar
@GET
@Produces("text/*")
public String getTextStar()
-
postTextStar
@POST
@Consumes("text/*")
public String postTextStar()