Skip to main content

%ZEN.Mojo.abstractApplication

class %ZEN.Mojo.abstractApplication extends %ZEN.application, %ZEN.Mojo.localizableObject

Foundation class for application classes within Zen Mojo. Applications should extend this class.

Method Inventory

Parameters

parameter APPLICATIONNAME = Zen Mojo;
This is the name of this application.
parameter DOMAIN = %ZEN;
Domain used for localization.
parameter HOMEPAGE;
This is the URL of the main starting page of this application.

Methods

classmethod %GetAppSettings(pPage As %String = "", pMode As %String = "") as %ZEN.proxyObject
Return an object containing the various configured settings for the portal.

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab