MCPcopy 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

dispatchMethod · 0.95
getRequestDispatcherMethod · 0.95

Calls 1

toStringTypeMethod · 0.80

Tested by

no test coverage detected