| Interface | Description |
|---|---|
| OembedParser |
This is 1:1 copy from the interface of the same name from
java-oembed
except for the checked exceptions.
|
| OembedResponseRenderer |
The purpose of this interface is turning
OembedResponses into usable
chunks of html code. |
| RequestProvider |
An oembed provider creates Http requests for embeddable urls.
|
| Class | Description |
|---|---|
| DefaultRequestProvider |
The default implementation of an oembed provider.
|
| OembedEndpoint |
This describes an oembed endpoint, with its name, url schemes etc.
|
| OembedJsonParser |
Provides JSON Parsing for
OembedResponses. |
| OembedResponse |
This represents a valid OEmbed response according to the specs from
oembed.com.
|
| OembedService |
| Enum | Description |
|---|---|
| OembedResponse.Format |
Constants for supported oembed formats.
|
| Exception | Description |
|---|---|
| OembedException |
An exception for wrapping any checked exception that might happens due
parsing of responses etc.
|
Copyright © 2010–2016 michael-simons.eu. All rights reserved.