Interface InterceptUrlPatternModifier

  • All Known Implementing Classes:
    DefaultInterceptUrlPatternModifier
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface InterceptUrlPatternModifier
    Decorates a InterceptUrlMapPattern. It can for example prepend the pattern with a server context path.
    Since:
    3.7.3
    • Method Detail

      • modify

        @NonNull
        InterceptUrlMapPattern modify​(@NonNull
                                      InterceptUrlMapPattern interceptUrlMapPattern)
        Parameters:
        interceptUrlMapPattern - Intercept url pattern
        Returns:
        the intercepUrlMapPattern after modification.