Uses of Class
com.sun.syndication.feed.atom.Link

Packages that use Link
com.sun.syndication.feed.atom   
com.sun.syndication.feed.synd.impl   
com.sun.syndication.io.impl   
 

Uses of Link in com.sun.syndication.feed.atom
 

Methods in com.sun.syndication.feed.atom that return Link
 Link Entry.findRelatedLink(String relation)
           
 

Methods in com.sun.syndication.feed.atom that return types with arguments of type Link
 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.sun.syndication.feed.atom with type arguments of type Link
 void Entry.setAlternateLinks(List<Link> alternateLinks)
          Sets the entry alternate links.
 void Feed.setAlternateLinks(List<Link> alternateLinks)
          Sets the feed alternate links.
 void Entry.setOtherLinks(List<Link> otherLinks)
          Sets the entry non-alternate links.
 void Feed.setOtherLinks(List<Link> otherLinks)
          Sets the feed other links (non-alternate ones).
 

Uses of Link in com.sun.syndication.feed.synd.impl
 

Methods in com.sun.syndication.feed.synd.impl that return Link
 Link ConverterForAtom10.createAtomEnclosure(SyndEnclosure syndEnclosure)
           
 Link ConverterForAtom03.createAtomEnclosure(SyndEnclosure syndEnclosure)
           
 Link ConverterForAtom10.createAtomLink(SyndLink syndLink)
           
 Link ConverterForAtom03.createAtomLink(SyndLink syndLink)
           
 

Methods in com.sun.syndication.feed.synd.impl with parameters of type Link
 SyndEnclosure ConverterForAtom03.createSyndEnclosure(Entry entry, Link link)
           
 SyndEnclosure ConverterForAtom10.createSyndEnclosure(Feed feed, Entry entry, Link link)
           
 SyndLink ConverterForAtom10.createSyndLink(Link link)
           
 SyndLink ConverterForAtom03.createSyndLink(Link link)
           
 

Uses of Link in com.sun.syndication.io.impl
 

Methods in com.sun.syndication.io.impl with parameters of type Link
protected  org.jdom.Element Atom10Generator.generateLinkElement(Link link)
           
protected  org.jdom.Element Atom03Generator.generateLinkElement(Link link)
           
 



Copyright © 2004-2013 ROME Project. All Rights Reserved.