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

Packages that use CategoriesInfo
org.apache.abdera.protocol.server   
org.apache.abdera.protocol.server.impl   
org.apache.abdera.protocol.server.provider.managed   
 

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

Methods in org.apache.abdera.protocol.server that return CategoriesInfo
 CategoriesInfo[] CollectionInfo.getCategoriesInfo(RequestContext request)
          Return the collection of CategoriesInfo objects for the app:collection element's app:categories elements.
 

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

Classes in org.apache.abdera.protocol.server.impl that implement CategoriesInfo
 class SimpleCategoriesInfo
           
 

Methods in org.apache.abdera.protocol.server.impl that return CategoriesInfo
 CategoriesInfo[] AbstractCollectionAdapter.getCategoriesInfo(RequestContext request)
           
 CategoriesInfo[] SimpleCollectionInfo.getCategoriesInfo(RequestContext request)
           
 

Methods in org.apache.abdera.protocol.server.impl with parameters of type CategoriesInfo
 void SimpleCollectionInfo.addCategoriesInfo(CategoriesInfo... catinfos)
           
 void SimpleCollectionInfo.setCategoriesInfo(CategoriesInfo... catinfos)
           
 

Uses of CategoriesInfo in org.apache.abdera.protocol.server.provider.managed
 

Methods in org.apache.abdera.protocol.server.provider.managed that return CategoriesInfo
 CategoriesInfo[] FeedConfiguration.getCategoriesInfo(RequestContext request)
           
 



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