Uses of Class
org.apache.wink.common.model.synd.SyndLink

Packages that use SyndLink
org.apache.wink.common.model.atom Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
org.apache.wink.common.model.rss   
org.apache.wink.common.model.synd   
org.apache.wink.server.utils   
 

Uses of SyndLink in org.apache.wink.common.model.atom
 

Methods in org.apache.wink.common.model.atom that return SyndLink
 SyndLink AtomLink.toSynd(SyndLink value)
           
 

Methods in org.apache.wink.common.model.atom with parameters of type SyndLink
 SyndLink AtomLink.toSynd(SyndLink value)
           
 

Constructors in org.apache.wink.common.model.atom with parameters of type SyndLink
AtomLink(SyndLink value)
           
 

Uses of SyndLink in org.apache.wink.common.model.rss
 

Methods in org.apache.wink.common.model.rss that return SyndLink
 SyndLink RssEnclosure.toSynd(SyndLink syndLink)
          Maps an RssEnclosure object into a SyndLink object.
 

Methods in org.apache.wink.common.model.rss with parameters of type SyndLink
 SyndLink RssEnclosure.toSynd(SyndLink syndLink)
          Maps an RssEnclosure object into a SyndLink object.
 

Constructors in org.apache.wink.common.model.rss with parameters of type SyndLink
RssEnclosure(SyndLink syndLink)
          Creates an RssEnclosure object out of a SyndLink object.
 

Uses of SyndLink in org.apache.wink.common.model.synd
 

Methods in org.apache.wink.common.model.synd that return SyndLink
 SyndLink SyndBase.getLink(String rel)
           
 

Methods in org.apache.wink.common.model.synd that return types with arguments of type SyndLink
 List<SyndLink> SyndBase.getLinks()
           
 

Methods in org.apache.wink.common.model.synd with parameters of type SyndLink
 void SyndBase.addLink(SyndLink link)
          Add a link to the list of links.
 

Constructors in org.apache.wink.common.model.synd with parameters of type SyndLink
SyndLink(SyndLink other)
           
 

Uses of SyndLink in org.apache.wink.server.utils
 

Methods in org.apache.wink.server.utils that return types with arguments of type SyndLink
 List<SyndLink> BaseLinksBuilder.build(List<SyndLink> out)
          Build the link(s) and add them to the provided list.
 

Method parameters in org.apache.wink.server.utils with type arguments of type SyndLink
 List<SyndLink> BaseLinksBuilder.build(List<SyndLink> out)
          Build the link(s) and add them to the provided list.
 



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.