Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Table of Contents |
---|
Thai |
---|
ลักษณะ |
Thai |
---|
ตัวอย่างโค้ด |
Code Block | ||
---|---|---|
| ||
import org.joget.commons.util.HostManager; String profileName = HostManager.getCurrentProfile(); |
Thai |
---|
กระบวนการ |
public static java.lang.String getContextPath()
Gets the context path of the HTTP request
Thai |
---|
รับเส้นทางบริบทของการร้องขอ HTTP |
public static java.lang.String getCurrentHost()
Gets the current Host of HTTP request
Thai |
---|
รับโฮสต์ปัจจุบันของคำขอ HTTP |
public static java.lang.String getCurrentProfile()
Gets the current cloud profile of HTTP request
Thai |
---|
รับค่าโปรไฟล์คลาวด์ปัจจุบันของการร้องขอ HTTP |
public static boolean isVirtualHostEnabled()
Flag to indicate it is a Cloud installation
Thai |
---|
ตั้งค่าสถานะเพื่อระบุว่าเป็นการติดตั้งแบบคลาวด์ |
public static void setCurrentProfile(java.lang.String profile)
...
This method is security protected in Cloud installation.
Thai |
---|
ตั้งค่าโปรไฟล์ของคำขอ HTTP ปัจจุบัน วิธีนี้ได้รับการป้องกันความปลอดภัยในการติดตั้ง Cloud |
public static void setCurrentHost(java.lang.String hostname)
...
This method is security protected in Cloud installation.
Thai |
---|
ตั้งค่าโฮสต์ของคำขอ HTTP ปัจจุบัน วิธีนี้ได้รับการป้องกันความปลอดภัยในการติดตั้ง Cloud |