接口 PathContainer.PathSegment
- 所有超级接口:
PathContainer.Element
- 封闭类:
- PathContainer
Path segment element.
-
方法概要
修饰符和类型方法说明Path parameters associated with this path segment.Return the path segment value, decoded and sanitized, for path matching.char[]ExposevalueToMatch()as a character array.从接口继承的方法 cn.taketoday.http.server.PathContainer.Element
value
-
方法详细资料
-
valueToMatch
String valueToMatch()Return the path segment value, decoded and sanitized, for path matching. -
valueToMatchAsChars
char[] valueToMatchAsChars()ExposevalueToMatch()as a character array. -
parameters
Path parameters associated with this path segment.- 返回:
- an unmodifiable map containing the parameters
-