📄 struts-config.xml~1~
字号:
<?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="actfrmUserLogin" type="com.tops.j2eebase.web.ActfrmUserLogin"/>
<form-bean name="actfrmTopsADepartment" type="com.tops.rs.model.ActfrmTopsADepartment"/>
<form-bean name="actfrmTopsAEmployee" type="com.tops.rs.model.ActfrmTopsAEmployee"/>
<form-bean name="actfrmTopsSystemUserGroup" type="com.tops.system.user.model.ActfrmTopsSystemUserGroup"/>
<form-bean name="actfrmTopsSystemUser" type="com.tops.system.user.model.ActfrmTopsSystemUser"/>
<form-bean name="actfrmTopsSystemModule" type="com.tops.system.function.model.ActfrmTopsSystemModule"/>
<form-bean name="actfrmTopsSystemFunctionGroup" type="com.tops.system.function.model.ActfrmTopsSystemFunctionGroup"/>
<form-bean name="actfrmTopsSystemFunction" type="com.tops.system.function.model.ActfrmTopsSystemFunction"/>
<form-bean name="actfrmTopsSystemFunctionDetail" type="com.tops.system.function.model.ActfrmTopsSystemFunctionDetail"/>
<form-bean name="actfrmTopsSystemActionMethods" type="com.tops.system.function.model.ActfrmTopsSystemActionMethods"/>
<form-bean name="actfrmTopsJ2eeJspViewFolder" type="com.tops.j2ee.jsp.model.ActfrmTopsJ2eeJspViewFolder"/>
<form-bean name="actfrmTopsJ2eeJspView" type="com.tops.j2ee.jsp.model.ActfrmTopsJ2eeJspView"/>
<form-bean name="actfrmTopsJ2eeObjGroup" type="com.tops.j2ee.object.model.ActfrmTopsJ2eeObjGroup"/>
<form-bean name="actfrmTopsJ2eeObjDbViewObj" type="com.tops.j2ee.object.model.ActfrmTopsJ2eeObjDbViewObj"/>
<form-bean name="actfrmTopsJ2eeObjDbViewField" type="com.tops.j2ee.object.model.ActfrmTopsJ2eeObjDbViewField"/>
<form-bean name="actfrmTopsJ2eeObjField" type="com.tops.j2ee.object.model.ActfrmTopsJ2eeObjField"/>
<form-bean name="actfrmTopsJ2eeObj" type="com.tops.j2ee.object.model.ActfrmTopsJ2eeObj"/>
<form-bean name="actfrmTopsJ2eeControl" type="com.tops.j2ee.control.model.ActfrmTopsJ2eeControl"/>
<form-bean name="actfrmTopsJ2eeControlMethod" type="com.tops.j2ee.control.model.ActfrmTopsJ2eeControlMethod"/>
<form-bean name="actfrmTopsJ2eeControlMethodParam" type="com.tops.j2ee.control.model.ActfrmTopsJ2eeControlMethodParam"/>
<form-bean name="actfrmTopsJ2eeAction" type="com.tops.j2ee.action.model.ActfrmTopsJ2eeAction"/>
<form-bean name="actfrmTopsJ2eeActionMethod" type="com.tops.j2ee.action.model.ActfrmTopsJ2eeActionMethod"/>
<form-bean name="actfrmTopsJ2eeAjaxAgency" type="com.tops.j2ee.ajax.module.ActfrmTopsJ2eeAjaxAgency"/>
<form-bean name="actfrmTopsJ2eeAjaxAgencyMethod" type="com.tops.j2ee.ajax.module.ActfrmTopsJ2eeAjaxAgencyMethod"/>
<form-bean name="actfrmTopsJ2eeAjaxagencyMethodParam" type="com.tops.j2ee.ajax.module.ActfrmTopsJ2eeAjaxagencyMethodParam"/>
<form-bean name="actfrmTopsJ2eeDwrClass" type="com.tops.j2ee.ajax.module.ActfrmTopsJ2eeDwrClass"/>
<form-bean name="actfrmTopsJ2eeDwrClassMethod" type="com.tops.j2ee.ajax.module.ActfrmTopsJ2eeDwrClassMethod"/>
<form-bean name="actfrmTopsJ2eeDwrFormbean" type="com.tops.j2ee.ajax.module.ActfrmTopsJ2eeDwrFormbean"/>
<form-bean name="actfrmTopsJ2eeDwrFormbeanAttribute" type="com.tops.j2ee.ajax.module.ActfrmTopsJ2eeDwrFormbeanAttribute"/>
<form-bean name="actfrmTopsF01Client" type="com.tops.crm.model.ActfrmTopsF01Client"/>
<form-bean name="actfrmTopsF02Provider" type="com.tops.crm.model.ActfrmTopsF02Provider"/>
<form-bean name="actfrmTopsF03Linkman" type="com.tops.crm.model.ActfrmTopsF03Linkman"/>
</form-beans>
<global-forwards>
<forward name="index" path="/index.jsp"/>
<forward name="returnback" path="/_normal/return.jsp"/>
<forward name="user_not_login" path="/login.jsp"/>
<forward name="user_invalid_access" path="/login.jsp"/>
<forward name="loginsuccess" path="/index.jsp"/>
<forward name="loginfailure" path="/_normal/return.jsp"/>
<forward contextRelative="true" name="actfrmTopsJ2eeObjGroup.list" path="/j2ee/object/object_group_list.jsp"/>
<forward contextRelative="true" name="actfrmTopsJ2eeObjGroup.editor" path="/j2ee/object/object_group_editor.jsp"/>
<forward contextRelative="true" name="actfrmTopsJ2eeObj.editor" path="/j2ee/object/object_editor.jsp"/>
<forward contextRelative="true" name="actfrmTopsJ2eeObjField.editor" path="/j2ee/object/object_field_editor.jsp"/>
<forward contextRelative="true" name="actfrmTopsJ2eeControl.list" path="/j2ee/control/control_list.jsp"/>
<forward contextRelative="true" name="actfrmTopsJ2eeControl.editor" path="/j2ee/control/control_editor.jsp"/>
<forward contextRelative="true" name="actfrmTopsJ2eeControlMethod.editor" path="/j2ee/control/control_method_editor.jsp"/>
<forward contextRelative="true" name="actfrmTopsJ2eeControlMethodParam.editor" path="/j2ee/control/control_method_param_editor.jsp"/>
<forward contextRelative="true" name="actfrmTopsJ2eeAction.list" path="/j2ee/action/action_list.jsp"/>
<forward contextRelative="true" name="actfrmTopsJ2eeAction.editor" path="/j2ee/action/action_editor.jsp"/>
<forward contextRelative="true" name="actfrmTopsJ2eeActionMethod.editor" path="/j2ee/action/action_method_editor.jsp"/>
<forward contextRelative="true" name="actfrmtopsj2eejspviewfolder.index" path="/j2ee/jsp/index.jsp"/>
<forward contextRelative="true" name="actfrmtopsj2eejspviewfolder.tree" path="/j2ee/jsp/tree.jsp"/>
<forward contextRelative="true" name="actfrmtopsj2eejspviewfolder.list" path="/j2ee/jsp/folder_list.jsp"/>
<forward contextRelative="true" name="actfrmTopsJ2eeJspView.index" path="/j2ee/jsp/jsp_index.jsp"/>
<forward contextRelative="true" name="actfrmTopsJ2eeJspView.tree" path="/j2ee/jsp/jsp_tree.jsp"/>
<forward contextRelative="true" name="actfrmTopsJ2eeJspView.list" path="/j2ee/jsp/jsp_list.jsp"/>
<forward contextRelative="true" name="actfrmTopsJ2eeJspView.editor" path="/j2ee/jsp/jsp_editor.jsp"/>
<forward contextRelative="true" name="actfrmtopsj2eeajaxagency.list" path="/j2ee/ajax/ajax_agency_list.jsp"/>
<forward contextRelative="true" name="actfrmtopsj2eeajaxagency.editor" path="/j2ee/ajax/ajax_agency_editor.jsp"/>
<forward contextRelative="true" name="actfrmtopsj2eeajaxagencymethod.editor" path="/j2ee/ajax/ajax_agency_method_editor.jsp"/>
<forward contextRelative="true" name="actfrmtopsj2eeajaxagencymethodparam.editor" path="/j2ee/ajax/ajax_agency_method_param_editor.jsp"/>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -