marta

Class GlobalContext

The global application context.

Provides access to the configuration and the action repository.

class marta.GlobalContext {

let actions: Actions

let application: MartaApplication

fun get(path): Any?

}