[sandbox.cadhelin]/trunk/cadhelin/WEB-INF/src/ConverterFactory.dicon
Parent Directory
|
Revision Log
Revision 89 -
(show annotations)
Fri Jul 21 18:00:24 2006 JST (6 years, 10 months ago) by keizou
File size: 965 byte(s)
Fri Jul 21 18:00:24 2006 JST (6 years, 10 months ago) by keizou
File size: 965 byte(s)
| 1 | <?xml version="1.0" encoding="Shift_JIS"?> |
| 2 | <!DOCTYPE components PUBLIC "-//SEASAR//DTD S2Container//EN" |
| 3 | "http://www.seasar.org/dtd/components.dtd"> |
| 4 | <components namespace="converter"> |
| 5 | <component class="org.seasar.framework.container.autoregister.ComponentAutoRegister"> |
| 6 | <initMethod name="addReferenceClass"> |
| 7 | <arg>@org.seasar.cadhelin.ConverterFactory@class</arg> |
| 8 | </initMethod> |
| 9 | <initMethod name="addClassPattern"> |
| 10 | <arg>"org.seasar.cadhelin.converter"</arg> |
| 11 | <arg>".*Converter"</arg> |
| 12 | </initMethod> |
| 13 | <initMethod name="addIgnoreClassPattern"> |
| 14 | <arg>"org.seasar.cadhelin.converter"</arg> |
| 15 | <arg>"Abstract.*"</arg> |
| 16 | </initMethod> |
| 17 | </component> |
| 18 | <component name="converterFactory" |
| 19 | class="org.seasar.cadhelin.impl.ConverterFactoryImpl"> |
| 20 | <initMethod name="addConverters"> |
| 21 | <arg>container.findComponents(@org.seasar.cadhelin.Converter@class)</arg> |
| 22 | </initMethod> |
| 23 | </component> |
| 24 | </components> |
| Repository Top ViewVC Help |
![]() |
| Powered by ViewVC |

