|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CategoryInfo
Metadata interface used by WorkspaceManager and Provider implementations to construct Atompub Service Documents. The CategoryInfo interface provides information used to construct an atom:category element within an app:categories
Method Summary | |
---|---|
Category |
asCategoryElement(RequestContext request)
Convert this into an instance of the FOM Category interface |
String |
getLabel(RequestContext request)
Return the value of the atom:category label attribute or null if the label should be omitted. |
String |
getScheme(RequestContext request)
Return the value of the atom:category scheme attribute or null if the scheme should be omitted |
String |
getTerm(RequestContext request)
Return the value of the atom:category term attribute. |
Method Detail |
---|
String getScheme(RequestContext request)
String getTerm(RequestContext request)
String getLabel(RequestContext request)
Category asCategoryElement(RequestContext request)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |