Skip to main content

%CSP.PageBuilder

Class %CSP.PageBuilder Extends %RegisteredObject [ System = 3 ]

This class is used internally by InterSystems IRIS. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.

Manage the sections that compose a CSP page.

Properties

DefaultSection

Property DefaultSection As %String [ Internal, MultiDimensional ];

Stack of default section identifiers in the form ,

Sections

Property Sections As array Of %CSP.PageSection [ Internal ];

Section classes identified by name

Methods

PushDefaultSection

Method PushDefaultSection(sectionblock As %String) [ Internal ]

Add new default section to the top of the stack of section identifiers.

PopDefaultSection

Method PopDefaultSection() [ Internal ]

Pop default section from the top of the stack of section identifiers.

GetSection

Method GetSection(sectionblock As %String) As %CSP.PageSection [ Internal ]

Get section class for specified section identifier. If no section identfier specified, the get section for default.