Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ getFilterName
Method
getFilterName
java/jakarta/servlet/GenericFilter.java:96–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
94
95
96
@Override
97
public
String getFilterName() {
98
return
getFilterConfig().getFilterName();
99
}
100
}
Callers
nothing calls this directly
Calls
2
getFilterConfig
Method · 0.95
getFilterName
Method · 0.65
Tested by
no test coverage detected