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