|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Categories | |
---|---|
org.apache.abdera | |
org.apache.abdera.factory | |
org.apache.abdera.model | |
org.apache.abdera.protocol.server |
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.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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |