|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.abdera.protocol.server.impl.SimpleCategoriesInfo
public class SimpleCategoriesInfo
| Constructor Summary | |
|---|---|
SimpleCategoriesInfo()
|
|
SimpleCategoriesInfo(boolean fixed)
|
|
SimpleCategoriesInfo(String href)
|
|
SimpleCategoriesInfo(String scheme,
boolean fixed,
CategoryInfo... categories)
|
|
| Method Summary | |
|---|---|
SimpleCategoriesInfo |
addCategoryInfo(CategoryInfo... categories)
|
Categories |
asCategoriesElement(RequestContext request)
Convert this into an instance of the FOM Categories interface |
boolean |
equals(Object obj)
|
String |
getHref(RequestContext request)
Return the value of the app:categories element href attribute or null if the href should be omitted |
String |
getScheme(RequestContext request)
Return the value of the app:categories element scheme attribute or null if the scheme should be omitted |
int |
hashCode()
|
boolean |
isFixed(RequestContext request)
Return true of the app:categories element fixed attribute should be set |
Iterator<CategoryInfo> |
iterator()
|
SimpleCategoriesInfo |
setCategoryInfo(CategoryInfo... categories)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleCategoriesInfo()
public SimpleCategoriesInfo(boolean fixed)
public SimpleCategoriesInfo(String href)
public SimpleCategoriesInfo(String scheme,
boolean fixed,
CategoryInfo... categories)
| Method Detail |
|---|
public String getHref(RequestContext request)
CategoriesInfo
getHref in interface CategoriesInfopublic String getScheme(RequestContext request)
CategoriesInfo
getScheme in interface CategoriesInfopublic boolean isFixed(RequestContext request)
CategoriesInfo
isFixed in interface CategoriesInfopublic Iterator<CategoryInfo> iterator()
iterator in interface Iterable<CategoryInfo>public SimpleCategoriesInfo addCategoryInfo(CategoryInfo... categories)
public SimpleCategoriesInfo setCategoryInfo(CategoryInfo... categories)
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic Categories asCategoriesElement(RequestContext request)
CategoriesInfo
asCategoriesElement in interface CategoriesInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||