Uses of Interface
com.sun.syndication.feed.synd.SyndContent

Packages that use SyndContent
com.sun.syndication.feed.synd   
com.sun.syndication.feed.synd.impl   
 

Uses of SyndContent in com.sun.syndication.feed.synd
 

Classes in com.sun.syndication.feed.synd that implement SyndContent
 class SyndContentImpl
          Bean for content of SyndFeedImpl entries.
 

Methods in com.sun.syndication.feed.synd that return SyndContent
 SyndContent SyndEntry.getDescription()
          Returns the entry description.
 SyndContent SyndEntryImpl.getDescription()
          Returns the entry description.
 SyndContent SyndFeed.getDescriptionEx()
          Returns the feed description as a text construct.
 SyndContent SyndFeedImpl.getDescriptionEx()
          Returns the feed description as a text construct.
 SyndContent SyndEntry.getTitleEx()
          Returns the entry title as a text construct.
 SyndContent SyndFeed.getTitleEx()
          Returns the feed title.
 SyndContent SyndEntryImpl.getTitleEx()
          Returns the entry title as a text construct.
 SyndContent SyndFeedImpl.getTitleEx()
          Returns the feed title as a text construct.
 

Methods in com.sun.syndication.feed.synd that return types with arguments of type SyndContent
 List<SyndContent> SyndEntry.getContents()
          Returns the entry contents.
 List<SyndContent> SyndEntryImpl.getContents()
          Returns the entry contents.
 

Methods in com.sun.syndication.feed.synd with parameters of type SyndContent
 void SyndEntry.setDescription(SyndContent description)
          Sets the entry description.
 void SyndEntryImpl.setDescription(SyndContent description)
          Sets the entry description.
 void SyndFeed.setDescriptionEx(SyndContent description)
          Sets the feed description as a text construct.
 void SyndFeedImpl.setDescriptionEx(SyndContent description)
          Sets the feed description as a text construct.
 void SyndEntry.setTitleEx(SyndContent title)
          Sets the entry title as a text construct.
 void SyndFeed.setTitleEx(SyndContent title)
          Sets the feed title.
 void SyndEntryImpl.setTitleEx(SyndContent title)
          Sets the entry title as a text construct.
 void SyndFeedImpl.setTitleEx(SyndContent title)
          Sets the feed title as a text construct.
 

Method parameters in com.sun.syndication.feed.synd with type arguments of type SyndContent
 void SyndEntry.setContents(List<SyndContent> contents)
          Sets the entry contents.
 void SyndEntryImpl.setContents(List<SyndContent> contents)
          Sets the entry contents.
 

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

Methods in com.sun.syndication.feed.synd.impl that return SyndContent
protected  SyndContent ConverterForAtom10.createSyndContent(Content content)
           
 

Methods in com.sun.syndication.feed.synd.impl with parameters of type SyndContent
protected  Content ConverterForAtom10.createAtomContent(SyndContent sContent)
           
protected  Content ConverterForRSS10.createItemContent(SyndContent sContent)
           
protected  Description ConverterForRSS10.createItemDescription(SyndContent sContent)
           
protected  Description ConverterForRSS091Userland.createItemDescription(SyndContent sContent)
           
 



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