Uses of Interface
io.wcm.handler.link.spi.LinkProcessor
Packages that use LinkProcessor
Package
Description
Default implementations for link pre- and postprocessors.
SPI for configuring and tailoring link handler processing.
-
Uses of LinkProcessor in io.wcm.handler.link.processor
Classes in io.wcm.handler.link.processor that implement LinkProcessorModifier and TypeClassDescriptionclassLinkhandler post processor to inherit URL parameters to internal links.final classLinkhandler postprocessor to inherit URL parameters to internal links. -
Uses of LinkProcessor in io.wcm.handler.link.spi
Methods in io.wcm.handler.link.spi that return types with arguments of type LinkProcessorModifier and TypeMethodDescription@NotNull List<Class<? extends LinkProcessor>> LinkHandlerConfig.getPostProcessors()Get post processors.@NotNull List<Class<? extends LinkProcessor>> LinkHandlerConfig.getPreProcessors()Get pre processors.