primaryLinkRefProperty
Primary ink reference property.
- Parameters:
value- Name of the property in which the primary link reference is stored- Returns:
- this
InternalLinkResolver.booleanboolean@NotNull InternalLinkResolverOptionsprimaryLinkRefProperty(String value) @NotNull InternalLinkResolverOptionsrewritePathToContext(boolean value) @NotNull InternalLinkResolverOptionsuseTargetContext(boolean value) value - Name of the property in which the primary link reference is storedUrlHandler.rewritePathToContext(Resource) with the root path of the
inner-most configuration scope/site and then resolved.value - If set to true it is ensured that all links target only pages inside the same inner-most configuration
scope, which is usually the same site/language. All link paths referencing pages outside this content
subtree are rewritten via UrlHandler.rewritePathToContext(Resource) with the root path of the
inner-most configuration scope/site and then resolved.UrlHandler with configuration from the configuration scope
(e.g. site/language) from the target page is used to build the link URL to the internal page, and not the
URL handler of the current resource's configuration scope (site/language). This makes only sense if
additional the flag "rewritePathToContext" is set to false.value - If set to true an UrlHandler with configuration from the configuration
scope
(e.g. site/language) from the target page is used to build the link URL to the internal page, and not the
URL handler of the current resource's configuration scope (site/language). This makes only sense if
additional the flag "rewritePathToContext" is set to false.