Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

IContext

pentaho.context.spec.IContext

The spec.IContext interface represents a specification of IContext.

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

See also:  pentaho.context.IContext

Members

Name Description
application : nonEmptyString

The identifier of the client application.

locale : nonEmptyString

The identifier of the locale.

reservedChars : nonEmptyString

The reserved characters for file names, all concatenated in a single string.

server : pentaho.context.spec.IServer

The information about the server web application.

theme : nonEmptyString

The identifier of the theme.

user : pentaho.context.spec.IUser

The information about the user.

Members Details

application: nonEmptyString

The identifier of the client application.

Source: doc-js/pentaho/context/spec/IContext.jsdoc, line 25

locale: nonEmptyString

The identifier of the locale.

Source: doc-js/pentaho/context/spec/IContext.jsdoc, line 57

reservedChars: nonEmptyString

The reserved characters for file names, all concatenated in a single string.

Source: doc-js/pentaho/context/spec/IContext.jsdoc, line 65

server: pentaho.context.spec.IServer

The information about the server web application.

Source: doc-js/pentaho/context/spec/IContext.jsdoc, line 41

theme: nonEmptyString

The identifier of the theme.

Source: doc-js/pentaho/context/spec/IContext.jsdoc, line 49

user: pentaho.context.spec.IUser

The information about the user.

Source: doc-js/pentaho/context/spec/IContext.jsdoc, line 33