Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ getServletPath
Method
getServletPath
java/org/apache/catalina/connector/Request.java:2216–2219 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2214
2215
2216
@Override
2217
public
String getServletPath() {
2218
return
mappingData.wrapperPath.toStringType();
2219
}
2220
2221
2222
@Override
Callers
2
dispatch
Method · 0.95
getRequestDispatcher
Method · 0.95
Calls
1
toStringType
Method · 0.80
Tested by
no test coverage detected