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

📄 winresult.xml.svn-base

📁 学习dwr+struts2+spring进行开发的好例子
💻 SVN-BASE
字号:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE struts PUBLIC
    "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
    "http://struts.apache.org/dtds/struts-2.0.dtd">

<struts>
	<package name="LotteryWeb_WinResult" extends="lotteryWeb-struts-default"
		namespace="/NoticeGameResult">
		<action name="NoticeGameResultList"
			class="com.szhelper.lotteryWeb.webapp.action.NoticeGameResultAction"
			method="list">
			<result>NoticeGameResultList.jsp</result>
			<result name="error">NoticeGameResultList.jsp</result>
		</action>
		<action name="NoticeGameResultEdit"
			class="com.szhelper.lotteryWeb.webapp.action.NoticeGameResultAction"
			method="load">
			<result>NoticeGameResultEdit.jsp</result>			
		</action>
		<action name="NoticeGameResultStore"
			class="com.szhelper.lotteryWeb.webapp.action.NoticeGameResultAction"
			method="store">
			<result name="input">NoticeGameResultEdit.jsp</result>
			<result type="redirect">
				NoticeGameResultList.lotteryWeb
			</result>			
		</action>
		<action name="NoticeGameResultRemove"
			class="com.szhelper.lotteryWeb.webapp.action.NoticeGameResultAction"
			method="delete">
			<result type="redirect">
				NoticeGameResultList.lotteryWeb
			</result>
		</action>
	</package>
</struts>

⌨️ 快捷键说明

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