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

Method getParameterValues

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

Returns an array of String objects containing all of the values the given request parameter has, or null if the parameter does not exist. If the parameter has a single value, the array has a length of 1. If not already parsed, calling this method will trigger the pa

(String name)

Source from the content-addressed store, hash-verified

236 * @see #getParameter
237 */
238 String[] getParameterValues(String name);
239
240 /**
241 * Returns a java.util.Map of the parameters of this request. Request parameters are extra information sent with the

Callers 13

validateParametersMethod · 0.65
serviceMethod · 0.65
serviceMethod · 0.65
doPostMethod · 0.65
doGetMethod · 0.65
introspecthelperMethod · 0.65
getParameterValuesMethod · 0.65
getParameterValuesMethod · 0.65
doFilterMethod · 0.65
doSessionsMethod · 0.65
getParameterValuesMethod · 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 5

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