| Package | Description |
|---|---|
| eu.europeana.corelib.web.service | |
| eu.europeana.corelib.web.service.impl | |
| eu.europeana.corelib.web.utils |
| Modifier and Type | Method and Description |
|---|---|
UrlBuilder |
EuropeanaUrlService.getApi1Home(String apikey)
Deprecated.
September 2018 not used anymore
|
UrlBuilder |
EuropeanaUrlService.getApi1Record(String apikey,
String europeanaId,
String extention)
Deprecated.
September 2018 not used anymore
|
UrlBuilder |
EuropeanaUrlService.getApi1SearchJson(String apikey,
String query,
int start)
Deprecated.
October 2018 only used in old MyEuropeana functionality
|
UrlBuilder |
EuropeanaUrlService.getApi2Home(String apikey)
Deprecated.
|
UrlBuilder |
EuropeanaUrlService.getApi2Record(String apikey,
String europeanaId,
String extention)
Deprecated.
|
UrlBuilder |
EuropeanaUrlService.getApi2RecordJson(String apikey,
String europeanaId)
Deprecated.
|
UrlBuilder |
EuropeanaUrlService.getApi2RecordJson(String apikey,
String collectionid,
String objectid)
Deprecated.
|
UrlBuilder |
EuropeanaUrlService.getApi2Redirect(String apikey,
String showAt,
String provider,
String europeanaId,
String profile)
Deprecated.
|
UrlBuilder |
EuropeanaUrlService.getApi2SearchJson(String apikey,
String query,
String rows)
Deprecated.
|
UrlBuilder |
EuropeanaUrlService.getCanonicalPortalRecord(String europeanaId)
Deprecated.
September 2018 not used anymore
|
UrlBuilder |
EuropeanaUrlService.getPortalHome()
Deprecated.
|
UrlBuilder |
EuropeanaUrlService.getPortalRecord(boolean relative,
String EuropeanaId)
Deprecated.
September 2018
|
UrlBuilder |
EuropeanaUrlService.getPortalRecord(boolean relative,
String collectionid,
String objectid)
Deprecated.
September 2018
|
UrlBuilder |
EuropeanaUrlService.getPortalRecord(String europeanaId)
Deprecated.
October 2018
|
UrlBuilder |
EuropeanaUrlService.getPortalRecord(String collectionid,
String objectid)
Deprecated.
October 2018
|
UrlBuilder |
EuropeanaUrlService.getPortalSearch()
Deprecated.
September 2018 not used anymore
|
UrlBuilder |
EuropeanaUrlService.getPortalSearch(boolean relative,
String query,
String rows)
Deprecated.
September 2018 not used anymore
|
UrlBuilder |
EuropeanaUrlService.getPortalSearch(boolean relative,
String searchpage,
String query,
String rows)
Deprecated.
September 2018 not used anymore
|
UrlBuilder |
EuropeanaUrlService.getThumbnailUrl(String thumbnail,
DocType type)
Deprecated.
October 2018
|
| Modifier and Type | Method and Description |
|---|---|
UrlBuilder |
EuropeanaUrlServiceImpl.getApi1Home(String apikey)
Deprecated.
September 2018 not used anymore
|
UrlBuilder |
EuropeanaUrlServiceImpl.getApi1Record(String apikey,
String europeanaId,
String extention)
Deprecated.
|
UrlBuilder |
EuropeanaUrlServiceImpl.getApi1SearchJson(String apikey,
String query,
int start)
Deprecated.
September 2018 not used anymore
|
UrlBuilder |
EuropeanaUrlServiceImpl.getApi2Home(String apikey)
Deprecated.
|
UrlBuilder |
EuropeanaUrlServiceImpl.getApi2Record(String apikey,
String europeanaId,
String extention)
Deprecated.
|
UrlBuilder |
EuropeanaUrlServiceImpl.getApi2RecordJson(String apikey,
String europeanaId)
Deprecated.
|
UrlBuilder |
EuropeanaUrlServiceImpl.getApi2RecordJson(String apikey,
String collectionid,
String objectid)
Deprecated.
|
UrlBuilder |
EuropeanaUrlServiceImpl.getApi2Redirect(String apikey,
String shownAt,
String provider,
String europeanaId,
String profile)
Deprecated.
|
UrlBuilder |
EuropeanaUrlServiceImpl.getApi2SearchJson(String apikey,
String query,
String rows)
Deprecated.
|
UrlBuilder |
EuropeanaUrlServiceImpl.getCanonicalPortalRecord(String europeanaId)
Deprecated.
September 2018 not used anymore
|
UrlBuilder |
EuropeanaUrlServiceImpl.getPortalHome()
Deprecated.
October 2018 not used anymore
|
UrlBuilder |
EuropeanaUrlServiceImpl.getPortalRecord(boolean relative,
String europeanaId)
Deprecated.
September 2018 please use #EuropeanaUrlBuilder.getPortalRecord(europeanaId) method
|
UrlBuilder |
EuropeanaUrlServiceImpl.getPortalRecord(boolean relative,
String collectionid,
String objectid)
Deprecated.
September 2018 please use #EuropeanaUrlBuilder.getPortalRecord(collectionid, objectid) method
|
UrlBuilder |
EuropeanaUrlServiceImpl.getPortalRecord(String europeanaId)
Deprecated.
October 2018
|
UrlBuilder |
EuropeanaUrlServiceImpl.getPortalRecord(String collectionid,
String objectid)
Deprecated.
October 2018 please use #EuropeanaUrlBuilder.getPortalRecord(collectionid, objectid) method
|
UrlBuilder |
EuropeanaUrlServiceImpl.getPortalSearch()
Deprecated.
September 2018 not used anymore
|
UrlBuilder |
EuropeanaUrlServiceImpl.getPortalSearch(boolean relative,
String query,
String rows)
Deprecated.
September 2018 not used anymore
|
UrlBuilder |
EuropeanaUrlServiceImpl.getPortalSearch(boolean relative,
String searchpage,
String query,
String rows)
Deprecated.
September 2018 not used anymore
|
static UrlBuilder |
EuropeanaUrlBuilder.getRecordPortalUrl(String europeanaId)
Generates an url to retrieve a record from the Europeana website
|
static UrlBuilder |
EuropeanaUrlBuilder.getRecordPortalUrl(String collectionId,
String itemId)
Generates an url to retrieve a record from the Europeana website
|
static UrlBuilder |
EuropeanaUrlBuilder.getThumbnailUrl(String uri,
DocType type)
Generates an url to retrieve a thumbnail with default size from the Europeana Thumbnail Storage
The url is processed eventually by the ThumbnailController in the API2 project.
|
UrlBuilder |
EuropeanaUrlServiceImpl.getThumbnailUrl(String thumbnail,
DocType type)
Deprecated.
October 2018
|
static UrlBuilder |
EuropeanaUrlBuilder.getThumbnailUrl(String uri,
String size,
DocType type)
Generates an url to retrieve a thumbnail from the Europeana Thumbnail Storage
The url is process eventually by the ThumbnailController in the API2 project.
|
| Modifier and Type | Method and Description |
|---|---|
UrlBuilder |
UrlBuilder.addMultiParam(String key,
String value) |
UrlBuilder |
UrlBuilder.addPage(String page) |
UrlBuilder |
UrlBuilder.addParam(String key,
int value) |
UrlBuilder |
UrlBuilder.addParam(String key,
int value,
boolean override) |
UrlBuilder |
UrlBuilder.addParam(String key,
String value)
Adds a parameter, but only if the key and value are not blank.
|
UrlBuilder |
UrlBuilder.addParam(String key,
String[] values) |
UrlBuilder |
UrlBuilder.addParam(String key,
String[] values,
boolean override) |
UrlBuilder |
UrlBuilder.addParam(String key,
String value,
boolean override)
Adds a parameter, but only if the key and value are not blank
|
UrlBuilder |
UrlBuilder.addParamsFromURL(String url,
String... ignoreKeys) |
UrlBuilder |
UrlBuilder.addPath(String... paths) |
UrlBuilder |
UrlBuilder.disableDomain() |
UrlBuilder |
UrlBuilder.disableProtocol() |
UrlBuilder |
UrlBuilder.disableTrailingSlash() |
UrlBuilder |
UrlBuilder.removeDefault(String key,
String value) |
UrlBuilder |
UrlBuilder.removeParam(String key) |
UrlBuilder |
UrlBuilder.removeStartWith(String key,
String value) |
UrlBuilder |
UrlBuilder.setAnchor(String a) |
Copyright © 2019 Europeana Foundation. All rights reserved.