Skip to main content

%WebStress.Portal.Record

class %WebStress.Portal.Record extends %WebStress.Portal.standardPage

Method Inventory

Parameters

parameter APPLICATION = %WebStress.Portal.Application;
Set this to the appropriate application class.
parameter DOMAIN = %WebStress;
Set this to the correct domain.
parameter PAGENAME = Webstress Portal;
Name of this page.

Methods

Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link)
method %OnAfterCreatePage() as %Status
This class method callback is called just before the server-side page object is created.
method %OnGetTitle() as %String
Get the (localized) title string for the page. This should be implemented in a subclass.
classmethod %OnPreHTTP() as %Boolean
Zen page notification of an HTTP request. This method can be overwritten by subclasses.
This is called before the standard Zen pre-HTTP processing occurs.
classmethod RecordLaunch(script As %String, port As %String, rtnName) as %String [ ZenMethod ]
classmethod SetAppEncrypt(flag As %Boolean) as %String [ ZenMethod ]
clientmethod recordStart() [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab