MCPcopy 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

getContextPathMethod · 0.95
isEncodeableMethod · 0.95

Calls 2

getContextMethod · 0.95
getServletContextMethod · 0.65

Tested by

no test coverage detected