public interface OEmbedProvider
| Modifier and Type | Method and Description |
|---|---|
OEmbed |
resolve(String url,
Integer... maxSize)
Resolves oEmbed data from passed resource URL.
|
OEmbed resolve(String url, Integer... maxSize) throws IOException
url - resource URLmaxSize - optional width and height in pxIOException - if oEmbed data can't be resolvedCopyright © 2017. All rights reserved.