Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

IServer

pentaho.context.IServer

The IServer interface allows access to the Pentaho Platform’s environmental information that pertains to the server application.

Source: doc-js/pentaho/context/IServer.jsdoc, line 17

See also:  pentaho.context.IContext

Members

Name Description
url : URL

Gets the base url of the web server application.

Members Details

url: URL

Gets the base url of the web server application.

In cases where the executing environment does not yet support the URL type, a replacement object is provided that supports, at a minimum, its href, pathname and protocol properties.

Source: doc-js/pentaho/context/IServer.jsdoc, line 26