Class UriInfoTestResource

java.lang.Object
ee.jakarta.tck.ws.rs.jaxrs40.ee.rs.core.uriinfo.UriInfoTestResource

@Path("/resource") public class UriInfoTestResource extends Object
  • Field Details

  • 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

      @Path("three/{x:[a-z]}") public UriInfoTestResource.SubGet doAnything4()