Uses of Class
org.restlet.ext.atom.Link

Packages that use Link
org.restlet.ext.atom Support for the Atom syndication and the AtomPub (Atom Publication Protocol) standards in their 1.0 version. 
 

Uses of Link in org.restlet.ext.atom
 

Methods in org.restlet.ext.atom that return Link
 Link Entry.getLink(Relation rel)
          Returns the first available link with a given relation type.
 

Methods in org.restlet.ext.atom that return types with arguments of type Link
 List<Link> Feed.getLinks()
          Returns the references from the entry to Web resources.
 List<Link> Entry.getLinks()
          Returns the references from the entry to Web resources.
 List<Link> Source.getLinks()
          Returns the references from the entry to Web resources.
 

Methods in org.restlet.ext.atom with parameters of type Link
 void FeedReader.endLink(Link link)
          Called at the end of the XML block that defines the given link.
 void EntryReader.endLink(Link link)
          Called at the end of the XML block that defines the given link.
 void FeedReader.startLink(Link link)
          Called when a new link has been detected in the Atom document.
 void EntryReader.startLink(Link link)
          Called when a new link has been detected in the Atom document.
 



Copyright © 2005-2013 Restlet.