class %CSP.Document
extends %CSP.Rule
The %CSP.Document class is the server-side representation of a CSP page.
property NeedBroker
as %Boolean [ InitialExpression = 0 ];
Deprecated property for #server that is kept for compatibility.
Now has the same effect as NeedJS property.
If true, JavaScript for #server applet HyperEvent should included in the CSP page.
property NeedJS
as %Boolean [ InitialExpression = 0 ];
If true, JavaScript for HyperEvent should included in the CSP page.
property NeedJSBroker
as %Boolean [ InitialExpression = 0 ];
Deprecated property for #call that is kept for compatibility.
Now has the same effect as NeedJS property.
If true, JavaScript for #call iframe HyperEventshould included in the CSP page.
method %OnClose()
as %Status
Make sure that we are cleaned up.
method AddEventBroker()
as %Status
Insert event broker code into the head section to load hyperevent .js files.
method RenderEndTag()
as %Status
The document tag for CSP acts to compile this document.
Finish building the class and cleanup.
method RenderStartTag()
as %Status
The document tag for CSP acts to compile this document to a
Caché class that will render it on demand.