Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • theme: The name of the current theme
  • apiBasePath: The path to the root of the web api
  • webResourcePath: The path to the root of the webresources
  • extensions: The extension context with the following properties:
    • cssExtensionUrls: List of custom css files
    • jsExtensionUrls: List of custom javascript files
  • sessionId: The id of the current session
  • currentPage: Content object of the current page
  • currentPageJson: Current page serialized in json form
  • isDevelopmentMode: Indicator whether the development mode is activated.
  • sessionTimeout: session timeout in milliseconds

The initial page constructs the application with a configuration object and starts it. After the initial page is loaded the MVC UI retrieves its data via the REST API. This data is transformed using the KnockoutJS MVC framework.

Configuration

In Java the MVC UI is configured in the

Include Page
_PropertiesFileJava
_PropertiesFileJava
 file using the following properties:

...