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

Method getParameterMap

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

Returns a java.util.Map of the parameters of this request. Request parameters are extra information sent with the request. For HTTP servlets, parameters are contained in the query string or posted form data. If not already parsed, calling this method will trigger the parsing of the query string,

()

Source from the content-addressed store, hash-verified

260 * exception.
261 */
262 Map<String,String[]> getParameterMap();
263
264 /**
265 * Returns the name and version of the protocol the request uses in the form

Callers 15

doPostMethod · 0.65
doPostMethod · 0.65
doPostMethod · 0.65
doGetMethod · 0.65
doGetMethod · 0.65
serviceMethod · 0.65
generateFilterConfigMethod · 0.65
WsHandshakeRequestMethod · 0.65
initMethod · 0.65
mergeFilterMethod · 0.65
mergeServletMethod · 0.65
configureContextMethod · 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 7

doPostMethod · 0.52
doPostMethod · 0.52
doPostMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
serviceMethod · 0.52
generateFilterConfigMethod · 0.52