| getServletContextName() | ใช้คืนค่า ชื่อของ Web Application ถ้าไม่มีจะคืนค่า null |
|---|
method:getServletContextName ();
return type:String
special:static
content:ใช้คืนค่า ชื่อของ Web Application ถ้าไม่มีจะคืนค่า null
example:String servlet_context_name = application.getServletContextName ();