Uses of Class
io.wcm.handler.link.spi.LinkType
Packages that use LinkType
Package
Description
Link Handler API.
SPI for configuring and tailoring link handler processing.
Default link type implementations.
-
Uses of LinkType in io.wcm.handler.link
Methods in io.wcm.handler.link that return LinkTypeConstructors in io.wcm.handler.link with parameters of type LinkTypeModifierConstructorDescriptionLink(@NotNull LinkType linkType, @NotNull LinkRequest linkRequest) Constructor. -
Uses of LinkType in io.wcm.handler.link.spi
Methods in io.wcm.handler.link.spi that return types with arguments of type LinkType -
Uses of LinkType in io.wcm.handler.link.type
Subclasses of LinkType in io.wcm.handler.link.typeModifier and TypeClassDescriptionfinal classDefault implementation ofLinkTypefor external links.final classImplementation ofLinkTypefor internal links with supports links between different sites or configuration context paths.final classDefault implementation ofLinkTypefor internal links.final classThis link type is used for invalid links.final classDefault implementation ofLinkTypefor media links.