Class LocatorResource

java.lang.Object
ee.jakarta.tck.ws.rs.ee.rs.formparam.locator.MiddleResource
ee.jakarta.tck.ws.rs.ee.rs.formparam.locator.LocatorResource

@Path("resource") public class LocatorResource extends MiddleResource
  • Constructor Details

    • LocatorResource

      public LocatorResource()
  • Method Details

    • locatorHasArguments

      @Path("locator/{id1}") @Consumes("application/x-www-form-urlencoded") public MiddleResource locatorHasArguments(@PathParam("id1") String id1, @FormParam("default_argument") String arg) throws Exception
      Throws:
      Exception
    • locatorHasEncodedArguments

      @Path("locatorencoded/{id1}") @Consumes("application/x-www-form-urlencoded") public MiddleResource locatorHasEncodedArguments(@PathParam("id1") String id1, @Encoded @FormParam("default_argument") String arg) throws Exception
      Throws:
      Exception