public class AtomLink extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
REL_ALTERNATE
The value "alternate" signifies that the IRI in the value of the
href attribute identifies an alternate version of the resource
described by the containing element.
|
static String |
REL_ENCLOSURE
The value "enclosure" signifies that the IRI in the value of the
href attribute identifies a related resource that is potentially
large in size and might require special handling.
|
static String |
REL_RELATED
The value "related" signifies that the IRI in the value of the
href attribute identifies a resource related to the resource
described by the containing element.
|
static String |
REL_SELF
The value "self" signifies that the IRI in the value of the href
attribute identifies a resource equivalent to the containing
element.
|
static String |
REL_VIA
The value "via" signifies that the IRI in the value of the href
attribute identifies a resource that is the source of the
information provided in the containing element.The value "via" signifies that
the IRI in the value of the href
attribute identifies a resource that is the source of the
information provided in the containing element.
|
static String |
TYPE_APPLICATION_ATOM_XML |
static String |
TYPE_TEXT_HTML |
| Constructor and Description |
|---|
AtomLink() |
AtomLink(String href) |
AtomLink(String href,
String rel,
String type) |
public static final String REL_ALTERNATE
public static final String REL_ENCLOSURE
public static final String REL_RELATED
public static final String REL_SELF
public static final String REL_VIA
public static final String TYPE_APPLICATION_ATOM_XML
public static final String TYPE_TEXT_HTML
public AtomLink()
public AtomLink(String href)
Copyright © 2010–2021 Vegard IT GmbH, Germany. All rights reserved.