Class Application


  • @Path("/test")
    @ApplicationScoped
    public class Application
    extends Object
    • Constructor Detail

      • Application

        public Application()
    • Method Detail

      • inspect

        @GET
        @Path("/inspect")
        @Produces("application/json")
        public javax.json.JsonObject inspect()
      • inspectContext

        @GET
        @Path("/inspect/context")
        @Produces("application/json")
        public javax.json.JsonObject inspectContext()
      • property

        @GET
        @Path("/property/{name}")
        @Produces("text/plain")
        public String property​(@PathParam("name")
                               String name)
      • properties

        @GET
        @Path("/properties")
        @Produces("application/json")
        public javax.json.JsonObject properties()