Login | Register
My pages Projects Community openCollabNet
Package commitmessage :: Module model :: Class View
[show private | hide private]
[frames | no frames]

Class View

Known Subclasses:
BaseEmailView

A base class for specific view implementations to extend
Method Summary
  __init__(self, name, model)
Initializes a new view given it's instance name and model
  dumpToTestFile(self, text)
Writes out text to a file called SubClassName.txt
  execute(self)
A method for child views to override and provide their specific behavior
  isTesting(self)
Return whether acceptance testing is being performed
  testFilePath(self)
Return the path of the test dump file

Method Details

__init__(self, name, model)
(Constructor)

Initializes a new view given it's instance name and model

dumpToTestFile(self, text)

Writes out text to a file called SubClassName.txt

execute(self)

A method for child views to override and provide their specific behavior

isTesting(self)

Returns:
whether acceptance testing is being performed

testFilePath(self)

Returns:
the path of the test dump file

Generated by Epydoc 2.1 on Thu Jan 06 10:30:35 2005 http://epydoc.sf.net