@Path("resource")
public class Resource
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
-
Resource
public Resource()
-
Method Details
-
-
-
runtime
@Path("runtime")
@GET
public String runtime()
-
webApp
@Path("webapp")
@GET
public String webApp()
-
clienterror
@Path("clienterror")
@GET
public String clienterror()
-
mappedException
@Path("mapped")
@GET
public String mappedException()
-
chain
@Path("chain")
@GET
public String chain()