| getAttributeNames() | ใช้คืนค่า ชื่อ ของ Session ทั้งหมด และเก็บไว้ที่ Enumeration |
|---|
method:getAttributeNames ();
return type:Enumeration
special:static
content:ใช้คืนค่า ชื่อ ของ Session ทั้งหมด และเก็บไว้ที่ Enumeration
example:session.setAttribute ( “username”, “bamboo” ) ; session.setAttribute ( “nicknam”, “panda” ) ; Enumeration enum = session.getAttributeNames ();