![]() |
Mendix Runtime
Documentation for the Mendix Runtime Environment API
|
Static Public Attributes | |
static final String | CLIENT_HANDLER = "xas/" |
static final String | FILE_HANDLER = "file" |
static final String | RESOURCE_HANDLER = "" |
static final String | WEB_SERVICE_HANDLER = "ws/" |
static final String | WEB_SERVICE_DOCUMENTATION_HANDLER = "ws-doc/" |
static final String | MXCLIENT_PATH = "mxclientsystem" |
Specifies on which urls the different handlers can be reached. e.g. if the application root url is "http://localhost:8080/", the web service handler can be reached at "http://localhost:8080/ws/".
final String com.mendix.systemwideinterfaces.HandlerConstants.CLIENT_HANDLER = "xas/" [static] |
final String com.mendix.systemwideinterfaces.HandlerConstants.FILE_HANDLER = "file" [static] |
final String com.mendix.systemwideinterfaces.HandlerConstants.MXCLIENT_PATH = "mxclientsystem" [static] |
final String com.mendix.systemwideinterfaces.HandlerConstants.RESOURCE_HANDLER = "" [static] |
final String com.mendix.systemwideinterfaces.HandlerConstants.WEB_SERVICE_DOCUMENTATION_HANDLER = "ws-doc/" [static] |
final String com.mendix.systemwideinterfaces.HandlerConstants.WEB_SERVICE_HANDLER = "ws/" [static] |