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

📄 struts-config-pts.xml.svn-base

📁 菲律宾的一个大学的图书管理系统 spring+hibernate+velocity
💻 SVN-BASE
字号:
<?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>   <data-sources />   <form-beans />   <global-exceptions />
   
   <global-forwards>
   
      <forward name="listClassTeacher"    path="/listClassTeacher.vm"/> 
      <forward name="listStudent"    path="/listStudent.vm"/> 
      <forward name="listRemark"    path="/listRemark.vm"/> 
      <forward name="listDiscipline"    path="/listDiscipline.vm"/>
      
      <forward name="error" path="/error.vm" />
      <forward name="success" path="/success.vm" />    </global-forwards>
      <action-mappings >      <action   path="/listStudent"  scope="request" type="biz.bluesky.pts.action.ListStudentAction" />      
      <action   path="/saveRemark"  scope="request" type="biz.bluesky.pts.action.SaveRemarkAction" />      <action path="/addRemark"   scope="request" type="biz.bluesky.pts.action.AddRemarkAction" />      <action path="/listRemark"  scope="request" type="biz.bluesky.pts.action.ListRemarkAction" />
      <action path="/deleteRemark"  scope="request" type="biz.bluesky.pts.action.DeleteRemarkAction" />      <action path="/listClassTeacher" scope="request" type="biz.bluesky.pts.action.ListClassTeacherAction" />
      <action path="/addDiscipline"  scope="request" type="biz.bluesky.pts.action.AddDisciplineAction" />  
      <action path="/deleteDiscipline"  scope="request" type="biz.bluesky.pts.action.DeleteDisciplineAction" />
      <action path="/listDiscipline" scope="request" type="biz.bluesky.pts.action.ListDisciplineAction" />       </action-mappings>   <controller /></struts-config>

⌨️ 快捷键说明

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