接口 PathContainer.PathSegment

所有超级接口:
PathContainer.Element
所有已知实现类:
DefaultPathContainer.DefaultPathSegment
封闭类:
PathContainer

public static interface PathContainer.PathSegment extends PathContainer.Element
Path segment element.
  • 方法详细资料

    • valueToMatch

      String valueToMatch()
      Return the path segment value, decoded and sanitized, for path matching.
    • valueToMatchAsChars

      char[] valueToMatchAsChars()
      Expose valueToMatch() as a character array.
    • parameters

      cn.taketoday.util.MultiValueMap<String,String> parameters()
      Path parameters associated with this path segment.
      返回:
      an unmodifiable map containing the parameters