| getAttributeNamesInScope() | ใช้คืนค่า ชื่อของ Attribute ทั้งหมด ตามขอบเขตที่กำหนด |
|---|
method:getAttributeNamesInScope ( int_scope );
return type:Enumeration
special:static
content:ใช้คืนค่า ชื่อของ Attribute ทั้งหมด ตามขอบเขตที่กำหนด
example:pageContext.setAttribute ( “title”, “ยินดีต้อนรับ”, 2 ); pageContext.setAttribute ( “panda”, “แพนด้า”, 2 ); Enumeration enum_attribute = pageContext.getAttributeNamesInScope ( 2 );