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

Method getValue

java/jakarta/servlet/http/Cookie.java:302–304  ·  view source on GitHub ↗

Returns the value of the cookie. @return a String containing the cookie's present value @see #setValue @see Cookie

()

Source from the content-addressed store, hash-verified

300 * @see Cookie
301 */
302 public String getValue() {
303 return value;
304 }
305
306
307 /**

Callers 5

testMethod · 0.95
testDefaultsMethod · 0.95
testInitialValueMethod · 0.95
testCloneMethod · 0.95
invokeMethod · 0.95

Calls

no outgoing calls

Tested by 4

testMethod · 0.76
testDefaultsMethod · 0.76
testInitialValueMethod · 0.76
testCloneMethod · 0.76