Uses of Interface
io.wcm.handler.url.integrator.IntegratorMode
Packages that use IntegratorMode
Package
Description
URL handler API for integrator template support.
SPI for configuring and tailoring URL handler processing.
-
Uses of IntegratorMode in io.wcm.handler.url.integrator
Classes in io.wcm.handler.url.integrator that implement IntegratorModeModifier and TypeClassDescriptionenumDefault integrator modes sufficient for the most usecases.Methods in io.wcm.handler.url.integrator that return IntegratorModeModifier and TypeMethodDescription@NotNull IntegratorModeIntegratorHandler.getIntegratorMode()Get integrator mode configured for the current page.@NotNull IntegratorModeIntegratorHandler.getIntegratorMode(@Nullable com.day.cq.wcm.api.Page page) Get integrator mode configured for the given page. -
Uses of IntegratorMode in io.wcm.handler.url.spi
Methods in io.wcm.handler.url.spi that return types with arguments of type IntegratorModeModifier and TypeMethodDescription@NotNull Collection<IntegratorMode> UrlHandlerConfig.getIntegratorModes()Gets the supported integrator modes.