MCPcopy Create free account
hub / github.com/apache/tomcat / getServletContext

Method getServletContext

java/jakarta/servlet/GenericFilter.java:72–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70
71
72 @Override
73 public ServletContext getServletContext() {
74 return getFilterConfig().getServletContext();
75 }
76
77
78 @Override

Callers

nothing calls this directly

Calls 2

getFilterConfigMethod · 0.95
getServletContextMethod · 0.65

Tested by

no test coverage detected