Develop and Download Open Source Software

Browse CVS Repository

Diff of /pal/wiki/src/main/resources/customizer.dicon

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.1.1 by shinsuke, Thu Jan 4 12:10:44 2007 UTC revision 1.2 by shinsuke, Tue Feb 27 23:09:57 2007 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="UTF-8"?>  <?xml version="1.0" encoding="UTF-8"?>
2  <!DOCTYPE components PUBLIC "-//SEASAR2.1//DTD S2Container//EN"  <!DOCTYPE components PUBLIC "-//SEASAR//DTD S2Container 2.4//EN"
3          "http://www.seasar.org/dtd/components21.dtd">          "http://www.seasar.org/dtd/components24.dtd">
4  <components>  <components>
5          <component name="defaultCustomizer" class="org.seasar.framework.container.customizer.AspectCustomizer">          <include path="default-customizer.dicon"/>
6                  <property name="interceptorName">"aop.traceInterceptor"</property>  
         </component>  
7          <component name="commandAspectCustomizer" class="org.seasar.framework.container.customizer.AspectCustomizer">          <component name="commandAspectCustomizer" class="org.seasar.framework.container.customizer.AspectCustomizer">
8                  <property name="interceptorName">"aop.traceInterceptor"</property>                  <property name="interceptorName">"aop.classLoaderAwareTraceInterceptor"</property>
9                  <property name="pointcut">"do.*, initialize, prerender"</property>                  <property name="pointcut">"do.*, initialize, prerender"</property>
10          </component>          </component>
11    
12          <component name="actionSupportAspectCustomizer" class="org.seasar.framework.container.customizer.AspectCustomizer">          <component name="actionSupportAspectCustomizer" class="org.seasar.framework.container.customizer.AspectCustomizer">
13                  <property name="interceptorName">"app_aop.actionSupportInterceptor"</property>                  <property name="interceptorName">"app_aop.actionSupportInterceptor"</property>
14                  <property name="pointcut">"do.*, initialize, prerender"</property>                  <property name="pointcut">"do.*, initialize, prerender"</property>
15          </component>          </component>
16    
17          <component name="actionCustomizer" class="org.seasar.framework.container.customizer.CustomizerChain">          <component name="actionCustomizer" class="org.seasar.framework.container.customizer.CustomizerChain">
18                  <initMethod name="addCustomizer">                  <initMethod name="addCustomizer">
19                          <arg>commandAspectCustomizer</arg>                          <arg>commandAspectCustomizer</arg>
# Line 21  Line 22 
22                          <arg>actionSupportAspectCustomizer</arg>                          <arg>actionSupportAspectCustomizer</arg>
23                  </initMethod>                  </initMethod>
24          </component>          </component>
         <component name="daoCustomizer" class="org.seasar.framework.container.customizer.CustomizerChain">  
                 <initMethod name="addCustomizer">  
                         <arg>defaultCustomizer</arg>  
                 </initMethod>  
         </component>  
         <component name="dtoCustomizer" class="org.seasar.framework.container.customizer.CustomizerChain">  
         </component>  
         <component name="dxoCustomizer" class="org.seasar.framework.container.customizer.CustomizerChain">  
                 <initMethod name="addCustomizer">  
                         <arg>defaultCustomizer</arg>  
                 </initMethod>  
         </component>  
         <component name="helperCustomizer" class="org.seasar.framework.container.customizer.CustomizerChain">  
                 <initMethod name="addCustomizer">  
                         <arg>defaultCustomizer</arg>  
                 </initMethod>  
         </component>  
         <component name="logicCustomizer" class="org.seasar.framework.container.customizer.CustomizerChain">  
                 <initMethod name="addCustomizer">  
                         <arg>defaultCustomizer</arg>  
                 </initMethod>  
         </component>  
         <component name="pageSupportAspectCustomizer" class="org.seasar.framework.container.customizer.AspectCustomizer">  
                 <initMethod name="addInterceptorName">  
                         <arg>"aop.traceInterceptor"</arg>  
                 </initMethod>  
                 <initMethod name="addInterceptorName">  
                         <arg>"app_aop.appFacesExceptionThrowsInterceptor"</arg>  
                 </initMethod>  
                 <property name="pointcut">"do.*, initialize, prerender"</property>  
         </component>  
         <component name="pageCustomizer" class="org.seasar.framework.container.customizer.CustomizerChain">  
                 <initMethod name="addCustomizer">  
                         <arg>pageSupportAspectCustomizer</arg>  
                 </initMethod>  
         </component>  
         <component name="serviceCustomizer" class="org.seasar.framework.container.customizer.CustomizerChain">  
                 <initMethod name="addCustomizer">  
                         <arg>defaultCustomizer</arg>  
                 </initMethod>  
         </component>  
         <component name="interceptorCustomizer" class="org.seasar.framework.container.customizer.CustomizerChain">  
         </component>  
         <component name="validatorCustomizer" class="org.seasar.framework.container.customizer.CustomizerChain">  
         </component>  
         <component name="converterCustomizer" class="org.seasar.framework.container.customizer.CustomizerChain">  
         </component>  
25  </components>  </components>

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26