Uses of Class
org.springframework.web.util.pattern.PathPattern
Packages that use PathPattern
Package
Description
Dedicated support for matching HTTP request paths.
-
Uses of PathPattern in org.springframework.web.util.pattern
Fields in org.springframework.web.util.pattern with type parameters of type PathPatternModifier and TypeFieldDescriptionstatic final Comparator<PathPattern>PathPattern.SPECIFICITY_COMPARATORComparator that sorts patterns by specificity as follows: Null instances are last.Methods in org.springframework.web.util.pattern that return PathPatternModifier and TypeMethodDescriptionPathPattern.combine(PathPattern otherPattern) Combine this pattern with the one given as parameter, returning a newPathPatterninstance that concatenates or merges both.Process the path pattern content, a character at a time, breaking it into path elements around separator boundaries and verifying the structure at each stage.Methods in org.springframework.web.util.pattern with parameters of type PathPatternModifier and TypeMethodDescriptionPathPattern.combine(PathPattern otherPattern) Combine this pattern with the one given as parameter, returning a newPathPatterninstance that concatenates or merges both.intPathPattern.compareTo(PathPattern otherPattern) Compare this pattern with a supplied pattern: return -1,0,+1 if this pattern is more specific, the same or less specific than the supplied pattern.