Uses of Class
com.sun.syndication.feed.atom.Content

Packages that use Content
com.sun.syndication.feed.atom   
 

Uses of Content in com.sun.syndication.feed.atom
 

Methods in com.sun.syndication.feed.atom that return Content
 Content Feed.getInfo()
          Returns the feed info (Atom 0.3 only)
 Content Feed.getSubtitle()
          Returns the subtitle
 Content Entry.getSummary()
          Returns the entry summary.
 Content Feed.getTagline()
          Returns the feed tag line (Atom 0.3, maps to Feed.getSubtitle()).
 Content Feed.getTitleEx()
          Returns the feed title.
 Content Entry.getTitleEx()
          Returns the entry title as a text construct.
 

Methods in com.sun.syndication.feed.atom with parameters of type Content
 void Feed.setInfo(Content info)
          Sets the feed info (Atom 0.3 only)
 void Feed.setSubtitle(Content subtitle)
          Set the subtitle
 void Entry.setSummary(Content summary)
          Sets the entry summary.
 void Feed.setTagline(Content tagline)
          Sets the feed tagline (Atom 0.3, maps to Feed.setSubtitle(com.sun.syndication.feed.atom.Content)).
 void Feed.setTitleEx(Content title)
          Sets the feed title.
 void Entry.setTitleEx(Content title)
          Sets the entry title as a text construct.
 



Copyright © 2004-2009 Sun Microsystems. All Rights Reserved.