Uses of Class
org.restlet.ext.atom.Category
-
Packages that use Category Package Description org.restlet.ext.atom Support for the Atom syndication and the AtomPub (Atom Publication Protocol) standards in their 1.0 version.org.restlet.ext.atom.internal -
-
Uses of Category in org.restlet.ext.atom
Fields in org.restlet.ext.atom with type parameters of type Category Modifier and Type Field Description private java.util.List<Category>Entry. categoriesThe categories associated with the entry.private java.util.List<Category>Feed. categoriesThe categories associated with the feed.private java.util.List<Category>Source. categoriesThe categories associated with the entry.private java.util.List<Category>Categories. entriesThe list of entries.Methods in org.restlet.ext.atom that return types with arguments of type Category Modifier and Type Method Description java.util.List<Category>Entry. getCategories()Returns the categories associated with the entry.java.util.List<Category>Feed. getCategories()Returns the categories associated with the feed.java.util.List<Category>Source. getCategories()Returns the categories associated with the entry.java.util.List<Category>Categories. getEntries()Returns the list of entries.Method parameters in org.restlet.ext.atom with type arguments of type Category Modifier and Type Method Description voidCategories. setEntries(java.util.List<Category> entries)Sets the list of entries. -
Uses of Category in org.restlet.ext.atom.internal
Fields in org.restlet.ext.atom.internal declared as Category Modifier and Type Field Description private CategoryEntryContentReader. currentCategoryThe currently parsed Category.private CategoryFeedContentReader. currentCategoryThe currently parsed Category.
-