Mercurial > pub > Impl
comparison Lib/IMPL/Web/Application/RestBaseResource.pm @ 206:c8fe3f84feba
+IMPL::Web::Handlers::ViewSelector
+IMPL::Web::Handlers::ErrorHandler
*IMPL::Web::Handlers::RestController moved types mappings to ViewSelector
author | sergey |
---|---|
date | Thu, 03 May 2012 16:48:39 +0400 |
parents | 5146e17a7b76 |
children |
comparison
equal
deleted
inserted
replaced
205:891c04080658 | 206:c8fe3f84feba |
---|---|
6 require => { | 6 require => { |
7 Exception => 'IMPL::Exception', | 7 Exception => 'IMPL::Exception', |
8 ArgumentException => '-IMPL::InvalidArgumentException', | 8 ArgumentException => '-IMPL::InvalidArgumentException', |
9 NotImplException => '-IMPL::NotImplementedException', | 9 NotImplException => '-IMPL::NotImplementedException', |
10 ForbiddenException => 'IMPL::Web::ForbiddenException', | 10 ForbiddenException => 'IMPL::Web::ForbiddenException', |
11 TTransform => '-IMPL::Transform', | 11 TTransform => '-IMPL::Transform' |
12 TResolve => '-IMPL::Config::Resolve' | |
13 }, | 12 }, |
14 base => { | 13 base => { |
15 'IMPL::Object' => undef, | 14 'IMPL::Object' => undef, |
16 'IMPL::Object::Autofill' => '@_' | 15 'IMPL::Object::Autofill' => '@_' |
17 } | 16 } |