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