利用者向け情報

開発者向け情報

[cubby]/branches/2.0.x/cubby-project/cubby-s2/src/main/resources/cubby.dicon

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1493 - (hide annotations)
Sun Apr 12 04:01:21 2009 JST (4 years, 2 months ago) by baba
File size: 1702 byte(s)
[CUBBY-213] プラグイン機構の見直し
1 baba 1287 <?xml version="1.0" encoding="UTF-8"?>
2 baba 1385 <!--
3    
4 baba 1418 Copyright 2004-2009 the Seasar Foundation and the Others.
5 baba 1385
6     Licensed under the Apache License, Version 2.0 (the "License");
7     you may not use this file except in compliance with the License.
8     You may obtain a copy of the License at
9    
10     http://www.apache.org/licenses/LICENSE-2.0
11    
12     Unless required by applicable law or agreed to in writing, software
13     distributed under the License is distributed on an "AS IS" BASIS,
14     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
15     either express or implied. See the License for the specific language
16     governing permissions and limitations under the License.
17    
18     -->
19 baba 1339 <!DOCTYPE components PUBLIC "-//SEASAR//DTD S2Container 2.3//EN"
20     "http://www.seasar.org/dtd/components23.dtd">
21 baba 1287 <components namespace="cubby">
22     <include path="convention.dicon" />
23    
24 baba 1308 <component class="org.seasar.cubby.plugins.s2.detector.impl.ClassDetectorImpl" />
25 baba 1487 <component class="org.seasar.cubby.routing.impl.PathResolverImpl">
26     <arg>
27     <component class="org.seasar.cubby.routing.impl.PathTemplateParserImpl" />
28     </arg>
29     </component>
30 baba 1287
31 baba 1493 <!-- ELResolver -->
32     <component class="org.seasar.cubby.plugins.s2.el.S2BeanELResolver" />
33    
34 baba 1287 <!-- spi -->
35 baba 1487 <component class="org.seasar.cubby.plugins.s2.spi.S2BeanDescProvider" />
36     <component class="org.seasar.cubby.plugins.s2.spi.S2ContainerProvider" />
37     <component class="org.seasar.cubby.plugins.s2.spi.S2RequestParserProvider" />
38     <component class="org.seasar.cubby.plugins.s2.spi.S2ActionHandlerChainProvider" />
39     <component class="org.seasar.cubby.plugins.s2.spi.S2PathResolverProvider" />
40     <component class="org.seasar.cubby.plugins.s2.spi.S2ConverterProvider" />
41 baba 1287
42     </components>

Repository Top
ViewVC Help  
ViewVC logotype
Powered by ViewVC