| Modifier and Type | Method and Description |
|---|---|
protected OembedResponse |
Oembed.getFromCache(String key) |
OembedResponse |
Oembed.transformUrl(String url)
Transforms the given URL into an OembedResponse.
|
OembedResponse |
OembedXmlParser.unmarshal(InputStream httpResponse) |
OembedResponse |
OembedParser.unmarshal(InputStream httpResponse)
Unmarshals an OembedResponse from the given inputstream
|
OembedResponse |
OembedJsonParser.unmarshal(InputStream httpResponse) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Oembed.addToCache(String url,
OembedResponse response) |
void |
OembedResponseHandler.handle(org.jsoup.nodes.Document document,
org.jsoup.nodes.Element originalAnchor,
OembedResponse oembedResponse) |
String |
OembedXmlParser.marshal(OembedResponse oembedResponse) |
String |
OembedParser.marshal(OembedResponse oembedResponse)
Marhsals the given OembedResponse to a string
|
String |
OembedJsonParser.marshal(OembedResponse oembedResponse) |
void |
OembedXmlParser.marshal(OembedResponse oembedResponse,
OutputStream outputStream) |
void |
OembedParser.marshal(OembedResponse oembedResponse,
OutputStream outputStream) |
void |
OembedJsonParser.marshal(OembedResponse oembedResponse,
OutputStream outputStream) |
Copyright © 2010-2014 michael-simons.eu. All Rights Reserved.