MCPcopy Index your code
hub / github.com/apache/tomcat / getContext

Method getContext

java/org/apache/jasper/el/ELContextWrapper.java:63–66  ·  view source on GitHub ↗
(Class<?> key)

Source from the content-addressed store, hash-verified

61 }
62
63 @Override
64 public Object getContext(Class<?> key) {
65 return this.target.getContext(key);
66 }
67
68 @Override
69 public Locale getLocale() {

Callers

nothing calls this directly

Calls 1

getContextMethod · 0.65

Tested by

no test coverage detected