public abstract class MediaService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
embeddedHtmlPattern |
protected String |
embeddedUrlPattern |
protected String |
id |
protected String |
urlPattern |
| Constructor and Description |
|---|
MediaService(String id) |
| Modifier and Type | Method and Description |
|---|---|
abstract DocType |
getDataType() |
String |
getEmbeddedHtml() |
protected abstract String |
getEmbeddedHtmlPattern() |
String |
getEmbeddedUrl() |
protected abstract String |
getEmbeddedUrlPattern() |
String |
getUrl() |
protected abstract String |
getUrlPattern() |
protected String id
protected String urlPattern
protected String embeddedUrlPattern
protected String embeddedHtmlPattern
public MediaService(String id)
public String getUrl()
public String getEmbeddedUrl()
public String getEmbeddedHtml()
public abstract DocType getDataType()
protected abstract String getUrlPattern()
protected abstract String getEmbeddedUrlPattern()
protected abstract String getEmbeddedHtmlPattern()
Copyright © 2017 Europeana Foundation. All rights reserved.