Uses of Interface
com.rometools.rome.feed.synd.SyndLink
-
Packages that use SyndLink Package Description com.rometools.rome.feed.synd com.rometools.rome.feed.synd.impl -
-
Uses of SyndLink in com.rometools.rome.feed.synd
Classes in com.rometools.rome.feed.synd that implement SyndLink Modifier and Type Class Description classSyndLinkImplRepresents a link or an enclosure.Methods in com.rometools.rome.feed.synd that return SyndLink Modifier and Type Method Description SyndLinkSyndEntry. findRelatedLink(String relation)Returns the first instance of a SyndLink with the specified relation, or nullSyndLinkSyndEntryImpl. findRelatedLink(String relation)Methods in com.rometools.rome.feed.synd that return types with arguments of type SyndLink Modifier and Type Method Description List<SyndLink>SyndEntry. getLinks()Returns the entry linksList<SyndLink>SyndEntryImpl. getLinks()Returns the linksList<SyndLink>SyndFeed. getLinks()Returns the entry linksList<SyndLink>SyndFeedImpl. getLinks()Returns the linksMethod parameters in com.rometools.rome.feed.synd with type arguments of type SyndLink Modifier and Type Method Description voidSyndEntry. setLinks(List<SyndLink> links)Sets the entry links.voidSyndEntryImpl. setLinks(List<SyndLink> links)Set the linksvoidSyndFeed. setLinks(List<SyndLink> links)Sets the entry links.voidSyndFeedImpl. setLinks(List<SyndLink> links)Set the links -
Uses of SyndLink in com.rometools.rome.feed.synd.impl
Methods in com.rometools.rome.feed.synd.impl that return SyndLink Modifier and Type Method Description SyndLinkConverterForAtom03. createSyndLink(Link link)SyndLinkConverterForAtom10. createSyndLink(Link link)Methods in com.rometools.rome.feed.synd.impl that return types with arguments of type SyndLink Modifier and Type Method Description protected List<SyndLink>ConverterForAtom03. createSyndLinks(List<Link> atomLinks)protected List<SyndLink>ConverterForAtom10. createSyndLinks(List<Link> atomLinks)Methods in com.rometools.rome.feed.synd.impl with parameters of type SyndLink Modifier and Type Method Description LinkConverterForAtom03. createAtomLink(SyndLink syndLink)LinkConverterForAtom10. createAtomLink(SyndLink syndLink)
-