⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 .#applicationcontext-action.xml.1.68

📁 struts spring ibatis
💻 68
📖 第 1 页 / 共 2 页
字号:
<?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="/carListAction" class="com.vodacar.index.action.CarListAction">

		<property name="makeService">
			<ref bean="makeService" />
		</property>
	</bean>

	<bean name="/tagAction" class="com.vodacar.repository.action.TagAction">
		<property name="tagService">
			<ref bean="tagService" />
		</property>
	</bean>
	<bean name="/countAction" class="com.vodacar.index.action.CountAction">
		<property name="makeService">
			<ref bean="makeService" />
		</property>
		<property name="seriesService">
			<ref bean="seriesService" />
		</property>
		<property name="trimService">
			<ref bean="trimService" />
		</property>
		<property name="historyService">
			<ref bean="historyService" />
		</property>
		<property name="baseInterfaceService">
			<ref bean="baseInterfaceService" />
		</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>
		<property name="userInfoService">
			<ref bean="userInfoService" />
		</property>
		<property name="baseInterfaceService">
			<ref bean="baseInterfaceService" />
		</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>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -