Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%ZEN.Mojo.PageProjection

Method Inventory

Methods

classmethod %QueueClass(pClass As %String) as %Status
Add the Zen Mojo class, pClass to the post-compilation queue.
classmethod CreateProjection(pClassName As %Library.String, ByRef parameters As %Library.String, modified As %Library.String, qstruct As %Library.String) as %Status
This is called when a Zen Mojo page or template is compiled.
classmethod EndCompile(qstruct As %Library.String) as %Status
Execute the various post-compilation actions for the Zen Mojo library.
classmethod RemoveProjection(pClassName As %Library.String, ByRef parameters As %Library.String, recompile As %Library.Boolean, modified As %Library.String, qstruct As %Library.String) as %Status
This is called when a Zen Mojo page or template is removed.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab