Uses of Class
io.wcm.handler.link.LinkRequest
Packages that use LinkRequest
Package
Description
Link Handler API.
SPI for configuring and tailoring link handler processing.
Default link type implementations.
-
Uses of LinkRequest in io.wcm.handler.link
Methods in io.wcm.handler.link that return LinkRequestMethods in io.wcm.handler.link with parameters of type LinkRequestModifier and TypeMethodDescription@NotNull LinkBuilderLinkHandler.get(@NotNull LinkRequest linkRequest) Build link for the given request holding all further request properties.voidLink.setLinkRequest(@NotNull LinkRequest linkRequest) Set link request.Constructors in io.wcm.handler.link with parameters of type LinkRequestModifierConstructorDescriptionLink(@NotNull LinkType linkType, @NotNull LinkRequest linkRequest) Constructor. -
Uses of LinkRequest in io.wcm.handler.link.spi
Methods in io.wcm.handler.link.spi with parameters of type LinkRequestModifier and TypeMethodDescriptionbooleanLinkType.accepts(@NotNull LinkRequest linkRequest) Checks whether a link reference can be handled by this link type -
Uses of LinkRequest in io.wcm.handler.link.type
Methods in io.wcm.handler.link.type with parameters of type LinkRequestModifier and TypeMethodDescriptionbooleanInternalCrossContextLinkType.accepts(@NotNull LinkRequest linkRequest) booleanInternalLinkType.accepts(@NotNull LinkRequest linkRequest)