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

Method getParameterNames

java/jakarta/servlet/ServletRequest.java:210–210  ·  view source on GitHub ↗

Returns an Enumeration of String objects containing the names of the parameters contained in this request. If the request has no parameters, the method returns an empty Enumeration . If not already parsed, calling this method will trigger the parsing of the

()

Source from the content-addressed store, hash-verified

208 * exception.
209 */
210 Enumeration<String> getParameterNames();
211
212 /**
213 * Returns an array of <code>String</code> objects containing all of the values the given request parameter has, or

Callers 13

validateParametersMethod · 0.65
serviceMethod · 0.65
doPostMethod · 0.65
doPostMethod · 0.65
doPostMethod · 0.65
doGetMethod · 0.65
introspectMethod · 0.65
getParameterNamesMethod · 0.65
getParameterNamesMethod · 0.65
doFilterMethod · 0.65
getParameterNamesMethod · 0.65

Implementers 4

ServletRequestWrapperjava/jakarta/servlet/ServletRequestWra
TesterHttpServletRequesttest/org/apache/catalina/filters/Teste
Requestjava/org/apache/catalina/connector/Req
RequestFacadejava/org/apache/catalina/connector/Req

Calls

no outgoing calls

Tested by 6

validateParametersMethod · 0.52
serviceMethod · 0.52
doPostMethod · 0.52
doPostMethod · 0.52
doPostMethod · 0.52
doGetMethod · 0.52