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