📄 wininfo.xml.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_winInfo" extends="lotteryWeb-struts-default"
namespace="/NoticeGameWinner">
<action name="NoticeGameWinnerList"
class="com.szhelper.lotteryWeb.webapp.action.NoticeGameWinnerAction"
method="list">
<result>NoticeGameWinnerList.jsp</result>
<result name="error">NoticeGameWinnerList.jsp</result>
</action>
<action name="NoticeGameWinnerEdit"
class="com.szhelper.lotteryWeb.webapp.action.NoticeGameWinnerAction"
method="load">
<result>NoticeGameWinnerEdit.jsp</result>
</action>
<action name="NoticeGameWinnerStore"
class="com.szhelper.lotteryWeb.webapp.action.NoticeGameWinnerAction"
method="store">
<result name="input">NoticeGameWinnerEdit.jsp</result>
<result type="redirect">
NoticeGameWinnerList.lotteryWeb
</result>
</action>
<action name="NoticeGameWinnerRemove"
class="com.szhelper.lotteryWeb.webapp.action.NoticeGameWinnerAction"
method="delete">
<result type="redirect">
NoticeGameWinnerList.lotteryWeb
</result>
</action>
</package>
</struts>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -