Certain global objects can be accessed from all parts of a BSP (initialization, layout, input processing). For example, the request and response object, the application object (if an application class was defined for the BSP application), the navigation object, and the runtime object, can be accessed.
The following global objects are available:
Object application
Object navigation
Object messages
Object runtime
Object request
Object response
Object page
Object page context
This is described in more detail below.

The objects and their signatures for the individual
Example:
