@Path("/contexts")
public class ContextManager
extends Object
-
Constructor Summary
Constructors
-
Method Summary
jakarta.ws.rs.core.Response
jakarta.ws.rs.core.Response
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ContextManager
public ContextManager()
-
Method Details
-
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()