| Package | Description |
|---|---|
| org.dd4t.core.resolvers | |
| org.dd4t.providers |
| Modifier and Type | Method and Description |
|---|---|
String |
LinkResolver.resolve(Component component) |
String |
LinkResolver.resolve(Component component,
Page page) |
String |
LinkResolver.resolve(ComponentPresentation cp) |
String |
LinkResolver.resolve(String componentId) |
String |
LinkResolver.resolve(String componentId,
String pageId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PageProvider.checkPageExists(String url,
int publicationId)
Checks whether a page exists (published from Tridion) by querying its URL
|
Binary |
BinaryProvider.getBinaryByURI(String tcmUri)
Retrieves a Binary by its TCMURI and deserializes it into a Binary object.
|
Binary |
BinaryProvider.getBinaryByURL(String url,
int publication)
Retrieves a Binary by its Publication and URL and deserializes it into a Binary object.
|
byte[] |
BinaryProvider.getBinaryContentById(int id,
int publication) |
byte[] |
BinaryProvider.getBinaryContentByURL(String url,
int publication) |
String |
ComponentPresentationProvider.getDynamicComponentPresentation(int componentId,
int publicationId)
Retrieves content of a Dynamic Component Presentation by looking up its componentId and publicationId.
|
String |
ComponentPresentationProvider.getDynamicComponentPresentation(int componentId,
int templateId,
int publicationId)
Retrieves content of a Dynamic Component Presentation by looking up its componentId, templateId and publicationId.
|
ComponentPresentationResultItem<String> |
ComponentPresentationProvider.getDynamicComponentPresentationItem(int componentId,
int publicationId)
Retrieves content of a Dynamic Component Presentation by looking up its componentId and publicationId.
|
ComponentPresentationResultItem<String> |
ComponentPresentationProvider.getDynamicComponentPresentationItem(int componentId,
int templateId,
int publicationId)
Retrieves content of a Dynamic Component Presentation by looking up its componentId, templateId and publicationId.
|
List<String> |
ComponentPresentationProvider.getDynamicComponentPresentations(String[] itemUris,
int templateId,
int publicationId)
Convenience method to obtain a list of component presentations for the same template id.
|
String[] |
QueryProvider.getDynamicComponentPresentationsByCustomMetaQuery(String locale,
Map<String,Collection<String>> keyValueMap,
int templateId)
Retrieves content of a Dynamic Component Presentation by looking up its locale and keyValueMap
The returned content can for instance represent multiple Component Strings separated by |.
|
String[] |
QueryProvider.getDynamicComponentPresentationsBySchema(String locale,
String schema,
int templateId)
Retrieves content of a Dynamic Component Presentation by doing a Broker Query
based on Schema Criteria.
|
String[] |
QueryProvider.getDynamicComponentPresentationsBySchemaInKeyword(String locale,
String schema,
int categoryId,
int keywordId,
int templateId)
Retrieves content of a Dynamic Component Presentation by doing an AND Broker Query
based on Schema and Keyword Criteria.
|
org.joda.time.DateTime |
BinaryProvider.getLastPublishDate(String tcmUri) |
org.joda.time.DateTime |
PageProvider.getLastPublishDate(String url,
int publication) |
PageProviderResultItem<String> |
PageProvider.getPageById(int id,
int publication) |
PageProviderResultItem<String> |
PageProvider.getPageByURL(String url,
int publication) |
String |
PageProvider.getPageContentById(int id,
int publication) |
String |
PageProvider.getPageContentById(String tcmUri)
Retrieves a Page by its TCMURI.
|
String |
PageProvider.getPageContentByURL(String url,
int publication)
Retrieves a Page by its Publication and URL.
|
TCMURI |
PageProvider.getPageIdForUrl(String url,
int publicationId) |
String |
PageProvider.getPageListByPublicationId(int publication)
Retrieves a list of published page URLs as one String.
|
String |
TaxonomyProvider.getTaxonomyByURI(String taxonomyURI,
boolean resolveContent)
Retrieves a Taxonomy TCMURI.
|
String |
TaxonomyProvider.getTaxonomyFilterBySchema(String taxonomyURI,
String schemaURI)
Retrieves a Taxonomy TCMURI.
|
String |
LinkProvider.resolveComponent(String targetComponentUri)
Retrieves a link URL to a Component.
|
String |
LinkProvider.resolveComponent(String targetComponentUri,
String excludeComponentTemplateUri)
Retrieves a link URL to a Component with the option to exclude links
to the specified component template.
|
String |
LinkProvider.resolveComponentFromPage(String targetComponentUri,
String sourcePageUri)
Retrieves a link URL to a Component from a Page.
|
Copyright © 2017. All rights reserved.