java.lang.Object
ee.jakarta.tck.ws.rs.ee.resource.webappexception.mapper.Resource

@Path("resource") public class Resource extends Object
  • Constructor Details

    • Resource

      public Resource()
  • Method Details

    • noresponse

      @GET @Path("noresponse") public String noresponse()
    • responseOk

      @GET @Path("responseok") public String responseOk()
    • responseStatusOk

      @GET @Path("responsestatusok") public String responseStatusOk()
    • responseEntity

      @GET @Path("responseentity") public String responseEntity()
    • responseStatusIntOk

      @GET @Path("responsestatusintok") public String responseStatusIntOk()
    • responseThrowable

      @GET @Path("responsethrowable") public String responseThrowable()
    • responseThrowableOk

      @GET @Path("responsethrowableok") public String responseThrowableOk()
    • responseThrowableStatusOk

      @GET @Path("responsestatusthrowableok") public String responseThrowableStatusOk()
    • responseThrowableStatusIntOk

      @GET @Path("responsestatusthrowableintok") public String responseThrowableStatusIntOk()
    • throwIOExecption

      @GET @Path("uncheckedexception") public String throwIOExecption()