Uses of Class
ac.simons.oembed.OembedResponse
-
-
Uses of OembedResponse in ac.simons.oembed
Methods in ac.simons.oembed that return OembedResponse Modifier and Type Method Description OembedResponseOembedJsonParser. unmarshal(java.io.InputStream in)OembedResponseOembedParser. unmarshal(java.io.InputStream in)Unmarshals anOembedResponsefrom the given inputstreamMethods in ac.simons.oembed that return types with arguments of type OembedResponse Modifier and Type Method Description java.util.Optional<OembedResponse>OembedService. getOembedResponseFor(java.lang.String url)Tries to find anOembedResponsefor the URLurl.Methods in ac.simons.oembed with parameters of type OembedResponse Modifier and Type Method Description voidOembedJsonParser. marshal(OembedResponse oembedResponse, java.io.OutputStream out)voidOembedParser. marshal(OembedResponse oembedResponse, java.io.OutputStream out)java.lang.StringOembedResponseRenderer. render(OembedResponse response, org.jsoup.nodes.Element originalAnchor)Renderes theOembedResponseresponseinto an html string.
-