Mercurial > pub > Impl
comparison _test/Resources/app.xml @ 65:2840c4c85db8
Application configuration improvements
Documentation
author | wizard |
---|---|
date | Tue, 16 Mar 2010 17:36:13 +0300 |
parents | 76b878ad6596 |
children | f47f93534005 |
comparison
equal
deleted
inserted
replaced
64:259cd3df6e53 | 65:2840c4c85db8 |
---|---|
15 </parameters> | 15 </parameters> |
16 </securityMod> | 16 </securityMod> |
17 <options type="HASH"> | 17 <options type="HASH"> |
18 <dataSource refid='ds'/> | 18 <dataSource refid='ds'/> |
19 </options> | 19 </options> |
20 <responseCharset>utf-8</responseCharset> | |
21 <factoryAction type="IMPL::Object::Factory"> | |
22 <factory>IMPL::Web::Application::Action</factory> | |
23 <parameters type='HASH'> | |
24 <responseFactory type='IMPL::Object::Factory'> | |
25 <factory>IMPL::Web::Application::Response</factory> | |
26 <parameters type='HASH'> | |
27 <streamOut>memory</streamOut> | |
28 </parameters> | |
29 </responseFactory> | |
30 </parameters> | |
31 </factoryAction> | |
20 <handlersQuery type="IMPL::Object::List"> | 32 <handlersQuery type="IMPL::Object::List"> |
21 <item>IMPL::Web::QueryHandler::PageFormat</item> | 33 <item type="IMPL::Web::QueryHandler::PageFormat"> |
34 <templatesCharset>cp1251</templatesCharset> | |
35 </item> | |
22 </handlersQuery> | 36 </handlersQuery> |
23 </Application> | 37 </Application> |