public class LinkParams
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
LinkParams.anchor
For a more detailed breakdown of the anchor link parameter, see
http://tools.ietf.org/html/rfc5988#section-5.2
|
static class |
LinkParams.anchor$ |
static class |
LinkParams.hreflang
For a more detailed breakdown of the dereferenced language hint link parameter
http://tools.ietf.org/html/rfc5988#section-5.4
|
static class |
LinkParams.hreflang$ |
static class |
LinkParams.media
For a more detailed breakdown of how to use the dereferenced language hint link parameter, see
http://tools.ietf.org/html/rfc5988#section-5.4
|
static class |
LinkParams.media$ |
static class |
LinkParams.rel
This can be either a bare word, an absolute URI, or a quoted, space-separated string of zero-or-more of either
For a more detailed breakdown of the relation type link parameter, see
http://tools.ietf.org/html/rfc5988#section-5.3
|
static class |
LinkParams.rel$ |
static class |
LinkParams.rev
This can be either a bare word, an absolute URI, or a quoted, space-separated string of zero-or-more of either.
|
static class |
LinkParams.rev$ |
static class |
LinkParams.title
For a more detailed breakdown of how to use the dereferenced language hint link parameter, see
http://tools.ietf.org/html/rfc5988#section-5.4
|
static class |
LinkParams.title$ |
static class |
LinkParams.title$times
For a more detailed breakdown of how to use the dereferenced language hint link parameter, see
http://tools.ietf.org/html/rfc5988#section-5.4
|
static class |
LinkParams.title$times$ |
static class |
LinkParams.type
For a more detailed breakdown of how to use the dereferenced language hint link parameter, see
http://tools.ietf.org/html/rfc5988#section-5.4
|
static class |
LinkParams.type$ |
Constructor and Description |
---|
LinkParams() |
Modifier and Type | Method and Description |
---|---|
static LinkParams.rel |
blockedBy() |
static LinkParams.rel |
first() |
static LinkParams.rel |
last() |
static LinkParams.rel |
next() |
static LinkParams.rel |
prev() |
public static LinkParams.rel next()
public static LinkParams.rel prev()
public static LinkParams.rel first()
public static LinkParams.rel last()
public static LinkParams.rel blockedBy()