def awake(self, transaction): ExamplePage.awake(self, transaction) self._output = []
def postAction(self, actionName): self.writeBody() del self._output ExamplePage.postAction(self, actionName)
def actions(self): return ExamplePage.actions(self) + self._actions
def actions(self): return ExamplePage.actions(self) + ['fileupload']