public class WebLinking extends Object
Links| Modifier and Type | Field and Description |
|---|---|
static String |
LINK_HEADER |
private Links |
links |
static String |
NEXT |
static String |
PREVIOUS |
| Constructor and Description |
|---|
WebLinking(Links links)
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLinkHeaderName() |
String |
getLinkHeaders() |
String |
getNext() |
String |
getPrevious() |
private String |
oneLink(String link,
String type) |
String |
toString() |
public static final String PREVIOUS
public static final String NEXT
public static final String LINK_HEADER
private final Links links
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.