|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SyndLink | |
---|---|
com.sun.syndication.feed.synd | |
com.sun.syndication.feed.synd.impl |
Uses of SyndLink in com.sun.syndication.feed.synd |
---|
Classes in com.sun.syndication.feed.synd that implement SyndLink | |
---|---|
class |
SyndLinkImpl
Represents a link or an enclosure. |
Methods in com.sun.syndication.feed.synd that return SyndLink | |
---|---|
SyndLink |
SyndEntry.findRelatedLink(String relation)
Returns the first instance of a SyndLink with the specified relation, or null |
SyndLink |
SyndEntryImpl.findRelatedLink(String relation)
|
Methods in com.sun.syndication.feed.synd that return types with arguments of type SyndLink | |
---|---|
List<SyndLink> |
SyndEntry.getLinks()
Returns the entry links |
List<SyndLink> |
SyndFeed.getLinks()
Returns the entry links |
List<SyndLink> |
SyndEntryImpl.getLinks()
Returns the links |
Method parameters in com.sun.syndication.feed.synd with type arguments of type SyndLink | |
---|---|
void |
SyndEntry.setLinks(List<SyndLink> links)
Sets the entry links. |
void |
SyndFeed.setLinks(List<SyndLink> links)
Sets the entry links. |
Uses of SyndLink in com.sun.syndication.feed.synd.impl |
---|
Methods in com.sun.syndication.feed.synd.impl that return SyndLink | |
---|---|
SyndLink |
ConverterForAtom10.createSyndLink(Link link)
|
SyndLink |
ConverterForAtom03.createSyndLink(Link link)
|
Methods in com.sun.syndication.feed.synd.impl with parameters of type SyndLink | |
---|---|
Link |
ConverterForAtom10.createAtomLink(SyndLink syndLink)
|
Link |
ConverterForAtom03.createAtomLink(SyndLink syndLink)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |