public class LinkParams
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | LinkParams.anchorFor 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.hreflangFor 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.mediaFor 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.relThis 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.revThis 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.titleFor 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$timesFor 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.typeFor 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()