action.xml

来自「OA自动化办公系统,Eclipse+Oracle开发。」· XML 代码 · 共 64 行

XML
64
字号
<?xml version="1.0" encoding="UTF-8" ?>
<root>

	<!--  鐧诲綍action 
	-->
	<action path="loginout" class="common.services.LogoutAction"
        vo="" forward="index.jsp" input=""
        error="error.jsp" />
	
	
	<action path="login" class="person.control.LoginAction"
		vo="person.vo.UserVO" forward="client/admin.html" input="index.jsp"
		error="error.jsp" />
	<!--鑿滃崟鎺掑簭 -->
	<action path="createmenu" class="system.control.CreateMenuAction"
		vo="" forward="" input="" error="error.jsp" />

	<!-- 鏄剧ず鏈烘瀯鍒楄〃 -->
	<action path="finddepartlist"
		class="person.control.FindDepartAction" vo=""
		forward="findrolelist.do" input="" error="error.jsp" />
	<!-- 鏄剧ず鐢ㄦ埛瑙掕壊 -->
	<action path="findrolelist" class="person.control.FindRoleAction"
		vo="" forward="savaUserInfo.jsp" input="" error="error.jsp" />

	<!--  鏄剧ず鏈烘瀯鍒楄〃-->
	<action path="findorglist" class="person.control.FindOrgListAction"
		vo="" forward="departmentInfo.jsp" input="departManage"
		error="error.jsp" />


	<!-- 鏄剧ず閮ㄩ棬鍒楄〃 -->
	<action path="finddepartlist"
		class="person.control.FindDepartAction" vo=""
		forward="findrolelist.do" input="" error="error.jsp" />
	<!-- 鏄剧ず鐢ㄦ埛瑙掕壊 -->
	<action path="findrolelist" class="person.control.FindRoleAction"
		vo="" forward="savaUserInfo.jsp" input="" error="error.jsp" />


	<action path="vcode" class="common.control.ValidCode"
		vo="person.vo.UserVO" forward="index.jsp" input="index.jsp"
		error="error.jsp" />

	<!--  鏄剧ず鏈烘瀯鍒楄〃-->
	<action path="findorglist" class="person.control.FindOrgListAction"
		vo="" forward="departmentInfo.jsp" input="departManage"
		error="error.jsp" />


	<!-- 鏄剧ず閮ㄩ棬鍒楄〃 -->
	<action path="finddepartlist"
		class="person.control.FindDepartAction" vo=""
		forward="findrolelist.do" input="" error="error.jsp" />
	<!-- 鏄剧ず鐢ㄦ埛瑙掕壊 -->
	<action path="findrolelist" class="person.control.FindRoleAction"
		vo="" forward="savaUserInfo.jsp" input="" error="error.jsp" />
	<!--  娣诲姞鏈烘瀯  action 
	-->
	<action path="addagency" class="person.control.AddOranizationAction"
		vo="person.vo.OrganizationsVO" forward="agencyManage.jsp"
		input="agencyManage.jsp" error="error.jsp" />

	<!--  鏌ヨ

⌨️ 快捷键说明

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