struts-config.xml~2~

来自「100多M的J2EE培训内容」· XML~2~ 代码 · 共 16 行

XML~2~
16
字号
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.0//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd">
<struts-config>
  <form-beans>
    <form-bean name="loginActionForm" type="com.cwj.userjmssesenbdb.LoginActionForm" />
  </form-beans>
  <global-forwards>
    <forward name="input" path="/input.jsp" />
    <forward name="success" path="/inputok.jsp" />
    <forward name="inputError" path="/inputError.jsp" />
  </global-forwards>
  <action-mappings>
    <action name="loginActionForm" type="com.miaoq.userjmssesenbdb.LoginAction" input="/input.jsp" path="/loginAction" />
  </action-mappings>
</struts-config>

⌨️ 快捷键说明

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