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

Packages that use SyndCategory
com.sun.syndication.feed.synd   
 

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

Classes in com.sun.syndication.feed.synd that implement SyndCategory
 class SyndCategoryImpl
          Bean for categories of SyndFeedImpl feeds and entries.
 

Methods in com.sun.syndication.feed.synd that return types with arguments of type SyndCategory
 List<SyndCategory> SyndEntry.getCategories()
          Returns the entry categories.
 List<SyndCategory> SyndFeed.getCategories()
          Returns the feed categories.
 List<SyndCategory> SyndEntryImpl.getCategories()
          Returns the entry categories.
 

Method parameters in com.sun.syndication.feed.synd with type arguments of type SyndCategory
 void SyndEntry.setCategories(List<SyndCategory> categories)
          Sets the entry categories.
 void SyndFeed.setCategories(List<SyndCategory> categories)
          Sets the feed categories.
 void SyndEntryImpl.setCategories(List<SyndCategory> categories)
          Sets the entry categories.
 



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