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

Method getNote

java/org/apache/catalina/Session.java:331–331  ·  view source on GitHub ↗

Returns the object bound with the specified name to the internal notes for this session, or null if no such binding exists. @param name Name of the note to be returned @return the note object, or null if not found

(String name)

Source from the content-addressed store, hash-verified

329 * @return the note object, or {@code null} if not found
330 */
331 Object getNote(String name);
332
333
334 /**

Callers 15

doAuthenticateMethod · 0.95
matchRequestMethod · 0.95
registerMethod · 0.95
validateRequestMethod · 0.65
restoreRequestMethod · 0.65
saveRequestMethod · 0.65
savedRequestURLMethod · 0.65
logoutMethod · 0.65
asyncDispatchMethod · 0.65
serviceMethod · 0.65

Implementers 3

WsSessionjava/org/apache/tomcat/websocket/WsSes
StandardSessionjava/org/apache/catalina/session/Stand
DummyProxySessionjava/org/apache/catalina/manager/Dummy

Calls

no outgoing calls

Tested by

no test coverage detected