public abstract class AbstractEmbedder extends Object implements Embedder
| Modifier and Type | Field and Description |
|---|---|
protected Map<Pattern,String> |
schemeEndpointMap |
protected String |
url |
| Modifier and Type | Method and Description |
|---|---|
String |
correctURIString(String uriString,
String scheme,
boolean force)
Correct URI String
|
protected abstract org.exoplatform.services.log.Log |
getExoLogger() |
protected org.json.JSONObject |
getJSONObject(URL url) |
protected Pattern |
getPattern() |
void |
setUrl(String url)
Set provided url to Embedder object to process.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExoMediaprotected String url
protected Pattern getPattern()
public void setUrl(String url)
Embedderpublic String correctURIString(String uriString, String scheme, boolean force)
URI - URI string to correctscheme - scheme to setforce - if force is false, only set again scheme when scheme is missing. Otherwise, always set itprotected org.json.JSONObject getJSONObject(URL url)
protected abstract org.exoplatform.services.log.Log getExoLogger()
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.