📄 .#applicationcontext-action.xml.1.61
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "/WEB-INF/dtd/spring-beans.dtd">
<!--
- Struts Actions configuration in Spring.
-->
<beans>
<bean name="/uploadAction" class="com.vodacar.repository.action.UploadAction">
</bean>
<bean name="/listAccount" class="com.vodacar.framework.example.action.ListAccountAction">
<property name="accountService">
<ref bean="accountService" />
</property>
</bean>
<bean name="/tagAction" class="com.vodacar.repository.action.TagAction">
<property name="tagService">
<ref bean="tagService" />
</property>
</bean>
<bean name="/saveTrim" class="com.vodacar.repository.action.SaveTrimAction">
<property name="trimService">
<ref bean="trimService" />
</property>
<property name="seriesService">
<ref bean="seriesService" />
</property>
<property name="jifenService">
<ref bean="jifenService" />
</property>
</bean>
<bean name="/testParaDef" class="com.vodacar.repository.action.TestParaDefAction">
<property name="paraDefService">
<ref bean="paraDefService" />
</property>
</bean>
<bean name="/makeAction" class="com.vodacar.repository.action.MakeAction">
<property name="makeService">
<ref bean="makeService" />
</property>
<property name="classService">
<ref bean="classService" />
</property>
<property name="marketService">
<ref bean="marketService" />
</property>
<property name="manuService">
<ref bean="manuService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
<property name="historyService">
<ref bean="historyService" />
</property>
<property name="jifenService">
<ref bean="jifenService" />
</property>
</bean>
<bean name="/indexAction" class="com.vodacar.index.action.IndexAction">
<property name="autoPhotoService">
<ref bean="autoPhotoService" />
</property>
<property name="makeService">
<ref bean="makeService" />
</property>
<property name="classService">
<ref bean="classService" />
</property>
</bean>
<bean name="/manuAction" class="com.vodacar.repository.action.ManuAction">
<property name="manuService">
<ref bean="manuService" />
</property>
<property name="makeService">
<ref bean="makeService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
<property name="historyService">
<ref bean="historyService" />
</property>
</bean>
<bean name="/marketAction" class="com.vodacar.repository.action.MarketAction">
<property name="marketService">
<ref bean="marketService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
<property name="makeService">
<ref bean="makeService" />
</property>
<property name="classService">
<ref bean="classService" />
</property>
<property name="historyService">
<ref bean="historyService" />
</property>
</bean>
<bean name="/vendorsAction" class="com.vodacar.repository.action.VendorsAction">
<property name="vendorsService">
<ref bean="vendorsService" />
</property>
<property name="dictService">
<ref bean="dictService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
<property name="makeService">
<ref bean="makeService" />
</property>
<property name="classService">
<ref bean="classService" />
</property>
<property name="jifenService">
<ref bean="jifenService" />
</property>
</bean>
<bean name="/trimAction" class="com.vodacar.repository.action.TrimAction">
<property name="trimService">
<ref bean="trimService" />
</property>
<property name="seriesService">
<ref bean="seriesService" />
</property>
<property name="makeService">
<ref bean="makeService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
<property name="classService">
<ref bean="classService" />
</property>
<property name="historyService">
<ref bean="historyService" />
</property>
</bean>
<bean name="/textPublishAction" class="com.vodacar.repository.action.TextPublishAction">
<property name="textPublishService">
<ref bean="textPublishService" />
</property>
<property name="trimService">
<ref bean="trimService" />
</property>
<property name="seriesService">
<ref bean="seriesService" />
</property>
<property name="makeService">
<ref bean="makeService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
<property name="classService">
<ref bean="classService" />
</property>
</bean>
<bean name="/driveAction" class="com.vodacar.repository.action.DriveAction">
<property name="textPublishService">
<ref bean="textPublishService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
</bean>
<bean name="/oilAction" class="com.vodacar.repository.action.OilAction">
<property name="textPublishService">
<ref bean="textPublishService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
</bean>
<bean name="/bugAction" class="com.vodacar.repository.action.BugAction">
<property name="textPublishService">
<ref bean="textPublishService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
</bean>
<bean name="/recallAction" class="com.vodacar.repository.action.RecallAction">
<property name="textPublishService">
<ref bean="textPublishService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
</bean>
<bean name="/commentAction" class="com.vodacar.repository.action.CommentAction">
<property name="textPublishService">
<ref bean="textPublishService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
</bean>
<bean name="/accidentAction" class="com.vodacar.repository.action.AccidentAction">
<property name="textPublishService">
<ref bean="textPublishService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
</bean>
<bean name="/testDriveAction" class="com.vodacar.repository.action.TestDriveAction">
<property name="textPublishService">
<ref bean="textPublishService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
</bean>
<bean name="/maintainingAction" class="com.vodacar.repository.action.MaintainingAction">
<property name="maintainingService">
<ref bean="maintainingService" />
</property>
<property name="dictService">
<ref bean="dictService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
<property name="makeService">
<ref bean="makeService" />
</property>
<property name="classService">
<ref bean="classService" />
</property>
<property name="jifenService">
<ref bean="jifenService" />
</property>
</bean>
<bean name="/priceAction" class="com.vodacar.repository.action.PriceAction">
<property name="priceService">
<ref bean="priceService" />
</property>
<property name="dictService">
<ref bean="dictService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
<property name="jifenService">
<ref bean="jifenService" />
</property>
</bean>
<bean name="/seriesAction" class="com.vodacar.repository.action.SeriesAction">
<property name="seriesService">
<ref bean="seriesService" />
</property>
<property name="classService">
<ref bean="classService" />
</property>
<property name="manuService">
<ref bean="manuService" />
</property>
<property name="makeService">
<ref bean="makeService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
<property name="historyService">
<ref bean="historyService" />
</property>
</bean>
<bean name="/uploadFile" class="com.vodacar.repository.action.FileUpload">
<property name="autoPhotoService">
<ref bean="autoPhotoService" />
</property>
<property name="jifenService">
<ref bean="jifenService" />
</property>
</bean>
<bean name="/autoPhotoAction" class="com.vodacar.repository.action.AutoPhotoAction">
<property name="autoPhotoService">
<ref bean="autoPhotoService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
<property name="makeService">
<ref bean="makeService" />
</property>
<property name="seriesService">
<ref bean="seriesService" />
</property>
<property name="classService">
<ref bean="classService" />
</property>
</bean>
<bean name="/sustentationAction" class="com.vodacar.repository.action.SustentationAction">
<property name="sustentationService">
<ref bean="sustentationService" />
</property>
<property name="dictService">
<ref bean="dictService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
<property name="jifenService">
<ref bean="jifenService" />
</property>
</bean>
<bean name="/loginAction" class="com.vodacar.user.action.LoginAction">
<property name="userInfoService">
<ref bean="userInfoService" />
</property>
<property name="makeService">
<ref bean="makeService" />
</property>
<property name="baseInterfaceService">
<ref bean="baseInterfaceService" />
</property>
<property name="jifenService">
<ref bean="jifenService" />
</property>
</bean>
<bean name="/approvalAction" class="com.vodacar.system.action.ApprovalAction">
<property name="makeService">
<ref bean="makeService" />
</property>
<property name="historyService">
<ref bean="historyService" />
</property>
<property name="seriesService">
<ref bean="seriesService" />
</property>
<property name="marketService">
<ref bean="marketService" />
</property>
<property name="vendorsService">
<ref bean="vendorsService" />
</property>
<property name="maintainingService">
<ref bean="maintainingService" />
</property>
<property name="priceService">
<ref bean="priceService" />
</property>
<property name="sustentationService">
<ref bean="sustentationService" />
</property>
<property name="serviceService">
<ref bean="serviceService" />
</property>
<property name="insuranceService">
<ref bean="insuranceService" />
</property>
</bean>
<bean name="/garageAction" class="com.vodacar.user.action.GarageAction">
<property name="userInfoService">
<ref bean="userInfoService" />
</property>
<property name="baseInterfaceService">
<ref bean="baseInterfaceService" />
</property>
</bean>
<bean name="/committeAction" class="com.vodacar.user.action.CommitteAction">
<property name="applicationService">
<ref bean="applicationService" />
</property>
</bean>
<bean name="/advoiceAction" class="com.vodacar.user.action.AdvoiceAction">
<property name="advoiceService">
<ref bean="advoiceService" />
</property>
</bean>
<bean name="/topicPostAction" class="com.vodacar.system.action.TopicPostAction">
<property name="bbsService">
<ref bean="bbsService" />
</property>
</bean>
<bean name="/myTagAction" class="com.vodacar.user.action.MyTagAction">
<property name="userInfoService">
<ref bean="userInfoService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
</bean>
<bean name="/versionApprovalAction" class="com.vodacar.system.action.VersionApprovalAction">
<property name="historyService">
<ref bean="historyService" />
</property>
<property name="manuService">
<ref bean="manuService" />
</property>
<property name="baseInterfaceService">
<ref bean="baseInterfaceService" />
</property>
<property name="vendorsService">
<ref bean="vendorsService" />
</property>
<property name="maintainingService">
<ref bean="maintainingService" />
</property>
<property name="priceService">
<ref bean="priceService" />
</property>
<property name="sustentationService">
<ref bean="sustentationService" />
</property>
<property name="dictService">
<ref bean="dictService" />
</property>
<property name="classService">
<ref bean="classService" />
</property>
<property name="textPublishService">
<ref bean="textPublishService" />
</property>
<property name="serviceService">
<ref bean="serviceService" />
</property>
<property name="insuranceService">
<ref bean="insuranceService" />
</property>
</bean>
<bean name="/serviceAction" class="com.vodacar.repository.action.ServiceAction">
<property name="dictService">
<ref bean="dictService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
<property name="serviceService">
<ref bean="serviceService" />
</property>
<property name="jifenService">
<ref bean="jifenService" />
</property>
</bean>
<bean name="/insuranceAction" class="com.vodacar.repository.action.InsuranceAction">
<property name="dictService">
<ref bean="dictService" />
</property>
<property name="tagService">
<ref bean="tagService" />
</property>
<property name="insuranceService">
<ref bean="insuranceService" />
</property>
<property name="jifenService">
<ref bean="jifenService" />
</property>
</bean>
</beans>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -