示例#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