|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Category | |
---|---|
com.sun.syndication.feed.rss | |
com.sun.syndication.io.impl |
Uses of Category in com.sun.syndication.feed.rss |
---|
Methods in com.sun.syndication.feed.rss that return types with arguments of type Category | |
---|---|
List<Category> |
Channel.getCategories()
Returns the channel categories. |
Method parameters in com.sun.syndication.feed.rss with type arguments of type Category | |
---|---|
void |
Item.setCategories(List<Category> categories)
Sets the item categories. |
void |
Channel.setCategories(List<Category> categories)
Sets the channel categories. |
Uses of Category in com.sun.syndication.io.impl |
---|
Methods in com.sun.syndication.io.impl with parameters of type Category | |
---|---|
protected org.jdom.Element |
RSS092Generator.generateCategoryElement(Category category)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |