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

Packages that use Categories
org.apache.abdera   
org.apache.abdera.factory   
org.apache.abdera.model   
org.apache.abdera.parser.stax   
org.apache.abdera.protocol.server   
org.apache.abdera.protocol.server.impl   
 

Uses of Categories in org.apache.abdera
 

Methods in org.apache.abdera that return Categories
 Categories Abdera.newCategories()
          Create a new Categories instance.
 

Uses of Categories in org.apache.abdera.factory
 

Methods in org.apache.abdera.factory that return Categories
 Categories Factory.newCategories()
          Create a new Categories element.
 Categories Factory.newCategories(Base parent)
          Create a new Categories element.
 

Uses of Categories in org.apache.abdera.model
 

Methods in org.apache.abdera.model that return Categories
 Categories Collection.addCategories()
          Add an app:categories element
 Categories Collection.addCategories(List<Category> categories, boolean fixed, String scheme)
          Add a listing of categories to the collection
 Categories Collection.addCategories(String href)
          Add an app:categories element that links to an external Category Document
 Categories Categories.addCategory(Category category)
          Add an atom:category to the listing
 Categories Categories.setFixed(boolean fixed)
          Sets whether or not this is a fixed listing of categories.
 Categories Categories.setHref(String href)
          Sets the value of the href attribute.
 Categories Categories.setScheme(String scheme)
          Sets the default scheme for this listing of categories
 

Methods in org.apache.abdera.model that return types with arguments of type Categories
 List<Categories> Collection.getCategories()
          Returns the app:categories element
 

Methods in org.apache.abdera.model with parameters of type Categories
 Collection Collection.addCategories(Categories categories)
          Add the app:categories element to the collection
 

Uses of Categories in org.apache.abdera.parser.stax
 

Classes in org.apache.abdera.parser.stax that implement Categories
 class FOMCategories
           
 

Methods in org.apache.abdera.parser.stax that return Categories
 Categories FOMCollection.addCategories()
           
 Categories FOMCollection.addCategories(List<Category> categories, boolean fixed, String scheme)
           
 Categories FOMCollection.addCategories(String href)
           
 Categories FOMCategories.addCategory(Category category)
           
 Categories FOMFactory.newCategories()
           
 Categories FOMFactory.newCategories(Base parent)
           
 Categories FOMFactory.newCategories(QName qname, org.apache.axiom.om.OMContainer parent, org.apache.axiom.om.OMXMLParserWrapper parserWrapper)
           
 Categories FOMCategories.setFixed(boolean fixed)
           
 Categories FOMCategories.setHref(String href)
           
 Categories FOMCategories.setScheme(String scheme)
           
 

Methods in org.apache.abdera.parser.stax that return types with arguments of type Categories
 List<Categories> FOMCollection.getCategories()
           
 

Methods in org.apache.abdera.parser.stax with parameters of type Categories
 Collection FOMCollection.addCategories(Categories categories)
           
 

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

Methods in org.apache.abdera.protocol.server that return Categories
 Categories CategoriesInfo.asCategoriesElement(RequestContext request)
          Convert this into an instance of the FOM Categories interface
 

Uses of Categories in org.apache.abdera.protocol.server.impl
 

Methods in org.apache.abdera.protocol.server.impl that return Categories
 Categories SimpleCategoriesInfo.asCategoriesElement(RequestContext request)
           
 



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