IServer
pentaho.environment.spec.IServer
The spec.IServer
interface represents a specification of IServer
.
Source: doc-js/pentaho/environment/spec/IServer.jsdoc, line 17
See also: pentaho.environment.spec.IEnvironment
Members
Name | Description |
---|---|
packages : | The base url to access web packages of the web server application. |
root : | The base url of the web server application. |
services : | The base url of services' endpoints of the web server application. |
Members Details
packages: |
---|
The base url to access web packages of the web server application. Source: doc-js/pentaho/environment/spec/IServer.jsdoc, line 33 |
root: |
---|
The base url of the web server application. Source: doc-js/pentaho/environment/spec/IServer.jsdoc, line 25 |
services: |
---|
The base url of services' endpoints of the web server application. Source: doc-js/pentaho/environment/spec/IServer.jsdoc, line 41 |