Package com.enonic.xp.content
Class ContentRelativePathResolver
- java.lang.Object
-
- com.enonic.xp.content.ContentRelativePathResolver
-
@Deprecated public class ContentRelativePathResolver extends Object
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSITE_WILDCARDDeprecated.
-
Constructor Summary
Constructors Constructor Description ContentRelativePathResolver()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static booleananyPathNeedsSiteResolving(List<String> allowedPaths)Deprecated.static booleanhasSiteToResolve(String path)Deprecated.static Stringresolve(Content content, String pathExpression)Deprecated.static StringresolveWithSite(String pathExpression, Site parentSite)Deprecated.
-
-
-
Field Detail
-
SITE_WILDCARD
public static final String SITE_WILDCARD
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
resolveWithSite
public static String resolveWithSite(String pathExpression, Site parentSite)
Deprecated.
-
anyPathNeedsSiteResolving
public static boolean anyPathNeedsSiteResolving(List<String> allowedPaths)
Deprecated.
-
hasSiteToResolve
public static boolean hasSiteToResolve(String path)
Deprecated.
-
-