Class ContextManager


  • @Path("/contexts")
    public class ContextManager
    extends Object
    • Constructor Detail

      • ContextManager

        public ContextManager()
    • Method Detail

      • add

        @PUT
        @Path("")
        public jakarta.ws.rs.core.Response add​(@FormParam("context")
                                               String context)
      • remove

        @DELETE
        @Path("")
        public jakarta.ws.rs.core.Response remove​(@FormParam("context")
                                                  String context)
      • get

        @GET
        @Path("")
        @Produces("application/json")
        public String[] get()