public interface OembedResponseRenderer
OembedResponses into usable
chunks of html code.| Modifier and Type | Method and Description |
|---|---|
String |
render(OembedResponse response,
org.jsoup.nodes.Element originalAnchor)
Renderes the
OembedResponse response into an html string. |
String render(OembedResponse response, org.jsoup.nodes.Element originalAnchor)
OembedResponse response into an html string.
The original anchor is provided for giving more context information.response - The response that should be handledoriginalAnchor - The anchor that triggered the oembed request. This
is a clone of the original object, changes will not be propagated.Copyright © 2010–2016 michael-simons.eu. All rights reserved.