protected function after()
 {
     parent::after();
     $this->document->setData($this->getOutput());
     $this->setOutput($this->document->compile());
     $this->response->setContentType($this->document->getMime())->setContentEncoding($this->document->getEncoding());
 }
 protected function after()
 {
     parent::after();
     $this->document->bodySet($this->getOutput());
     $this->document->output();
 }
 public function after()
 {
     $this->document->setData($this->getReturn());
     parent::after();
 }
 protected function after()
 {
     $this->document->setData($this->getOutput());
     parent::after();
 }