IEnvironment
pentaho.environment.spec. IEnvironment
The spec.IEnvironment
interface represents a specification of IEnvironment
.
Source: doc-js/pentaho/environment/spec/IEnvironment.jsdoc, line 17
See also: pentaho.environment.IEnvironment
Members
Name | Description |
---|---|
application : | The identifier of the client application. |
locale : | The identifier of the locale. |
reservedChars : | The reserved characters for file names, all concatenated in a single string. |
server : | The information about the server web application. |
theme : | The identifier of the theme. |
user : | The information about the user. |
Members Details
application: |
---|
The identifier of the client application. Source: doc-js/pentaho/environment/spec/IEnvironment.jsdoc, line 25 |
locale: |
---|
The identifier of the locale. Locales are converted to lower-case. Case differences are not significant. Source: doc-js/pentaho/environment/spec/IEnvironment.jsdoc, line 57 |
reservedChars: |
---|
The reserved characters for file names, all concatenated in a single string. Source: doc-js/pentaho/environment/spec/IEnvironment.jsdoc, line 67 |
server: |
---|
The information about the server web application. Source: doc-js/pentaho/environment/spec/IEnvironment.jsdoc, line 41 |
theme: |
---|
The identifier of the theme. Source: doc-js/pentaho/environment/spec/IEnvironment.jsdoc, line 49 |
user: |
---|
The information about the user. Source: doc-js/pentaho/environment/spec/IEnvironment.jsdoc, line 33 |