Uses of Class
io.wcm.handler.link.type.helpers.InternalLinkResolverOptions
Packages that use InternalLinkResolverOptions
Package
Description
Convenience classes for implementing link types.
-
Uses of InternalLinkResolverOptions in io.wcm.handler.link.type.helpers
Methods in io.wcm.handler.link.type.helpers that return InternalLinkResolverOptionsModifier and TypeMethodDescription@NotNull InternalLinkResolverOptionsInternalLinkResolverOptions.primaryLinkRefProperty(String value) Primary ink reference property.@NotNull InternalLinkResolverOptionsInternalLinkResolverOptions.rewritePathToContext(boolean value) Rewrite path to context.@NotNull InternalLinkResolverOptionsInternalLinkResolverOptions.useTargetContext(boolean value) User target context for URL building.Methods in io.wcm.handler.link.type.helpers with parameters of type InternalLinkResolverOptionsModifier and TypeMethodDescriptionbooleanInternalLinkResolver.acceptPage(@Nullable com.day.cq.wcm.api.Page page, @NotNull InternalLinkResolverOptions options) Check if a given page is valid and acceptable to link upon.@NotNull LinkInternalLinkResolver.resolveLink(@NotNull Link link, @NotNull InternalLinkResolverOptions options) Resolves a link and stores the result in the link object.