Uses of Interface
com.rometools.rome.feed.synd.SyndCategory
-
Packages that use SyndCategory Package Description com.rometools.rome.feed.synd com.rometools.rome.feed.synd.impl -
-
Uses of SyndCategory in com.rometools.rome.feed.synd
Classes in com.rometools.rome.feed.synd that implement SyndCategory Modifier and Type Class Description classSyndCategoryImplBean for categories of SyndFeedImpl feeds and entries.Methods in com.rometools.rome.feed.synd that return types with arguments of type SyndCategory Modifier and Type Method Description List<SyndCategory>SyndEntry. getCategories()Returns the entry categories.List<SyndCategory>SyndEntryImpl. getCategories()Returns the entry categories.List<SyndCategory>SyndFeed. getCategories()Returns the feed categories.List<SyndCategory>SyndFeedImpl. getCategories()Returns the feed categories.Method parameters in com.rometools.rome.feed.synd with type arguments of type SyndCategory Modifier and Type Method Description voidSyndEntry. setCategories(List<SyndCategory> categories)Sets the entry categories.voidSyndEntryImpl. setCategories(List<SyndCategory> categories)Sets the entry categories.voidSyndFeed. setCategories(List<SyndCategory> categories)Sets the feed categories.voidSyndFeedImpl. setCategories(List<SyndCategory> categories)Sets the feed categories. -
Uses of SyndCategory in com.rometools.rome.feed.synd.impl
Methods in com.rometools.rome.feed.synd.impl that return types with arguments of type SyndCategory Modifier and Type Method Description protected List<SyndCategory>ConverterForRSS092. createSyndCategories(List<Category> rssCats)Method parameters in com.rometools.rome.feed.synd.impl with type arguments of type SyndCategory Modifier and Type Method Description protected List<Category>ConverterForRSS092. createRSSCategories(List<SyndCategory> sCats)
-