|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CollectionInfo
Metadata interface used by WorkspaceManager and Provider implementations to construct Atompub Service Documents. The CollectionInfo interface provides information used to construct an app:collection element
Method Summary | |
---|---|
Collection |
asCollectionElement(RequestContext request)
Converts this to an instance of the FOM Collection interface |
String[] |
getAccepts(RequestContext request)
Returns an array of MIME media types for the app:collection element's app:accept elements. |
CategoriesInfo[] |
getCategoriesInfo(RequestContext request)
Return the collection of CategoriesInfo objects for the app:collection element's app:categories elements. |
String |
getHref(RequestContext request)
Get the value of the app:collection element's href attribute. |
String |
getTitle(RequestContext request)
Get the value of the app:collection element's atom:title element. |
Method Detail |
---|
String getHref(RequestContext request)
String getTitle(RequestContext request)
String[] getAccepts(RequestContext request)
CategoriesInfo[] getCategoriesInfo(RequestContext request)
Collection asCollectionElement(RequestContext request)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |