|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Link | |
---|---|
org.apache.abdera.factory | |
org.apache.abdera.model | |
org.apache.abdera.protocol.client.util |
Uses of Link in org.apache.abdera.factory |
---|
Methods in org.apache.abdera.factory that return Link | |
---|---|
Link |
Factory.newLink()
Create a new Link element. |
Link |
Factory.newLink(Element parent)
Create a new Link element as a child of the given Element. |
Uses of Link in org.apache.abdera.model |
---|
Methods in org.apache.abdera.model that return Link | |
---|---|
Link |
Source.addLink(String href)
Adds an individual link element |
Link |
Entry.addLink(String href)
Add a link to the entry |
Link |
Source.addLink(String href,
String rel)
Adds an individual link element |
Link |
Entry.addLink(String href,
String rel)
Add a link to the entry |
Link |
Source.addLink(String href,
String rel,
String type,
String title,
String hreflang,
long length)
Adds an individual link element |
Link |
Entry.addLink(String href,
String rel,
String type,
String title,
String hreflang,
long length)
Add a link to the entry |
Link |
Source.getAlternateLink()
Returns this entries first alternate link |
Link |
Entry.getAlternateLink()
Returns this entries first alternate link |
Link |
Source.getAlternateLink(String type,
String hreflang)
|
Link |
Entry.getAlternateLink(String type,
String hreflang)
Returns the first alternate link matching the specified type and hreflang |
Link |
Entry.getEditLink()
Returns this entries first edit link |
Link |
Entry.getEditMediaLink()
Returns this entries first edit-media link (if any) |
Link |
Entry.getEditMediaLink(String type,
String hreflang)
Returns the first edit-media link matching the specified type and hreflang |
Link |
Entry.getEnclosureLink()
Returns this entries first enclosure link |
Link |
Source.getLink(String rel)
Returns the first link with the specified rel attribute value |
Link |
Entry.getLink(String rel)
Returns the first link with the specified rel attribute value |
Link |
Source.getSelfLink()
Returns the first link using the rel attribute value "self" |
Link |
Entry.getSelfLink()
Returns this entries first self link |
Link |
Link.setHref(String href)
RFC4287: The "href" attribute contains the link's IRI. atom:link elements MUST have an href attribute, whose value MUST be a IRI reference [RFC3987]. |
Link |
Link.setHrefLang(String lang)
RFC4287: The "hreflang" attribute's content describes the language of the resource pointed to by the href attribute. |
Link |
Link.setLength(long length)
RFC4287: The "length" attribute indicates an advisory length of the linked content in octets; it is a hint about the content length of the representation returned when the IRI in the href attribute is mapped to a URI and dereferenced. |
Link |
Link.setMimeType(String type)
RFC4287: On the link element, the "type" attribute's value is an advisory media type: it is a hint about the type of the representation that is expected to be returned when the value of the href attribute is dereferenced. |
Link |
Link.setRel(String rel)
RFC4287: atom:link elements MAY have a "rel" attribute that indicates the link relation type. |
Link |
Link.setTitle(String title)
RFC4287: The "title" attribute conveys human-readable information about the link. |
Methods in org.apache.abdera.model that return types with arguments of type Link | |
---|---|
List<Link> |
Source.getLinks()
Lists the complete set of links for this entry |
List<Link> |
Entry.getLinks()
Lists the complete set of links for this entry |
List<Link> |
Source.getLinks(String... rel)
Lists the complete set of links using the specified rel attributes values |
List<Link> |
Entry.getLinks(String... rel)
Lists the complete set of links using the specified rel attributes values |
List<Link> |
Source.getLinks(String rel)
Lists the complete set of links using the specified rel attribute value |
List<Link> |
Entry.getLinks(String rel)
Lists the complete set of links using the specified rel attribute value |
Methods in org.apache.abdera.model with parameters of type Link | ||
---|---|---|
Entry |
Entry.addLink(Link link)
Adds an individual link to the entry |
|
|
Source.addLink(Link link)
Adds an individual link to the entry |
Uses of Link in org.apache.abdera.protocol.client.util |
---|
Methods in org.apache.abdera.protocol.client.util that return Link | |
---|---|
static Link[] |
LocalizationHelper.selectAlternate(Entry entry)
|
static Link[] |
LocalizationHelper.selectAlternate(Entry entry,
Locale... locales)
|
static Link[] |
LocalizationHelper.selectAlternate(Entry entry,
Locale locale)
|
static Link[] |
LocalizationHelper.selectAlternate(Entry entry,
Range... ranges)
|
static Link[] |
LocalizationHelper.selectAlternate(Entry entry,
Range range)
|
static Link[] |
LocalizationHelper.selectAlternate(Entry entry,
String... ranges)
|
static Link[] |
LocalizationHelper.selectAlternate(Entry entry,
String range)
|
static Link[] |
LocalizationHelper.selectAlternate(List<Link> links,
Range... ranges)
|
static Link[] |
LocalizationHelper.selectAlternate(List<Link> links,
Range range)
|
static Link[] |
LocalizationHelper.selectAlternate(List<Link> links,
String range)
|
static Link[] |
LocalizationHelper.selectAlternate(Source source)
|
static Link[] |
LocalizationHelper.selectAlternate(Source source,
Locale... locales)
|
static Link[] |
LocalizationHelper.selectAlternate(Source source,
Locale locale)
|
static Link[] |
LocalizationHelper.selectAlternate(Source source,
Range... ranges)
|
static Link[] |
LocalizationHelper.selectAlternate(Source source,
Range range)
|
static Link[] |
LocalizationHelper.selectAlternate(Source source,
String... ranges)
|
static Link[] |
LocalizationHelper.selectAlternate(Source source,
String range)
|
Method parameters in org.apache.abdera.protocol.client.util with type arguments of type Link | |
---|---|
static Link[] |
LocalizationHelper.selectAlternate(List<Link> links,
Range... ranges)
|
static Link[] |
LocalizationHelper.selectAlternate(List<Link> links,
Range range)
|
static Link[] |
LocalizationHelper.selectAlternate(List<Link> links,
String range)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |