Uses of Class
org.restlet.ext.atom.Category

Packages that use Category
org.restlet.ext.atom Support for the Atom syndication and the AtomPub (Atom Publication Protocol) standards in their 1.0 version. 
 

Uses of Category in org.restlet.ext.atom
 

Methods in org.restlet.ext.atom that return types with arguments of type Category
 List<Category> Feed.getCategories()
          Returns the categories associated with the feed.
 List<Category> Entry.getCategories()
          Returns the categories associated with the entry.
 List<Category> Source.getCategories()
          Returns the categories associated with the entry.
 List<Category> Categories.getEntries()
          Returns the list of entries.
 

Method parameters in org.restlet.ext.atom with type arguments of type Category
 void Categories.setEntries(List<Category> entries)
          Sets the list of entries.
 



Copyright © 2005-2013 Restlet.