MCPcopy 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

getFilterConfigMethod · 0.95
getFilterNameMethod · 0.65

Tested by

no test coverage detected