This is the class name of this application this page belongs to.
If not defined, this page does not belong to an application.
parameter DOMAIN = "%WebStress";
Localization domain
parameter PAGENAME = "Webstress Portal";
Name of this page.
parameter RESOURCE = "%Development";
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.