public interface Resource
| Modifier and Type | Method and Description |
|---|---|
GetRequestHandler |
get()
All
Resource
must support GET
(also used to support HEAD) |
java.lang.String |
uri()
All
Resource must have a
URI string |
java.lang.String uri()
Resource must have a
URI stringGetRequestHandler get()
Resource
must support GET
(also used to support HEAD)