Package | Description |
---|---|
org.apache.sling.hapi.client |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.sling.hapi.client.impl | |
org.apache.sling.hapi.client.impl.microdata |
Modifier and Type | Method and Description |
---|---|
<T extends Document> |
HtmlClient.delete(String url)
Performs a DELETE request and returns a Document
|
<T extends Document> |
HtmlClient.enter(String url)
Enters a url and return a Document
|
<T extends Document> |
HtmlClient.get(String url)
Performs a GET request and returns a Document
|
<T extends Document> |
HtmlClient.newDocument(String html)
Method to create a new Document representation from an HTML content String
|
<T extends Document> |
HtmlClient.post(String url,
org.apache.http.HttpEntity entity)
Performs a POST request.
|
Modifier and Type | Method and Description |
---|---|
Document |
Item.follow()
Follow a hyperlink and get a new
Document representation |
Document |
Item.submit(Iterable<org.apache.http.NameValuePair> data)
Submits this form item and returns a new
Document representation |
Modifier and Type | Method and Description |
---|---|
<T extends Document> |
AbstractHtmlClientImpl.delete(String url) |
<T extends Document> |
AbstractHtmlClientImpl.enter(String url) |
<T extends Document> |
AbstractHtmlClientImpl.get(String url) |
abstract <T extends Document> |
AbstractHtmlClientImpl.newDocument(String html) |
<T extends Document> |
AbstractHtmlClientImpl.post(String url,
org.apache.http.HttpEntity entity) |
Modifier and Type | Class and Description |
---|---|
class |
MicrodataDocument |
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.