Package com.enonic.xp.content
Class ContentRelativePathResolver
- java.lang.Object
-
- com.enonic.xp.content.ContentRelativePathResolver
-
public class ContentRelativePathResolver extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
SITE_WILDCARD
-
Constructor Summary
Constructors Constructor Description ContentRelativePathResolver()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Field Detail
-
SITE_WILDCARD
public static final String SITE_WILDCARD
- See Also:
- Constant Field Values
-
-