MCPcopy Index your code
hub / github.com/apache/tomcat / getInitParameter

Method getInitParameter

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

Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist. @param name String specifying the name of the initialization parameter @return String containing the value of the initialization

(String name)

Source from the content-addressed store, hash-verified

52 * @return <code>String</code> containing the value of the initialization parameter
53 */
54 String getInitParameter(String name);
55
56 /**
57 * Returns the names of the filter's initialization parameters as an <code>Enumeration</code> of <code>String</code>

Callers 15

initMethod · 0.65
initMethod · 0.65
getInitParameterMethod · 0.65
initMethod · 0.65
doGetMethod · 0.65
doFilterMethod · 0.65
doGetMethod · 0.65
doGetMethod · 0.65
initMethod · 0.65
doGetMethod · 0.65
doGetMethod · 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 9

getInitParameterMethod · 0.52
initMethod · 0.52
doGetMethod · 0.52
doFilterMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
initMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52