|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Link | |
---|---|
org.jboss.resteasy.client | |
org.jboss.resteasy.client.core | |
org.jboss.resteasy.spi |
Uses of Link in org.jboss.resteasy.client |
---|
Methods in org.jboss.resteasy.client that return Link | |
---|---|
Link |
ClientRequest.create()
Automatically does POST/Create pattern. |
abstract Link |
ClientResponse.getHeaderAsLink(java.lang.String headerName)
Header is assumed to be a URL, a Link object is created from it if it exists. |
abstract Link |
ClientResponse.getLocation()
Get the Location header as a Link so you can easily execute on it. |
Methods in org.jboss.resteasy.client with parameters of type Link | |
---|---|
ClientRequest |
ClientRequest.addLink(Link link)
|
Uses of Link in org.jboss.resteasy.client.core |
---|
Fields in org.jboss.resteasy.client.core declared as Link | |
---|---|
protected Link |
BaseClientResponse.location
|
Methods in org.jboss.resteasy.client.core that return Link | |
---|---|
Link |
BaseClientResponse.getHeaderAsLink(java.lang.String headerName)
|
Link |
BaseClientResponse.getLocation()
|
Uses of Link in org.jboss.resteasy.spi |
---|
Methods in org.jboss.resteasy.spi that return Link | |
---|---|
Link |
LinkHeader.getLinkByRelationship(java.lang.String rel)
|
Link |
LinkHeader.getLinkByTitle(java.lang.String title)
|
Methods in org.jboss.resteasy.spi that return types with arguments of type Link | |
---|---|
java.util.List<Link> |
LinkHeader.getLinks()
All the links defined |
java.util.Map<java.lang.String,Link> |
LinkHeader.getLinksByRelationship()
Index of links by relationship "rel" or "rev" |
java.util.Map<java.lang.String,Link> |
LinkHeader.getLinksByTitle()
Index of links by title |
Methods in org.jboss.resteasy.spi with parameters of type Link | |
---|---|
LinkHeader |
LinkHeader.addLink(Link link)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |