Uses of Interface
io.wcm.handler.url.UrlMode
Packages that use UrlMode
Package
Description
URL Handler API.
SPI for configuring and tailoring URL handler processing.
-
Uses of UrlMode in io.wcm.handler.url
Fields in io.wcm.handler.url declared as UrlModeModifier and TypeFieldDescriptionstatic final UrlModeUrlModes.DEFAULTDefault mode: Does generate a full externalized URL only if both siteUrl and siteUrlSecure parameter are set in context-specific configuration.static final UrlModeUrlModes.FULL_URLEnforce the generation of a full URL with protocol and hostname.static final UrlModeUrlModes.FULL_URL_FORCENONSECUREEnforce the generation of a full URL with protocol and hostname and non-secure mode.static final UrlModeUrlModes.FULL_URL_FORCESECUREEnforce the generation of a full URL with protocol and hostname and secure mode.static final UrlModeUrlModes.FULL_URL_PROTOCOLRELATIVEEnforce the generation of a full URL with hostname and "//" as protocol (protocol-relative mode).static final UrlModeUrlModes.FULL_URL_PUBLISHEnforce the generation of a full URL with protocol and hostname.static final UrlModeUrlModes.FULL_URL_PUBLISH_FORCENONSECUREEnforce the generation of a full URL with protocol and hostname and non-secure mode.static final UrlModeUrlModes.FULL_URL_PUBLISH_FORCESECUREEnforce the generation of a full URL with protocol and hostname and secure mode.static final UrlModeUrlModes.FULL_URL_PUBLISH_PROTOCOLRELATIVEEnforce the generation of a full URL with hostname and "//" as protocol (protocol-relative mode).static final UrlModeUrlModes.NO_HOSTNAMEDoes generate a externalized URL without any protocol and hostname, independent of any setting in context-specific configuration.Methods in io.wcm.handler.url with parameters of type UrlMode -
Uses of UrlMode in io.wcm.handler.url.spi
Methods in io.wcm.handler.url.spi that return UrlModeModifier and TypeMethodDescription@NotNull UrlModeUrlHandlerConfig.getDefaultUrlMode()Gets the default URL mode.