Skip to main content

%WebStress.Portal.standardPage

class %WebStress.Portal.standardPage extends %ZEN.Portal.standardPage

Method Inventory

Parameters

parameter APPLICATION = %WebStress.Portal.Application;
Set this to the appropriate application class.
parameter HOMEPAGE = %25CSP.Portal.Home.cls;
URL of home page (used in links).
parameter RESOURCE = %Development;
Inherited description: This is a comma-delimited list of system Resources and associated permissions. A user must hold the specified permissions on at least one of the specified resources in order to view this page or invoke any of its server-side methods from the client.
The format of each item in the list should be as follows:
Resource[:Permission]
Permission is optional, and defaults to USE if not supplied. If it is supplied, it should be one of USE, READ or WRITE.

Methods

method %OnGetPageName() as %String
Inherited description: Get the (localized) name of the page. This should be implemented in a subclass.

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab