Mercurial > pub > Impl
comparison _test/Resources/app.xml @ 67:9f5795a10939
Documentation, minor fixes
author | wizard |
---|---|
date | Fri, 19 Mar 2010 20:06:12 +0300 |
parents | f47f93534005 |
children | 964587c5183c |
comparison
equal
deleted
inserted
replaced
66:f47f93534005 | 67:9f5795a10939 |
---|---|
25 | 25 |
26 <!-- Set default output encoding, can be changed due query handling --> | 26 <!-- Set default output encoding, can be changed due query handling --> |
27 <responseCharset>utf-8</responseCharset> | 27 <responseCharset>utf-8</responseCharset> |
28 | 28 |
29 <!-- Actions creation configuration --> | 29 <!-- Actions creation configuration --> |
30 <factoryAction type="IMPL::Object::Factory"> | 30 <actionFactory type="IMPL::Object::Factory"> |
31 <factory>IMPL::Web::Application::Action</factory> | 31 <factory>IMPL::Web::Application::Action</factory> |
32 <parameters type='HASH'> | 32 <parameters type='HASH'> |
33 <responseFactory type='IMPL::Object::Factory'> | 33 <responseFactory type='IMPL::Object::Factory'> |
34 <factory>IMPL::Web::Application::Response</factory> | 34 <factory>IMPL::Web::Application::Response</factory> |
35 <parameters type='HASH'> | 35 <parameters type='HASH'> |
36 <streamOut>memory</streamOut> | 36 <streamOut>memory</streamOut> |
37 </parameters> | 37 </parameters> |
38 </responseFactory> | 38 </responseFactory> |
39 </parameters> | 39 </parameters> |
40 </factoryAction> | 40 </actionFactory> |
41 | 41 |
42 <!-- Query processing --> | 42 <!-- Query processing --> |
43 <handlersQuery type="IMPL::Object::List"> | 43 <handlersQuery type="IMPL::Object::List"> |
44 <item type="IMPL::Web::QueryHandler::PageFormat"> | 44 <item type="IMPL::Web::QueryHandler::PageFormat"> |
45 <templatesCharset>cp1251</templatesCharset> | 45 <templatesCharset>cp1251</templatesCharset> |