| Package | Description |
|---|---|
| org.jboss.resteasy.plugins.providers.atom |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseLink
If invoked within the context of a JAX-RS call, it will automatically build a
URI based the base URI of the JAX-RS application.
|
class |
RelativeLink
If invoked within the context of a JAX-RS call, it will automatically build a
URI based the base URI of the JAX-RS application.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Link> |
Source.links |
private java.util.List<Link> |
Entry.links |
| Modifier and Type | Method and Description |
|---|---|
Link |
Source.getLinkByRel(java.lang.String name) |
Link |
Entry.getLinkByRel(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Link> |
Source.getLinks() |
java.util.List<Link> |
Entry.getLinks() |