Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ putContext
Method
putContext
java/org/apache/el/lang/EvaluationContext.java:93–96 ·
view source on GitHub ↗
(Class<?> key, Object contextObject)
Source
from the content-addressed store, hash-verified
91
}
92
93
@Override
94
public
void
putContext(Class<?> key, Object contextObject) {
95
elContext.putContext(key, contextObject);
96
}
97
98
@Override
99
public
void
setPropertyResolved(boolean resolved) {
Callers
1
getValue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected