Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ getServletContext
Method
getServletContext
java/org/apache/catalina/connector/Request.java:1555–1558 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1553
1554
1555
@Override
1556
public
ServletContext getServletContext() {
1557
return
getContext().getServletContext();
1558
}
1559
1560
@Override
1561
public
AsyncContext startAsync() {
Callers
2
getContextPath
Method · 0.95
isEncodeable
Method · 0.95
Calls
2
getContext
Method · 0.95
getServletContext
Method · 0.65
Tested by
no test coverage detected