Uses of Class
io.wcm.handler.link.Link
Packages that use Link
Package
Description
Link Handler API.
Default link markup builder implementations.
Default implementations for link pre- and postprocessors.
SPI for configuring and tailoring link handler processing.
Default link type implementations.
Convenience classes for implementing link types.
Sling model classes for UI views.
-
Uses of Link in io.wcm.handler.link
Methods in io.wcm.handler.link that return LinkModifier and TypeMethodDescription@NotNull LinkLinkBuilder.build()Resolve link and return metadata object that contains the results.LinkHandler.invalid()Returns an empty link that is marked as invalid.Method parameters in io.wcm.handler.link with type arguments of type LinkModifier and TypeMethodDescriptionvoidLink.setAnchorBuilder(@NotNull Function<Link, io.wcm.handler.commons.dom.Anchor> anchorBuilder) Set anchor builder function. -
Uses of Link in io.wcm.handler.link.markup
Methods in io.wcm.handler.link.markup with parameters of type LinkModifier and TypeMethodDescriptionbooleanboolean@Nullable io.wcm.handler.commons.dom.Anchor@Nullable io.wcm.handler.commons.dom.Anchor -
Uses of Link in io.wcm.handler.link.processor
Methods in io.wcm.handler.link.processor that return LinkMethods in io.wcm.handler.link.processor with parameters of type Link -
Uses of Link in io.wcm.handler.link.spi
Methods in io.wcm.handler.link.spi that return LinkModifier and TypeMethodDescription@NotNull LinkProcess link metadataabstract @NotNull LinkLinkType.resolveLink(@NotNull Link link) Resolves a linkMethods in io.wcm.handler.link.spi with parameters of type LinkModifier and TypeMethodDescriptionbooleanChecks whether this builder can generate markup for the given link.@Nullable io.wcm.handler.commons.dom.AnchorBuild link anchor markup@NotNull LinkProcess link metadataabstract @NotNull LinkLinkType.resolveLink(@NotNull Link link) Resolves a link -
Uses of Link in io.wcm.handler.link.type
Methods in io.wcm.handler.link.type that return LinkModifier and TypeMethodDescription@NotNull LinkExternalLinkType.resolveLink(@NotNull Link link) @NotNull LinkInternalCrossContextLinkType.resolveLink(@NotNull Link link) @NotNull LinkInternalLinkType.resolveLink(@NotNull Link link) @NotNull LinkInvalidLinkType.resolveLink(@NotNull Link link) @NotNull LinkMediaLinkType.resolveLink(@NotNull Link link) Methods in io.wcm.handler.link.type with parameters of type LinkModifier and TypeMethodDescription@NotNull LinkExternalLinkType.resolveLink(@NotNull Link link) @NotNull LinkInternalCrossContextLinkType.resolveLink(@NotNull Link link) @NotNull LinkInternalLinkType.resolveLink(@NotNull Link link) @NotNull LinkInvalidLinkType.resolveLink(@NotNull Link link) @NotNull LinkMediaLinkType.resolveLink(@NotNull Link link) -
Uses of Link in io.wcm.handler.link.type.helpers
Methods in io.wcm.handler.link.type.helpers that return LinkModifier and TypeMethodDescription@NotNull LinkInternalLinkResolver.resolveLink(@NotNull Link link, @NotNull InternalLinkResolverOptions options) Resolves a link and stores the result in the link object.Methods in io.wcm.handler.link.type.helpers with parameters of type LinkModifier and TypeMethodDescription@NotNull LinkInternalLinkResolver.resolveLink(@NotNull Link link, @NotNull InternalLinkResolverOptions options) Resolves a link and stores the result in the link object. -
Uses of Link in io.wcm.handler.link.ui
Methods in io.wcm.handler.link.ui that return LinkModifier and TypeMethodDescription@NotNull LinkResourceLink.getMetadata()Returns aLinkobject with the metadata of the resolved link.