Mercurial > pub > Impl
comparison Lib/IMPL/Web/TT/Document.pm @ 97:964587c5183c
Added SecureCall to Web QueryHandlers stack
many bug fixes to Security and Web Application modules
author | wizard |
---|---|
date | Tue, 04 May 2010 04:04:37 +0400 |
parents | 9d24db321029 |
children | 0e72ad99eef7 |
comparison
equal
deleted
inserted
replaced
96:4c55aed00ff2 | 97:964587c5183c |
---|---|
84 ); | 84 ); |
85 | 85 |
86 $this->template($this->context->template($fileName)); | 86 $this->template($this->context->template($fileName)); |
87 } | 87 } |
88 | 88 |
89 sub AddVar { | |
90 my ($this,$name,$value) = @_; | |
91 | |
92 $this->context->stash->set($name,$value); | |
93 } | |
94 | |
89 sub title { | 95 sub title { |
90 $_[0]->template->title; | 96 $_[0]->template->title; |
91 } | 97 } |
92 | 98 |
93 sub Render { | 99 sub Render { |