Class UriInfoTestResource
java.lang.Object
ee.jakarta.tck.ws.rs.jaxrs40.ee.rs.core.uriinfo.UriInfoTestResource
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ONE_POST
- See Also:
-
TWO_GET
- See Also:
-
TWO_POST
- See Also:
-
THREE_SUB
- See Also:
-
-
Constructor Details
-
UriInfoTestResource
public UriInfoTestResource()
-
-
Method Details
-
post
@POST @Path("one/{name:[a-zA-Z][a-zA-Z_0-9]*}") public jakarta.ws.rs.core.Response post(@Context jakarta.ws.rs.core.UriInfo info) -
get
@GET @Path("two/{Prefix}{p:/?}{id: ((\\d+)?)}/abc{p2:/?}{number: (([A-Za-z0-9]*)?)}") public jakarta.ws.rs.core.Response get(@Context jakarta.ws.rs.core.UriInfo info) -
postTwo
@POST @Path("two/{Prefix}{p:/?}{id: ((\\d+)?)}/abc/{yeah}") public jakarta.ws.rs.core.Response postTwo(@Context jakarta.ws.rs.core.UriInfo info) -
doAnything4
-