Uses of Class
yarfraw.core.datamodel.Link

Packages that use Link
yarfraw.core.datamodel   
yarfraw.mapping.forward.impl   
 

Uses of Link in yarfraw.core.datamodel
 

Methods in yarfraw.core.datamodel that return Link
 Link Link.setBase(String base)
          Atom 1.0 only
Any element defined by this specification MAY have an xml:base attribute [W3C.REC-xmlbase-20010627].
 Link Link.setHref(String href)
          Rss 1.0 & Rss 2.0 - text content of the <link> element Atom 1.0 - The "href" attribute contains the link's IRI.
 Link Link.setHreflang(Locale hreflang)
          Atom 1.0 only
The "hreflang" attribute's content describes the language of the resource pointed to by the href attribute.
 Link Link.setHreflang(String hreflang)
          Atom 1.0 only
The "hreflang" attribute's content describes the language of the resource pointed to by the href attribute.
 Link Link.setLang(Locale lang)
          Rss 2.0 - <language> element.
 Link Link.setLang(String lang)
          Rss 2.0 - <language> element.
 Link Link.setLength(Integer length)
          Atom 1.0 only
The "length" attribute indicates an advisory length of the linked content in octets; it is a hint about the content length of the representation returned when the IRI in the href attribute is mapped to a URI and dereferenced.
 Link Link.setRel(String rel)
          Atom 1.0 only
atom:link elements MAY have a "rel" attribute that indicates the link relation type.
 Link Link.setTitle(String title)
          Atom 1.0 only
The "title" attribute conveys human-readable information about the link.
 Link Link.setType(String type)
          Atom 1.0 only
On the link element, the "type" attribute's value is an advisory media type; it is a hint about the type of the representation that is expected to be returned when the value of the href attribute is dereferenced.
 

Methods in yarfraw.core.datamodel that return types with arguments of type Link
 List<Link> ItemEntry.getLinks()
          Rss 1.0 - The item's URL.
 List<Link> ChannelFeed.getLinks()
          Rss 1.0 - The URL to which an HTML rendering of the channel title will link, commonly the parent site's home or news page.
 

Methods in yarfraw.core.datamodel with parameters of type Link
 ItemEntry ItemEntry.addLink(Link... link)
          Rss 1.0 - The item's URL.
 ChannelFeed ChannelFeed.addLink(Link... link)
          Rss 1.0 - The URL to which an HTML rendering of the channel title will link, commonly the parent site's home or news page.
 

Method parameters in yarfraw.core.datamodel with type arguments of type Link
 ItemEntry ItemEntry.setLinks(List<Link> links)
          Rss 1.0 - The item's URL.
 ChannelFeed ChannelFeed.setLinks(List<Link> links)
          Rss 1.0 - The URL to which an HTML rendering of the channel title will link, commonly the parent site's home or news page.
 

Uses of Link in yarfraw.mapping.forward.impl
 

Methods in yarfraw.mapping.forward.impl with parameters of type Link
static LinkType Atom10MappingUtils.toLink(Link link)
           
 



Copyright © 2008. All Rights Reserved.