类 PathMatchInfo
java.lang.Object
cn.taketoday.web.util.pattern.PathMatchInfo
Holder for URI variables and path parameters (matrix variables) extracted
based on the pattern for a given matched path.
- 从以下版本开始:
- 4.0 2022/2/2 17:59
- 作者:
- Harry Yang
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getMatrixVariable(String name) Return matrix variablesReturn maps of matrix variables per path segment, keyed off by URI variable name.getUriVariable(String name) Return the extracted URI variable with given nameReturn the extracted URI variables.toString()
-
字段详细资料
-
EMPTY
-
uriVariables
-
matrixVariables
-
-
构造器详细资料
-
PathMatchInfo
-
-
方法详细资料