public final class PageQueryHelper extends Object
Modifier | Constructor and Description |
---|---|
private |
PageQueryHelper() |
Modifier and Type | Method and Description |
---|---|
private static String |
_encode(String path) |
static String |
getPageXPathQuery(String site,
String language,
String path,
Expression pageExpression,
SortCriteria sortCriteria)
Creates the XPath query corresponding to specified
Expression . |
private PageQueryHelper()
public static String getPageXPathQuery(String site, String language, String path, Expression pageExpression, SortCriteria sortCriteria)
Expression
.site
- the site or null
for all sites.language
- the sitemap language or null
for all sitemap languages.path
- the page path to search into or null
for no filtering.pageExpression
- the query predicates.sortCriteria
- the sort criteria.