Context
Context
The Context
class is an implementation of the IContext
interface.
Implements
Constructor
Name | Description |
---|---|
new Context(spec, defaultSpec) Static | Creates a context given its specification. |
Members
Name | Description |
---|---|
application : | Gets the identifier of the client application. |
locale : | Gets the identifier of the locale. |
reservedChars : | Gets the reserved characters for file names, all concatenated in a single string. |
server : | Gets information about the server web application. |
theme : | Gets the identifier of the theme. |
user : | Gets information about the user. |
Methods
Name | Description |
---|---|
createChild(childSpec) : pentaho.context.IContext | Creates a child context of this one given its specification. Any unspecified information is inherited from this context. |
toSpec() : pentaho.context.spec.IContext | Creates a specification with the information of this context. |
Constructor Details
new Context(spec, defaultSpec) Static | |||||||||
---|---|---|---|---|---|---|---|---|---|
Creates a context given its specification. Any absent or Source: javascript/web/pentaho/context/impl/Context.js, line 41
|
Members Details
application: |
---|
Gets the identifier of the client application. |
locale: |
---|
Gets the identifier of the locale. |
reservedChars: |
---|
Gets the reserved characters for file names, all concatenated in a single string. |
server: |
---|
Gets information about the server web application. |
theme: |
---|
Gets the identifier of the theme. |
user: |
---|
Gets information about the user. |
Methods Details
createChild(childSpec) : pentaho.context.IContext | ||
---|---|---|
Creates a child context of this one given its specification. Any unspecified information is inherited from this context. |
Name | Default Value | Summary |
---|---|---|
childSpec : pentaho.context.spec.IContext Optional | The child context specification. |
Name | Description |
---|---|
pentaho.context.IContext | The child context. |
toSpec() : pentaho.context.spec.IContext | |
---|---|
Creates a specification with the information of this context. |
Name | Description |
---|---|
pentaho.context.spec.IContext | The context specification. |
See also: pentaho.context.IContext#toJSON