Uses of Interface
org.apache.abdera.model.Category

Packages that use Category
org.apache.abdera.factory   
org.apache.abdera.model   
org.apache.abdera.protocol.server   
 

Uses of Category in org.apache.abdera.factory
 

Methods in org.apache.abdera.factory that return Category
 Category Factory.newCategory()
          Create a new Category element.
 Category Factory.newCategory(Element parent)
          Create a new Category element as a child of the given Element.
 

Uses of Category in org.apache.abdera.model
 

Methods in org.apache.abdera.model that return Category
 Category Source.addCategory(String term)
          Adds a category to the feed
 Category Entry.addCategory(String term)
          Adds a category to the entry
 Category Categories.addCategory(String term)
          Create and add an atom:category to the listing
 Category Source.addCategory(String scheme, String term, String label)
          Adds a category to the feed
 Category Entry.addCategory(String scheme, String term, String label)
          Adds a category to the entry
 Category Categories.addCategory(String scheme, String term, String label)
          Create an add an atom:category to the listing
 Category Category.setLabel(String label)
          RFC4287: The "label" attribute provides a human-readable label for display in end-user applications.
 Category Category.setScheme(String scheme)
          RFC4287: The "scheme" attribute is an IRI that identifies a categorization scheme.
 Category Category.setTerm(String term)
          RFC4287: The "term" attribute is a string that identifies the category to which the entry or feed belongs.
 

Methods in org.apache.abdera.model that return types with arguments of type Category
 List<Category> Source.getCategories()
          Lists the complete set of categories listed for the entry
 List<Category> Entry.getCategories()
          Lists the complete set of categories listed for the entry
 List<Category> Categories.getCategories()
          Lists the complete set of categories
 List<Category> Source.getCategories(String scheme)
          Lists the complete set of categories using the specified scheme
 List<Category> Entry.getCategories(String scheme)
          Lists the complete set of categories using the specified scheme A listing of atom:category elements using the specified scheme
 List<Category> Categories.getCategories(String scheme)
          Lists the complete set of categories that use the specified scheme
 List<Category> Categories.getCategoriesWithScheme()
          Returns a copy of the complete set of categories with the scheme attribute set
 List<Category> Categories.getCategoriesWithScheme(String scheme)
          Returns a copy of the complete set of categories with the scheme attribute set as specified in 7.2.1.
 

Methods in org.apache.abdera.model with parameters of type Category
 Entry Entry.addCategory(Category category)
          Adds an individual category to the entry
 Categories Categories.addCategory(Category category)
          Add an atom:category to the listing
<T extends Source>
T
Source.addCategory(Category category)
          Adds an individual category to the entry
 

Method parameters in org.apache.abdera.model with type arguments of type Category
 Categories Collection.addCategories(List<Category> categories, boolean fixed, String scheme)
          Add a listing of categories to the collection
 

Uses of Category in org.apache.abdera.protocol.server
 

Methods in org.apache.abdera.protocol.server that return Category
 Category CategoryInfo.asCategoryElement(RequestContext request)
          Convert this into an instance of the FOM Category interface
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.