Mercurial > pub > Impl
diff Lib/IMPL/Web/Application/ResourceContract.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 | 6d8092d8ce1b |
children | 814d755e5d12 |
line wrap: on
line diff
--- a/Lib/IMPL/Web/Application/ResourceContract.pm Tue Oct 16 20:14:11 2012 +0400 +++ b/Lib/IMPL/Web/Application/ResourceContract.pm Wed Oct 17 17:41:29 2012 +0400 @@ -3,10 +3,10 @@ use IMPL::Const qw(:prop); use IMPL::declare { require => { - 'Exception' => 'IMPL::Exception', - 'ArgumentException' => '-IMPL::ArgumentException', - 'KeyNotFoundException' => '-IMPL::KeyNotFoundException', - 'ResourceClass' => 'IMPL::Web::Application::Resource' + Exception => 'IMPL::Exception', + ArgumentException => '-IMPL::ArgumentException', + KeyNotFoundException => '-IMPL::KeyNotFoundException', + ResourceClass => 'IMPL::Web::Application::Resource' }, base => [ 'IMPL::Object' => undef ], props => [