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

📄 newscatagory.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_NewsCategory" extends="lotteryWeb-struts-default"
		namespace="/NoticeNewsCategory">
		<action name="NoticeNewsCategoryList"
			class="com.szhelper.lotteryWeb.webapp.action.NoticeNewsCategoryAction"
			method="list">
			<result>NoticeNewsCategoryList.jsp</result>
			<result name="error">NoticeNewsCategoryList.jsp</result>
		</action>
		<action name="NoticeNewsCategoryEdit"
			class="com.szhelper.lotteryWeb.webapp.action.NoticeNewsCategoryAction"
			method="load">
			<result>NoticeNewsCategoryEdit.jsp</result>
		</action>
		<action name="NoticeNewsCategoryStore"
			class="com.szhelper.lotteryWeb.webapp.action.NoticeNewsCategoryAction"
			method="store">
			<result name="input">NoticeNewsCategoryEdit.jsp</result>
			<result type="redirect">
				NoticeNewsCategoryList.lotteryWeb
			</result>			
		</action>
		<action name="NoticeNewsCategoryRemove"
			class="com.szhelper.lotteryWeb.webapp.action.NoticeNewsCategoryAction"
			method="delete">
			<result type="redirect">
				NoticeNewsCategoryList.lotteryWeb
			</result>
		</action>
	</package>
</struts>

⌨️ 快捷键说明

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