|
Spring Hateoas | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CurieProvider
API to provide HAL curie information for links.
http://tools.ietf.org/html/draft-kelly-json-hal#section-8.2| Method Summary | |
|---|---|
Collection<? extends Object> |
getCurieInformation(Links links)
Returns an object to render as the base curie information. |
String |
getNamespacedRelFrom(Link link)
Returns the rel to be rendered for the given Link. |
| Method Detail |
|---|
String getNamespacedRelFrom(Link link)
Link. Will potentially prefix the rel but also might decide
not to, depending on the actual rel.
link -
Collection<? extends Object> getCurieInformation(Links links)
links - the Links that have been added to the response so far.
|
Spring Hateoas | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||