Modifier and Type | Required Element and Description |
---|---|
Ref |
value
Specifies the link value of the Ref header
|
Modifier and Type | Optional Element and Description |
---|---|
String |
anchor
Specifies the anchor
|
Link.Extension[] |
extensions
Specifies extension parameters as name-value pairs.
|
String |
hreflang
Specifies the lang of the referenced resource
|
String |
media
Specifies the media
|
String |
rel
Specifies the relationship.
|
String |
rev
Specifies the reverse relationship.
|
String |
title
Specifies the title.
|
String |
type
Specifies the media type.
|
public abstract Ref value
public abstract String rel
public abstract String rev
public abstract String type
public abstract String title
public abstract String anchor
public abstract String media
public abstract String hreflang
public abstract Link.Extension[] extensions
Copyright © 2013 Oracle Corporation. All rights reserved.