类 AntPathMatcher.AntPatternComparator.PatternInfo
java.lang.Object
cn.taketoday.core.AntPathMatcher.AntPatternComparator.PatternInfo
Value class that holds information about the pattern, e.g. number of
occurrences of "*", "**", and "{" pattern elements.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intintReturns the length of the given pattern, where template variables are considered to be 1 long.intintintprotected voidinitCounters(String pattern) booleanboolean
-
字段详细资料
-
uriVars
private int uriVars -
length
-
singleWildcards
private int singleWildcards -
doubleWildcards
private int doubleWildcards -
prefixPattern
private boolean prefixPattern -
catchAllPattern
private boolean catchAllPattern -
pattern
-
-
构造器详细资料
-
PatternInfo
-
-
方法详细资料
-
initCounters
-
getUriVars
public int getUriVars() -
getSingleWildcards
public int getSingleWildcards() -
getDoubleWildcards
public int getDoubleWildcards() -
isLeastSpecific
public boolean isLeastSpecific() -
isPrefixPattern
public boolean isPrefixPattern() -
getTotalCount
public int getTotalCount() -
getLength
public int getLength()Returns the length of the given pattern, where template variables are considered to be 1 long.
-