IServer
pentaho.environment. IServer
The IServer
interface allows access to the Pentaho Platform’s environmental information that pertains to the server application.
Source: doc-js/pentaho/environment/IServer.jsdoc, line 17
See also: pentaho.environment.IEnvironment
Members
Name | Description |
---|---|
packages : | Gets the base url to access web packages of the web server application. |
root : | Gets the base url of the web server application. |
services : | Gets the base url of services' endpoints of the web server application. |
Members Details
packages: |
---|
Gets the base url to access web packages of the web server application. |
root: |
---|
Gets the base url of the web server application. In cases where the executing environment does not yet support the |
services: |
---|
Gets the base url of services' endpoints of the web server application. |