Uses of Interface
io.wcm.handler.url.suffix.SuffixStateKeepingStrategy
Packages that use SuffixStateKeepingStrategy
-
Uses of SuffixStateKeepingStrategy in io.wcm.handler.url.suffix
Classes in io.wcm.handler.url.suffix that implement SuffixStateKeepingStrategyModifier and TypeClassDescriptionfinal classSimpleSuffixStateKeepingStrategythat just discards the suffix from the current requestfinal classImplementation ofSuffixStateKeepingStrategythat calls a Filter for each suffix part from the current request to decide if it should be kept when constructing a new suffix.Constructors in io.wcm.handler.url.suffix with parameters of type SuffixStateKeepingStrategyModifierConstructorDescriptionSuffixBuilder(@NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull SuffixStateKeepingStrategy stateStrategy) Create aSuffixBuilderwith a customSuffixStateKeepingStrategy(see convenience methods likeSuffixBuilder.thatKeepsResourceParts(SlingHttpServletRequest)for often-used strategies)