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

📄 struts-config.xml

📁 本服务条款内容一旦发生变动,乙方将会在本网站www.smspush.cn 的重要页面上提示修改内容。本服务条款的变更自上述页面发布之日起第三(3)日生效。甲方应定期查阅本服务条款及相关页面发布的修改内
💻 XML
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
<struts-config>
  <form-beans>
    <form-bean name="loginActionForm" type="com.we2less.jwap.permission.LoginActionForm" />
    <form-bean name="pushActionForm" type="com.we2less.jwap.push.PushActionForm" />
    <form-bean name="terminalCreateActionForm" type="com.we2less.jwap.terminal.TerminalCreateActionForm" />
    <form-bean name="listTerminalActionForm" type="com.we2less.jwap.terminal.ListTerminalActionForm" />
    <form-bean name="pushLogListActionForm" type="com.we2less.jwap.statistic.PushLogListActionForm" />
    <form-bean name="terminalSetActionForm" type="com.we2less.jwap.terminal.TerminalSetActionForm" />
    <form-bean name="terminalGroupCreateActionForm" type="com.we2less.jwap.terminal.TerminalGroupCreateActionForm" />
    <form-bean name="groupTerminalSetActionForm" type="com.we2less.jwap.terminal.GroupTerminalSetActionForm" />
    <form-bean name="addUserActionForm" type="com.we2less.jwap.permission.AddUserActionForm" />
    <form-bean name="userPermissionSetActionForm" type="com.we2less.jwap.permission.UserPermissionSetActionForm" />
  </form-beans>
  <global-forwards>
    <forward name="index" path="/index.jsp" />
    <forward name="login" path="/permission/login.jsp" />
    <forward name="success" path="/success.htm" />
    <forward name="fail" path="/fail.htm" />
  </global-forwards>
  <action-mappings>
    <action input="/login.jsp" name="loginActionForm" path="/loginAction" scope="request" type="com.we2less.jwap.permission.LoginAction" />
    <action input="/push.jsp" name="pushActionForm" path="/pushAction" scope="request" type="com.we2less.jwap.push.PushAction" validate="true">
      <forward name="push" path="/push/push.jsp" />
    </action>
    <action input="/terminal/createTerminal.jsp" name="terminalCreateActionForm" path="/createTerminalAction" scope="request" type="com.we2less.jwap.terminal.CreateTerminalAction" validate="true">
      <forward name="createTerminal" path="/terminal/createTerminal.jsp" />
    </action>
    <action name="listTerminalActionForm" path="/listTerminalAction" scope="request" type="com.we2less.jwap.terminal.ListTerminalAction">
      <forward name="listTerminal" path="/terminal/listTerminals.jsp" />
    </action>
    <action name="pushLogListActionForm" path="/pushLogList" type="com.we2less.jwap.statistic.PushLogAction">
      <forward name="pushLogList" path="/statistic/pushLogList.jsp" />
    </action>
    <action input="/terminal/setTerminal.jsp" name="terminalSetActionForm" path="/setTerminalAction" type="com.we2less.jwap.terminal.SetTerminalAction">
      <forward name="setTerminal" path="/terminal/setTerminal.jsp" />
    </action>
    <action name="terminalGroupCreateActionForm" path="/createTerminalGroupAction" scope="request" type="com.we2less.jwap.terminal.CreateTerminalGroupAction">
      <forward name="createTerminalGroup" path="/terminal/createTerminalGroup.jsp" />
    </action>
    <action name="groupTerminalSetActionForm" path="/setGroupTerminalAction" scope="request" type="com.we2less.jwap.terminal.SetGroupTerminalAction">
      <forward name="setGroupTerminal" path="/terminal/setGroupTerminal.jsp" />
    </action>
    <action input="/addUser.jsp" name="addUserActionForm" path="/addUser" scope="request" type="com.we2less.jwap.permission.AddUserAction" />
    <action name="listUserActionForm" path="/listUser" scope="request" type="com.we2less.jwap.permission.AllUserAction">
      <forward name="userList" path="/permission/userList.jsp" />
    </action>
    <action path="/delUser" scope="request" type="com.we2less.jwap.permission.DelUserAction">
      <forward name="listUser" path="/listUser.do" />
    </action>
    <action name="userPermissionSetActionForm" path="/setUserPermissionAction" type="com.we2less.jwap.permission.SetUserPermissionAction">
      <forward name="success" path="/success.htm" />
      <forward name="setUserPermission" path="/permission/setUserPermission.jsp" />
    </action>
    <action path="/deleteTerminalAction" scope="request" type="com.we2less.jwap.terminal.DeleteTerminalAction">
      <forward name="listTerminal" path="/listTerminalAction.do" />
    </action>
    <action path="/listTerminalGroupAction" scope="request" type="com.we2less.jwap.terminal.ListTerminalGroupAction">
      <forward name="listTerminalGroup" path="/terminal/listTerminalGroup.jsp" />
    </action>
    <action path="/deleteGroupAction" scope="request" type="com.we2less.jwap.terminal.DeleteGroupAction">
      <forward name="listGroup" path="/listTerminalGroupAction.do" />
    </action>
  </action-mappings>
</struts-config>

⌨️ 快捷键说明

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