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

Method keys

java/org/apache/catalina/session/StandardSession.java:1391–1395  ·  view source on GitHub ↗

Returns the names of all currently defined session attributes as an array of Strings. If there are no defined attributes, a zero-length array is returned. @return the names of all currently defined session attributes as an array of Strings. If there are no defined attributes, a zero-len

()

Source from the content-addressed store, hash-verified

1389 * attributes, a zero-length array is returned
1390 */
1391 protected String[] keys() {
1392
1393 return attributes.keySet().toArray(EMPTY_ARRAY);
1394
1395 }
1396
1397
1398 /**

Callers 4

expireMethod · 0.95
passivateMethod · 0.95
activateMethod · 0.95
doWriteObjectMethod · 0.95

Calls 2

toArrayMethod · 0.45
keySetMethod · 0.45

Tested by

no test coverage detected