public class ContentRelativePathResolver extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SITE_WILDCARD |
| Constructor and Description |
|---|
ContentRelativePathResolver() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
anyPathNeedsSiteResolving(List<String> allowedPaths) |
static boolean |
hasSiteToResolve(String path) |
static String |
resolve(Content content,
String pathExpression) |
static String |
resolveWithSite(String pathExpression,
Site parentSite) |
public static final String SITE_WILDCARD