Example #1
0
 def awake(self, transaction):
     ExamplePage.awake(self, transaction)
     self._output = []
Example #2
0
 def postAction(self, actionName):
     self.writeBody()
     del self._output
     ExamplePage.postAction(self, actionName)
Example #3
0
 def actions(self):
     return ExamplePage.actions(self) + self._actions
Example #4
0
	def actions(self):
		return ExamplePage.actions(self) + ['fileupload']
Example #5
0
 def postAction(self, actionName):
     self.writeBody()
     del self._output
     ExamplePage.postAction(self, actionName)
Example #6
0
 def awake(self, transaction):
     ExamplePage.awake(self, transaction)
     self._output = []
Example #7
0
 def actions(self):
     return ExamplePage.actions(self) + self._actions