Uses of Class
com.rometools.rome.feed.atom.Link
-
Packages that use Link Package Description com.rometools.rome.feed.atom com.rometools.rome.feed.synd.impl com.rometools.rome.io.impl -
-
Uses of Link in com.rometools.rome.feed.atom
Methods in com.rometools.rome.feed.atom that return Link Modifier and Type Method Description LinkEntry. findRelatedLink(String relation)Methods in com.rometools.rome.feed.atom that return types with arguments of type Link Modifier and Type Method Description List<Link>Entry. getAlternateLinks()Returns the entry alternate links.List<Link>Feed. getAlternateLinks()Returns the feed alternate links.List<Link>Entry. getOtherLinks()Returns the entry non-alternate links.List<Link>Feed. getOtherLinks()Returns the feed other links (non-alternate ones).Method parameters in com.rometools.rome.feed.atom with type arguments of type Link Modifier and Type Method Description voidEntry. setAlternateLinks(List<Link> alternateLinks)Sets the entry alternate links.voidFeed. setAlternateLinks(List<Link> alternateLinks)Sets the feed alternate links.voidEntry. setOtherLinks(List<Link> otherLinks)Sets the entry non-alternate links.voidFeed. setOtherLinks(List<Link> otherLinks)Sets the feed other links (non-alternate ones). -
Uses of Link in com.rometools.rome.feed.synd.impl
Methods in com.rometools.rome.feed.synd.impl that return Link Modifier and Type Method Description LinkConverterForAtom03. createAtomEnclosure(SyndEnclosure syndEnclosure)LinkConverterForAtom10. createAtomEnclosure(SyndEnclosure syndEnclosure)LinkConverterForAtom03. createAtomLink(SyndLink syndLink)LinkConverterForAtom10. createAtomLink(SyndLink syndLink)Methods in com.rometools.rome.feed.synd.impl with parameters of type Link Modifier and Type Method Description SyndEnclosureConverterForAtom03. createSyndEnclosure(Entry entry, Link link)SyndEnclosureConverterForAtom10. createSyndEnclosure(Feed feed, Entry entry, Link link)SyndLinkConverterForAtom03. createSyndLink(Link link)SyndLinkConverterForAtom10. createSyndLink(Link link)Method parameters in com.rometools.rome.feed.synd.impl with type arguments of type Link Modifier and Type Method Description protected List<SyndLink>ConverterForAtom03. createSyndLinks(List<Link> atomLinks)protected List<SyndLink>ConverterForAtom10. createSyndLinks(List<Link> atomLinks) -
Uses of Link in com.rometools.rome.io.impl
Methods in com.rometools.rome.io.impl with parameters of type Link Modifier and Type Method Description protected org.jdom2.ElementAtom03Generator. generateLinkElement(Link link)protected org.jdom2.ElementAtom10Generator. generateLinkElement(Link link)
-