类 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.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intReturns the length of the given pattern, where template variables are considered to be 1 long.intprotected voidinitCounters(String pattern) boolean
-
字段详细资料
-
uriVars
public int uriVars -
length
-
singleWildcards
public int singleWildcards -
doubleWildcards
public int doubleWildcards -
prefixPattern
public boolean prefixPattern -
catchAllPattern
public boolean catchAllPattern -
pattern
-
-
构造器详细资料
-
PatternInfo
-
-
方法详细资料
-
initCounters
-
isLeastSpecific
public boolean isLeastSpecific() -
getTotalCount
public int getTotalCount() -
getLength
public int getLength()Returns the length of the given pattern, where template variables are considered to be 1 long.
-