Uses of Enum Class
io.wcm.handler.url.VanityMode
Packages that use VanityMode
Package
Description
URL Handler API.
SPI for configuring and tailoring URL handler processing.
-
Uses of VanityMode in io.wcm.handler.url
Methods in io.wcm.handler.url that return VanityModeModifier and TypeMethodDescriptionstatic VanityModeReturns the enum constant of this class with the specified name.static VanityMode[]VanityMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.wcm.handler.url with parameters of type VanityModeModifier and TypeMethodDescription@NotNull UrlBuilderUrlBuilder.vanityMode(@Nullable VanityMode vanityMode) Set Vanity mode for building the URL -
Uses of VanityMode in io.wcm.handler.url.spi
Methods in io.wcm.handler.url.spi that return VanityModeModifier and TypeMethodDescriptionUrlHandlerConfig.getDefaultVanityMode()By default, vanity paths will not be taken into account when building URLs.