Subclass of DTML page class for QMTest pages.
Methods
|
|
GetMainPageUrl
GetName
MakeListingUrl
__init__
|
|
GetMainPageUrl
|
GetMainPageUrl ( self )
|
|
GetName
|
GetName ( self )
Return the name of the application.
|
|
MakeListingUrl
|
MakeListingUrl ( self )
|
|
__init__
|
__init__ (
self,
dtml_template,
**attributes,
)
Construct a new QMTestPage .
-
dtml_template
- The file name of the DTML template, relative
to the DTML directory.
|
|