Modifier and Type | Method and Description |
---|---|
Link |
Person.getAvatar()
Get the value of avatar
|
Link |
Bookmark.getThumbnail()
Get the value of thumbnail
|
Modifier and Type | Method and Description |
---|---|
void |
Person.setAvatar(Link newavatar)
Set the value of avatar
|
void |
Bookmark.setThumbnail(Link newthumbnail)
Set the value of thumbnail
|
Modifier and Type | Method and Description |
---|---|
Link |
AtomLinkModuleImpl.getLink() |
Link |
AtomLinkModule.getLink() |
Modifier and Type | Method and Description |
---|---|
void |
AtomLinkModuleImpl.setLink(Link link) |
void |
AtomLinkModule.setLink(Link link) |
Modifier and Type | Method and Description |
---|---|
Link |
OpenSearchResponse.getLink()
# link – a reference back to the OpenSearch Description file
* Attributes: This is a clone of the link element in Atom, including href, hreflang, rel, and
type attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
OpenSearchResponse.setLink(Link link)
# link – a reference back to the OpenSearch Description file
* Attributes: This is a clone of the link element in Atom, including href, hreflang, rel, and
type attributes.
|
Modifier and Type | Method and Description |
---|---|
Link |
OpenSearchModuleImpl.getLink() |
Modifier and Type | Method and Description |
---|---|
protected org.jdom2.Element |
OpenSearchModuleGenerator.generateLinkElement(Link link) |
void |
OpenSearchModuleImpl.setLink(Link link) |
Modifier and Type | Method and Description |
---|---|
Link |
Entry.findRelatedLink(String relation) |
Modifier and Type | Method and Description |
---|---|
List<Link> |
Feed.getAlternateLinks()
Returns the feed alternate links.
|
List<Link> |
Entry.getAlternateLinks()
Returns the entry alternate links.
|
List<Link> |
Feed.getOtherLinks()
Returns the feed other links (non-alternate ones).
|
List<Link> |
Entry.getOtherLinks()
Returns the entry non-alternate links.
|
Modifier and Type | Method and Description |
---|---|
void |
Feed.setAlternateLinks(List<Link> alternateLinks)
Sets the feed alternate links.
|
void |
Entry.setAlternateLinks(List<Link> alternateLinks)
Sets the entry alternate links.
|
void |
Feed.setOtherLinks(List<Link> otherLinks)
Sets the feed other links (non-alternate ones).
|
void |
Entry.setOtherLinks(List<Link> otherLinks)
Sets the entry non-alternate links.
|
Modifier and Type | Method and Description |
---|---|
Link |
ConverterForAtom03.createAtomEnclosure(SyndEnclosure syndEnclosure) |
Link |
ConverterForAtom10.createAtomEnclosure(SyndEnclosure syndEnclosure) |
Link |
ConverterForAtom03.createAtomLink(SyndLink syndLink) |
Link |
ConverterForAtom10.createAtomLink(SyndLink syndLink) |
Modifier and Type | Method and Description |
---|---|
SyndEnclosure |
ConverterForAtom03.createSyndEnclosure(Entry entry,
Link link) |
SyndEnclosure |
ConverterForAtom10.createSyndEnclosure(Feed feed,
Entry entry,
Link link) |
SyndLink |
ConverterForAtom03.createSyndLink(Link link) |
SyndLink |
ConverterForAtom10.createSyndLink(Link link) |
Modifier and Type | Method and Description |
---|---|
protected List<SyndLink> |
ConverterForAtom03.createSyndLinks(List<Link> atomLinks) |
protected List<SyndLink> |
ConverterForAtom10.createSyndLinks(List<Link> atomLinks) |
Modifier and Type | Method and Description |
---|---|
protected org.jdom2.Element |
Atom10Generator.generateLinkElement(Link link) |
protected org.jdom2.Element |
Atom03Generator.generateLinkElement(Link link) |
Copyright © 2024. All rights reserved.