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

Method getFilterName

java/jakarta/servlet/FilterConfig.java:35–35  ·  view source on GitHub ↗

Get the name of the filter. @return The filter-name of this filter as defined in the deployment descriptor.

()

Source from the content-addressed store, hash-verified

33 * @return The filter-name of this filter as defined in the deployment descriptor.
34 */
35 String getFilterName();
36
37 /**
38 * Returns a reference to the {@link ServletContext} in which the caller is executing.

Callers 15

getFilterNameMethod · 0.65
addFilterMethod · 0.65
addFilterMappingMethod · 0.65
toXmlMethod · 0.65
mergeMethod · 0.65
addFilterDefMethod · 0.65
validateFilterMapMethod · 0.65
removeFilterDefMethod · 0.65

Implementers 5

FilterValvejava/org/apache/catalina/valves/Filter
ApplicationFilterConfigjava/org/apache/catalina/core/Applicat
GenericFilterjava/jakarta/servlet/GenericFilter.jav
TesterFilterConfigstest/org/apache/catalina/filters/Teste
TestCorsFiltertest/org/apache/catalina/filters/TestC

Calls

no outgoing calls

Tested by 1

getFilterNameMethod · 0.52