Mercurial > pub > Impl
comparison Lib/IMPL/Web/Application.pm @ 230:6d8092d8ce1b
*reworked IMPL::Security
*reworked IMPL::Web::Security
*refactoring
author | sergey |
---|---|
date | Mon, 08 Oct 2012 03:37:37 +0400 |
parents | 47f77e6409f7 |
children | 3cebcf6fdb9b |
comparison
equal
deleted
inserted
replaced
229:47f77e6409f7 | 230:6d8092d8ce1b |
---|---|
10 require => { | 10 require => { |
11 TAction => 'IMPL::Web::Application::Action', | 11 TAction => 'IMPL::Web::Application::Action', |
12 HttpResponse => 'IMPL::Web::HttpResponse', | 12 HttpResponse => 'IMPL::Web::HttpResponse', |
13 TFactory => '-IMPL::Object::Factory', | 13 TFactory => '-IMPL::Object::Factory', |
14 Exception => 'IMPL::Exception', | 14 Exception => 'IMPL::Exception', |
15 InvalidOperationException => 'IMPL::InvalidOperationException', | 15 InvalidOperationException => '-IMPL::InvalidOperationException', |
16 Loader => 'IMPL::Code::Loader' | 16 Loader => 'IMPL::Code::Loader' |
17 }, | 17 }, |
18 base => [ | 18 base => [ |
19 'IMPL::Config' => '@_', | 19 'IMPL::Config' => '@_', |
20 'IMPL::Object::Singleton' => '@_' | 20 'IMPL::Object::Singleton' => '@_' |