Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diyhi/bbs
/ matches
Method
matches
src/main/java/cms/security/MyAntPathRequestMatcher.java:210–210 ·
view source on GitHub ↗
(String path)
Source
from the content-addressed store, hash-verified
208
209
private
static
interface
Matcher {
210
boolean matches(String path);
211
}
212
213
private
static
class
SpringAntMatcher implements Matcher {
Callers
15
validURL
Method · 0.95
writeHeaders
Method · 0.65
doFilterInternal
Method · 0.65
authorize
Method · 0.65
isNumeric
Method · 0.65
isDouble
Method · 0.65
isPositiveDouble
Method · 0.65
isNumber
Method · 0.65
isPositiveInteger
Method · 0.65
isPositiveIntegerZero
Method · 0.65
isAmount
Method · 0.65
isDiscount
Method · 0.65
Implementers
3
SpringAntMatcher
src/main/java/cms/security/MyAntPathRe
SubpathMatcher
src/main/java/cms/security/MyAntPathRe
MyAntPathRequestMatcher
src/main/java/cms/security/MyAntPathRe
Calls
no outgoing calls
Tested by
no test coverage detected