MCPcopy Create free account
hub / github.com/apache/tomcat / getFilters

Method getFilters

java/org/apache/tomcat/util/descriptor/web/WebXml.java:534–536  ·  view source on GitHub ↗

Returns the filter definitions. @return the filter definitions

()

Source from the content-addressed store, hash-verified

532 * @return the filter definitions
533 */
534 public Map<String,FilterDef> getFilters() {
535 return filters;
536 }
537
538 // filter-mapping
539 private final Set<FilterMap> filterMaps = new LinkedHashSet<>();

Callers 4

testFilterMappingMethod · 0.95
mergeMethod · 0.95

Calls

no outgoing calls

Tested by 3

testFilterMappingMethod · 0.76