public interface DynamicMetaRetriever
| Modifier and Type | Method and Description |
|---|---|
com.tridion.meta.BinaryMeta |
getBinaryMetaByURL(String urlPath)
Returns the
BinaryMeta object in the Publication identified by the publicationId
parameter which has the URL Path as passed by the urlPath parameter. |
com.tridion.meta.PageMeta |
getPageMetaByURL(String urlPath)
Returns the
PageMeta object in the Publication identified by the publicationId
parameter which has the URL Path as passed by the urlPath parameter. |
com.tridion.meta.PageMeta getPageMetaByURL(String urlPath)
PageMeta object in the Publication identified by the publicationId
parameter which has the URL Path as passed by the urlPath parameter.urlPath - The Full URL Path (including domain name, protocol and port number)of the Page as it is stored in
the Page Metadata.PageMeta object with the URLPath used to perform the query in the Publication identified
by the publication which matches the domain name, extracted from the configuration file cd_dynamic_conf.xml. If
no PageMeta matches the query, returns null;com.tridion.meta.BinaryMeta getBinaryMetaByURL(String urlPath)
BinaryMeta object in the Publication identified by the publicationId
parameter which has the URL Path as passed by the urlPath parameter.urlPath - The Full URL Path (including domain name, protocol and port number)of the Binary as it is stored
in the Binary Metadata.BinaryMeta object with the URLPath used to perform the query in the Publication
identified by the publication which matches the domain name, extracted from the configuration file
cd_dynamic_conf.xml. If no BinaryMeta matches the query, returns null;Copyright © 2016 SDL Group. All rights reserved.