Uses of Class
org.restlet.ext.atom.Link
-
Packages that use Link Package Description org.restlet.ext.atom Support for the Atom syndication and the AtomPub (Atom Publication Protocol) standards in their 1.0 version.org.restlet.ext.atom.internal -
-
Uses of Link in org.restlet.ext.atom
Fields in org.restlet.ext.atom with type parameters of type Link Modifier and Type Field Description private java.util.List<Link>Entry. linksThe references from the entry to Web resources.private java.util.List<Link>Feed. linksThe references from the entry to Web resources.private java.util.List<Link>Source. linksThe references from the entry to Web resources.Methods in org.restlet.ext.atom that return Link Modifier and Type Method Description LinkEntry. 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 Modifier and Type Method Description java.util.List<Link>Entry. getLinks()Returns the references from the entry to Web resources.java.util.List<Link>Feed. getLinks()Returns the references from the entry to Web resources.java.util.List<Link>Source. getLinks()Returns the references from the entry to Web resources.Methods in org.restlet.ext.atom with parameters of type Link Modifier and Type Method Description voidEntryReader. endLink(Link link)Called at the end of the XML block that defines the given link.voidFeedReader. endLink(Link link)Called at the end of the XML block that defines the given link.voidEntryReader. startLink(Link link)Called when a new link has been detected in the Atom document.voidFeedReader. startLink(Link link)Called when a new link has been detected in the Atom document. -
Uses of Link in org.restlet.ext.atom.internal
Fields in org.restlet.ext.atom.internal declared as Link Modifier and Type Field Description private LinkEntryContentReader. currentLinkThe currently parsed Link.private LinkFeedContentReader. currentLinkThe currently parsed Link.
-