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 : | 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. |
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. |