struts.xml.svn-base
来自「学习dwr+struts2+spring进行开发的好例子」· SVN-BASE 代码 · 共 37 行
SVN-BASE
37 行
<?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>
<!--
<constant name="struts.enable.DynamicMethodInvocation"
value="false" />
<constant name="struts.devMode" value="false" /> -->
<package name="globalHandle" extends="struts-default">
<global-results>
<result name="error">/ErrorHandleAction.lotteryWeb</result>
</global-results>
<global-exception-mappings>
<exception-mapping result="error" exception="java.lang.Exception" />
</global-exception-mappings>
<action name="ErrorHandleAction">
<result name="success">/error.jsp</result>
</action>
</package>
<include file="login.xml" />
<include file="lotteryWebStrutsDefault.xml"/>
<include file="comment.xml"/>
<include file="winResult.xml"/>
<include file="winInfo.xml"/>
<include file="newsContent.xml"/>
<include file="newsCatagory.xml"/>
</struts>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?