Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ setLocale
Method
setLocale
java/org/apache/jasper/el/ELContextWrapper.java:83–86 ·
view source on GitHub ↗
(Locale locale)
Source
from the content-addressed store, hash-verified
81
}
82
83
@Override
84
public
void
setLocale(Locale locale) {
85
this.target.setLocale(locale);
86
}
87
88
@Override
89
public
void
setPropertyResolved(boolean resolved) {
Callers
nothing calls this directly
Calls
1
setLocale
Method · 0.65
Tested by
no test coverage detected