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

Method addInitParameter

java/org/apache/catalina/Wrapper.java:168–168  ·  view source on GitHub ↗

Add a new servlet initialization parameter for this servlet. @param name Name of this initialization parameter to add @param value Value of this initialization parameter to add

(String name, String value)

Source from the content-addressed store, hash-verified

166 * @param value Value of this initialization parameter to add
167 */
168 void addInitParameter(String name, String value);
169
170
171 /**

Callers 15

doTestTagReleaseMethod · 0.95
testCVE_2019_0232Method · 0.95
startMethod · 0.95
testWrapperListenersMethod · 0.95
doClassUnloadingPrepMethod · 0.95
testServletMethod · 0.95
testGetSpecialsMethod · 0.95
testDirectoryListingMethod · 0.95
testBasicPropertiesMethod · 0.95
testBasicOperationsMethod · 0.95

Implementers 1

StandardWrapperjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by 15

doTestTagReleaseMethod · 0.76
testCVE_2019_0232Method · 0.76
startMethod · 0.76
testWrapperListenersMethod · 0.76
doClassUnloadingPrepMethod · 0.76
testServletMethod · 0.76
testGetSpecialsMethod · 0.76
testDirectoryListingMethod · 0.76
testBasicPropertiesMethod · 0.76
testBasicOperationsMethod · 0.76