public interface Document
item(String)
and items()
methods
and a way to use the hypermedia controls through the link(String)
and form(String)
methodsItems link(String rel) throws ClientException
Document
's link items. These Items should normally be backed by HTML anchors and links.rel
- An identifier that groups all the link Items for this DocumentClientException
Items form(String rel) throws ClientException
Document
's form items. These Items should normally be backed by the HTML form elementrel
- An identifier that groups all the form Items for this DocumentClientException
Items item(String rel) throws ClientException
Document
's items. These Items are backed by any HTML elementrel
- An identifier that groups all the Items for this DocumentClientException
Items items() throws ClientException
Document
's items. These Items are backed by any HTML elementClientException
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.