Class SimpleCategoriesInfo
- java.lang.Object
-
- org.apache.abdera.protocol.server.impl.SimpleCategoriesInfo
-
- All Implemented Interfaces:
Serializable,Iterable<CategoryInfo>,CategoriesInfo
@Deprecated public class SimpleCategoriesInfo extends Object implements CategoriesInfo, Serializable
Deprecated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleCategoriesInfo()Deprecated.SimpleCategoriesInfo(boolean fixed)Deprecated.SimpleCategoriesInfo(String href)Deprecated.SimpleCategoriesInfo(String scheme, boolean fixed, CategoryInfo... categories)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description SimpleCategoriesInfoaddCategoryInfo(CategoryInfo... categories)Deprecated.org.apache.abdera.model.CategoriesasCategoriesElement(RequestContext request)Deprecated.Convert this into an instance of the FOM Categories interfacebooleanequals(Object obj)Deprecated.StringgetHref(RequestContext request)Deprecated.Return the value of the app:categories element href attribute or null if the href should be omittedStringgetScheme(RequestContext request)Deprecated.Return the value of the app:categories element scheme attribute or null if the scheme should be omittedinthashCode()Deprecated.booleanisFixed(RequestContext request)Deprecated.Return true of the app:categories element fixed attribute should be setIterator<CategoryInfo>iterator()Deprecated.SimpleCategoriesInfosetCategoryInfo(CategoryInfo... categories)Deprecated.-
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
SimpleCategoriesInfo
public SimpleCategoriesInfo()
Deprecated.
-
SimpleCategoriesInfo
public SimpleCategoriesInfo(boolean fixed)
Deprecated.
-
SimpleCategoriesInfo
public SimpleCategoriesInfo(String href)
Deprecated.
-
SimpleCategoriesInfo
public SimpleCategoriesInfo(String scheme, boolean fixed, CategoryInfo... categories)
Deprecated.
-
-
Method Detail
-
getHref
public String getHref(RequestContext request)
Deprecated.Description copied from interface:CategoriesInfoReturn the value of the app:categories element href attribute or null if the href should be omitted- Specified by:
getHrefin interfaceCategoriesInfo
-
getScheme
public String getScheme(RequestContext request)
Deprecated.Description copied from interface:CategoriesInfoReturn the value of the app:categories element scheme attribute or null if the scheme should be omitted- Specified by:
getSchemein interfaceCategoriesInfo
-
isFixed
public boolean isFixed(RequestContext request)
Deprecated.Description copied from interface:CategoriesInfoReturn true of the app:categories element fixed attribute should be set- Specified by:
isFixedin interfaceCategoriesInfo
-
iterator
public Iterator<CategoryInfo> iterator()
Deprecated.- Specified by:
iteratorin interfaceIterable<CategoryInfo>
-
addCategoryInfo
public SimpleCategoriesInfo addCategoryInfo(CategoryInfo... categories)
Deprecated.
-
setCategoryInfo
public SimpleCategoriesInfo setCategoryInfo(CategoryInfo... categories)
Deprecated.
-
asCategoriesElement
public org.apache.abdera.model.Categories asCategoriesElement(RequestContext request)
Deprecated.Description copied from interface:CategoriesInfoConvert this into an instance of the FOM Categories interface- Specified by:
asCategoriesElementin interfaceCategoriesInfo
-
-