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

Method getParameter

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

Returns the value of a request parameter as a String , or null if the parameter does not exist. Request parameters are extra information sent with the request. For HTTP servlets, parameters are contained in the query string or posted form data. You should only use this m

(String name)

Source from the content-addressed store, hash-verified

184 * @see #getParameterValues
185 */
186 String getParameter(String name);
187
188 /**
189 * Returns an <code>Enumeration</code> of <code>String</code> objects containing the names of the parameters

Callers 15

doStartTagMethod · 0.95
doEndTagMethod · 0.95
doGetMethod · 0.65
doGetMethod · 0.65
doGetMethod · 0.65
doFilterMethod · 0.65
doGetMethod · 0.65
doGetMethod · 0.65
doGetMethod · 0.65
doPostMethod · 0.65
doGetMethod · 0.65
serviceMethod · 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 15

doStartTagMethod · 0.76
doEndTagMethod · 0.76
doGetMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
doPostMethod · 0.52
doGetMethod · 0.52
serviceMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52
doGetMethod · 0.52