接口 SaCheckRequestPathFunction

函数接口:
这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。

@FunctionalInterface public interface SaCheckRequestPathFunction
函数式接口:校验请求 path 的算法

如果属于无效请求 path,则抛出异常 RequestPathInvalidException

从以下版本开始:
1.37.0
作者:
click33
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    run(String path, Object extArg1, Object extArg2)
    执行函数
  • 方法详细资料

    • run

      void run(String path, Object extArg1, Object extArg2)
      执行函数
      参数:
      path - 请求 path
      extArg1 - 扩展参数1
      extArg2 - 扩展参数2