Uses of Interface
org.apache.abdera.protocol.server.CategoryInfo

Packages that use CategoryInfo
org.apache.abdera.protocol.server.impl   
 

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

Classes in org.apache.abdera.protocol.server.impl that implement CategoryInfo
 class SimpleCategoryInfo
           
 

Methods in org.apache.abdera.protocol.server.impl that return types with arguments of type CategoryInfo
 Iterator<CategoryInfo> SimpleCategoriesInfo.iterator()
           
 

Methods in org.apache.abdera.protocol.server.impl with parameters of type CategoryInfo
 SimpleCategoriesInfo SimpleCategoriesInfo.addCategoryInfo(CategoryInfo... categories)
           
 SimpleCategoriesInfo SimpleCategoriesInfo.setCategoryInfo(CategoryInfo... categories)
           
 

Constructors in org.apache.abdera.protocol.server.impl with parameters of type CategoryInfo
SimpleCategoriesInfo(String scheme, boolean fixed, CategoryInfo... categories)
           
 



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