@Path("/DeleteTest")
public class HttpMethodDeleteTest
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
HttpMethodDeleteTest
public HttpMethodDeleteTest()
-
Method Details
-
getPlain
@DELETE
@Produces("text/plain")
public String getPlain()
-
getHtml
@DELETE
@Produces("text/html")
public String getHtml()
-
getSub
@DELETE
@Path("/sub")
@Produces("text/html")
public String getSub()