| getContextPath() | ใช้คืนค่า Context Path ของ File ที่เรียกใช้คำสั่งนี้ (Context Path คือ Root ของ Folder) |
|---|
method:getContextPath ();
return type:String
special:static
content:ใช้คืนค่า Context Path ของ File ที่เรียกใช้คำสั่งนี้ (Context Path คือ Root ของ Folder)
example:String context_path = request.getContextPath ();