Uses of Class
org.restlet.ext.atom.Categories
-
Packages that use Categories 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 Categories in org.restlet.ext.atom
Fields in org.restlet.ext.atom declared as Categories Modifier and Type Field Description private CategoriesCollection. categoriesThe categories.Methods in org.restlet.ext.atom that return Categories Modifier and Type Method Description CategoriesCollection. getCategories()Returns the categories.Methods in org.restlet.ext.atom with parameters of type Categories Modifier and Type Method Description voidCollection. setCategories(Categories categories)Sets the categories. -
Uses of Categories in org.restlet.ext.atom.internal
Fields in org.restlet.ext.atom.internal declared as Categories Modifier and Type Field Description private CategoriesCategoriesContentReader. categoriesConstructors in org.restlet.ext.atom.internal with parameters of type Categories Constructor Description CategoriesContentReader(Categories categories)Constructor.
-