Mendix Runtime
Documentation for the Mendix Runtime Environment API
com.mendix.systemwideinterfaces.HandlerConstants Interface Reference

List of all members.

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"

Detailed Description

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/".


Member Data Documentation

final String com.mendix.systemwideinterfaces.HandlerConstants.MXCLIENT_PATH = "mxclientsystem" [static]

The documentation for this interface was generated from the following file: