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