|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Category in org.apache.abdera.ext.rss |
---|
Classes in org.apache.abdera.ext.rss that implement Category | |
---|---|
class |
RssCategory
|
Methods in org.apache.abdera.ext.rss that return Category | |
---|---|
Category |
RssItem.addCategory(String term)
|
Category |
RssChannel.addCategory(String term)
|
Category |
RssFeed.addCategory(String term)
|
Category |
RssSource.addCategory(String term)
|
Category |
RssItem.addCategory(String scheme,
String term,
String label)
|
Category |
RssChannel.addCategory(String scheme,
String term,
String label)
|
Category |
RssFeed.addCategory(String scheme,
String term,
String label)
|
Category |
RssSource.addCategory(String scheme,
String term,
String label)
|
Category |
RssCategory.setLabel(String label)
|
Category |
RssCategory.setScheme(String scheme)
|
Category |
RssCategory.setTerm(String term)
|
Methods in org.apache.abdera.ext.rss that return types with arguments of type Category | |
---|---|
List<Category> |
RssItem.getCategories()
|
List<Category> |
RssChannel.getCategories()
|
List<Category> |
RssFeed.getCategories()
|
List<Category> |
RssSource.getCategories()
|
List<Category> |
RssItem.getCategories(String scheme)
|
List<Category> |
RssChannel.getCategories(String scheme)
|
List<Category> |
RssFeed.getCategories(String scheme)
|
List<Category> |
RssSource.getCategories(String scheme)
|
Methods in org.apache.abdera.ext.rss with parameters of type Category | ||
---|---|---|
Entry |
RssItem.addCategory(Category category)
|
|
void |
RssChannel.addCategory(Category category)
|
|
|
RssFeed.addCategory(Category category)
|
|
|
RssSource.addCategory(Category category)
|
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 |
Categories.addCategory(String term)
Create and add an atom:category to the listing |
Category |
Entry.addCategory(String term)
Adds a category to the entry |
Category |
Source.addCategory(String term)
Adds a category to the feed |
Category |
Categories.addCategory(String scheme,
String term,
String label)
Create an add an atom:category to the listing |
Category |
Entry.addCategory(String scheme,
String term,
String label)
Adds a category to the entry |
Category |
Source.addCategory(String scheme,
String term,
String label)
Adds a category to the feed |
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> |
Categories.getCategories()
Lists the complete set of categories |
List<Category> |
Entry.getCategories()
Lists the complete set of categories listed for the entry |
List<Category> |
Source.getCategories()
Lists the complete set of categories listed for the entry |
List<Category> |
Categories.getCategories(String scheme)
Lists the complete set of categories that use 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> |
Source.getCategories(String scheme)
Lists the complete set of categories using 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 | ||
---|---|---|
Categories |
Categories.addCategory(Category category)
Add an atom:category to the listing |
|
Entry |
Entry.addCategory(Category category)
Adds an individual category to the entry |
|
|
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.parser.stax |
---|
Classes in org.apache.abdera.parser.stax that implement Category | |
---|---|
class |
FOMCategory
|
Methods in org.apache.abdera.parser.stax that return Category | |
---|---|
Category |
FOMEntry.addCategory(String term)
|
Category |
FOMSource.addCategory(String term)
|
Category |
FOMCategories.addCategory(String term)
|
Category |
FOMEntry.addCategory(String scheme,
String term,
String label)
|
Category |
FOMSource.addCategory(String scheme,
String term,
String label)
|
Category |
FOMCategories.addCategory(String scheme,
String term,
String label)
|
Category |
FOMFactory.newCategory()
|
Category |
FOMFactory.newCategory(Element parent)
|
Category |
FOMFactory.newCategory(QName qname,
org.apache.axiom.om.OMContainer parent,
org.apache.axiom.om.OMXMLParserWrapper parserWrapper)
|
Category |
FOMCategory.setLabel(String label)
|
Category |
FOMCategory.setScheme(String scheme)
|
Category |
FOMCategory.setTerm(String term)
|
Methods in org.apache.abdera.parser.stax that return types with arguments of type Category | |
---|---|
List<Category> |
FOMEntry.getCategories()
|
List<Category> |
FOMSource.getCategories()
|
List<Category> |
FOMCategories.getCategories()
|
List<Category> |
FOMEntry.getCategories(String scheme)
|
List<Category> |
FOMSource.getCategories(String scheme)
|
List<Category> |
FOMCategories.getCategories(String scheme)
|
List<Category> |
FOMCategories.getCategoriesWithScheme()
|
List<Category> |
FOMCategories.getCategoriesWithScheme(String scheme)
|
Methods in org.apache.abdera.parser.stax with parameters of type Category | ||
---|---|---|
Entry |
FOMEntry.addCategory(Category category)
|
|
Categories |
FOMCategories.addCategory(Category category)
|
|
|
FOMSource.addCategory(Category category)
|
Method parameters in org.apache.abdera.parser.stax with type arguments of type Category | |
---|---|
Categories |
FOMCollection.addCategories(List<Category> categories,
boolean fixed,
String scheme)
|
Uses of Category in org.apache.abdera.parser.stax.util |
---|
Methods in org.apache.abdera.parser.stax.util that return types with arguments of type Category | |
---|---|
static List<Category> |
FOMHelper.getCategories(Element element,
String scheme)
|
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 |
Uses of Category in org.apache.abdera.protocol.server.impl |
---|
Methods in org.apache.abdera.protocol.server.impl that return Category | |
---|---|
Category |
SimpleCategoryInfo.asCategoryElement(RequestContext request)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |