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

Method getAttributeNames

java/jakarta/servlet/http/HttpSession.java:148–148  ·  view source on GitHub ↗

Returns an Enumeration of String objects containing the names of all the objects bound to this session. @return an Enumeration of String objects specifying the names of all the objects bound to this session @exception IllegalStateExce

()

Source from the content-addressed store, hash-verified

146 * @exception IllegalStateException if this method is called on an invalidated session
147 */
148 Enumeration<String> getAttributeNames();
149
150 /**
151 * Binds an object to this session, using the name specified. If an object of the same name is already bound to the

Callers 7

doGetMethod · 0.95
serviceMethod · 0.95
guessUserFromSessionMethod · 0.95
getAttributeNamesMethod · 0.95
validateSameMethod · 0.65
getAttributeNamesMethod · 0.65

Implementers 2

StandardSessionFacadejava/org/apache/catalina/session/Stand
StandardSessionjava/org/apache/catalina/session/Stand

Calls

no outgoing calls

Tested by 2

serviceMethod · 0.76
validateSameMethod · 0.52