Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ getInitParameterNames
Method
getInitParameterNames
java/jakarta/servlet/GenericFilter.java:56–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
55
56
@Override
57
public
Enumeration<String> getInitParameterNames() {
58
return
getFilterConfig().getInitParameterNames();
59
}
60
61
62
/**
Callers
nothing calls this directly
Calls
2
getFilterConfig
Method · 0.95
getInitParameterNames
Method · 0.65
Tested by
no test coverage detected