Mercurial > pub > Impl
comparison Lib/IMPL/Web/Handler/RestController.pm @ 334:71221d79e6b4
removing web resources contracts
author | cin |
---|---|
date | Thu, 13 Jun 2013 02:24:57 +0400 |
parents | 04a093f0a5a6 |
children | 16ff604298c7 |
comparison
equal
deleted
inserted
replaced
333:cd6409f66a5f | 334:71221d79e6b4 |
---|---|
87 | 87 |
88 =begin code xml | 88 =begin code xml |
89 | 89 |
90 <handlers type="ARRAY"> | 90 <handlers type="ARRAY"> |
91 <item type="IMPL::Web::Handler::RestController"> | 91 <item type="IMPL::Web::Handler::RestController"> |
92 <resourceFactory>My::App::Web::RootResource"</resourceFactory> | 92 <resourceFactory>My::App::Web::RootResource</resourceFactory> |
93 </item> | 93 </item> |
94 <item type="IMPL::Web::Handler::JSONView" /> | 94 <item type="IMPL::Web::Handler::JSONView" /> |
95 <item type="IMPL::Web::Handler::SecureCookie" /> | 95 <item type="IMPL::Web::Handler::SecureCookie" /> |
96 <item type="IMPL::Web::Handler::ErrorHandler" /> | 96 <item type="IMPL::Web::Handler::ErrorHandler" /> |
97 </handlers> | 97 </handlers> |