Mercurial > pub > Impl
diff Lib/IMPL/Web/View/TemplateView.pm @ 244:a02b110da931
refactoring
fixed binding to CGI query parameters with multiple values
author | sergey |
---|---|
date | Mon, 22 Oct 2012 04:09:27 +0400 |
parents | |
children | 2879cdb6b8cd |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Lib/IMPL/Web/View/TemplateView.pm Mon Oct 22 04:09:27 2012 +0400 @@ -0,0 +1,15 @@ +package IMPL::Web::View::TemplateView; +use strict; + +use IMPL::Const qw(:prop); +use IMPL::declare { + base => [ + 'IMPL::Web::ViewResult' => '@_' + ], + props => [ + template => PROP_RW, + defaultTemplate => PROP_RW + ] +}; + +1; \ No newline at end of file