|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CategoriesInfo
Metadata interface used by WorkspaceManager and Provider implementations to construct Atompub Service Documents. The CategoriesInfo interface provides information used to construct an app:categories element within an app:collection.
Method Summary | |
---|---|
Categories |
asCategoriesElement(RequestContext request)
Convert this into an instance of the FOM Categories interface |
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 |
boolean |
isFixed(RequestContext request)
Return true of the app:categories element fixed attribute should be set |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
boolean isFixed(RequestContext request)
String getScheme(RequestContext request)
String getHref(RequestContext request)
Categories asCategoriesElement(RequestContext request)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |