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

Method getInitParameterNames

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

Returns the names of the filter's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the filter has no initialization parameters. @return Enumeration of String objects containing the names of the

()

Source from the content-addressed store, hash-verified

61 * initialization parameters
62 */
63 Enumeration<String> getInitParameterNames();
64
65}

Callers 12

getInitParameterNamesMethod · 0.65
getInitParameterNamesMethod · 0.65
getInitParameterNamesMethod · 0.65
initMethod · 0.65
initMethod · 0.65
initMethod · 0.65
initMethod · 0.65
getInitParameterNamesMethod · 0.65
getInitParameterNamesMethod · 0.65
getAttributeNamesMethod · 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

no test coverage detected