Mercurial > pub > Impl
comparison Lib/IMPL/Web/Handler/TTView.pm @ 240:abc7c26bf615
+Added ObjectFactory for templates with static members support
*fixed web-resource model errors
author | sergey |
---|---|
date | Wed, 17 Oct 2012 17:41:29 +0400 |
parents | a4d9126edcbb |
children | f48a1a9f4fa2 |
comparison
equal
deleted
inserted
replaced
239:23daf2fae33a | 240:abc7c26bf615 |
---|---|
3 | 3 |
4 use List::Util qw(first); | 4 use List::Util qw(first); |
5 use IMPL::Const qw(:prop); | 5 use IMPL::Const qw(:prop); |
6 use IMPL::declare { | 6 use IMPL::declare { |
7 require => { | 7 require => { |
8 Factory => 'IMPL::Object::Factory', | 8 Factory => 'IMPL::Web::View::ObjectFactory', |
9 HttpResponse => 'IMPL::Web::HttpResponse' | 9 HttpResponse => 'IMPL::Web::HttpResponse' |
10 }, | 10 }, |
11 base => [ | 11 base => [ |
12 'IMPL::Object' => undef, | 12 'IMPL::Object' => undef, |
13 'IMPL::Object::Autofill' => '@_', | 13 'IMPL::Object::Autofill' => '@_', |