类的使用
cn.taketoday.web.util.pattern.PathElement
使用PathElement的程序包
-
cn.taketoday.web.util.pattern中PathElement的使用
修饰符和类型类说明(专用程序包) classA path element representing capturing the rest of a path.(专用程序包) classA path element representing capturing a piece of the path as a variable.(专用程序包) classA literal path element.(专用程序包) classA regex path element.(专用程序包) classA separator path element.(专用程序包) classA literal path element that does includes the single character wildcard '?'(专用程序包) classA wildcard path element.(专用程序包) classA path element representing wildcarding the rest of a path.修饰符和类型字段说明private PathElementInternalPathPatternParser.currentPEprivate final PathElementPathPattern.headFirst path element in the parsed chain of path elements for this pattern.private PathElementInternalPathPatternParser.headPEprotected PathElementPathElement.nextprotected PathElementPathElement.prev修饰符和类型方法说明private PathElementInternalPathPatternParser.createPathElement()Used the knowledge built up whilst processing since the last path element to determine what kind of path element to create.(专用程序包) PathElementPathPattern.getHeadSection()参数类型为PathElement的cn.taketoday.web.util.pattern中的方法修饰符和类型方法说明private voidInternalPathPatternParser.pushPathElement(PathElement newPathElement) Push a path element to the chain being build.参数类型为PathElement的cn.taketoday.web.util.pattern中的构造器