The Application object

Path: application

Snippet ID: Application

Corresponding AUI Tree element: AUI Root Element

The Application is a unique object that represents the 4GL application currently running and used to rendered the current document.

This object value is rendered thru the Application snippet when invoked in a gwc:replace or gwc:content instruction.

Fields Type Description
application/CID Attribute (string) The corresponding component identifier.
application/type Attribute (string) Type name of the component, that is Application.
application/connectorUri Attribute (string) Connector part of the URI.
application/state Object An ApplicationState object handling the state of the application.
application/meta Object An ApplicationMetaInformation object handling miscellaneous information from the application depending to its state.
application/ui Object A UserInterface object handling the application abstract user interface description.
application/interrupt Object An Interrupt object handling the interruption of the application.
application/frontcall Object An FrontCall object handling a FrontCall operation.
application/webComponentDeploymentLocation Attribute (string) The base URL to use to access to web component files.