.struts-config.mex

来自「使用Eclipse开发的基于struts的银行信用管理网站」· MEX 代码 · 共 88 行

MEX
88
字号
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
  <StrutsActivity path="/LoginCheck.do" location="90,135" dimension="298,84" />
  <StrutsActivity path="/RoleAddAction.do" location="650,150" dimension="280,84" />
  <StrutsActivity path="/RoleInfoQueryAction.do" location="350,350" dimension="316,84" />
  <StrutsActivity path="/RoleEditAction.do" location="350,550" dimension="286,84" />
  <StrutsActivity path="/Main.jsp" location="950,50" dimension="94,48" />
  <StrutsActivity path="/Login.jsp" location="650,50" dimension="100,48" />
  <StrutsActivity path="/RoleManage.jsp" location="950,450" dimension="130,48" />
  <StrutsActivity path="/RoleAdd.jsp" location="50,350" dimension="112,48" />
  <StrutsActivity path="/RoleInfoQuery.jsp" location="50,450" dimension="148,48" />
  <StrutsActivity path="/success.jsp" location="950,350" dimension="112,48" />
  <StrutsActivity path="/RoleManage.jsp.jsp" location="50,550" dimension="154,48" />
  <StrutsTransition id="/LoginCheck.do,success,/Main.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="209,135" />
      <AbsolutePoint location="209,-75" />
      <AbsolutePoint location="997,-75" />
      <AbsolutePoint location="997,50" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/RoleAdd.jsp,null,/RoleAddAction.do,2" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="106,350" />
      <AbsolutePoint location="106,279" />
      <AbsolutePoint location="760,279" />
      <AbsolutePoint location="760,234" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/RoleManage.jsp,null,/RoleInfoQueryAction.do,2" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="1015,450" />
      <AbsolutePoint location="1015,413" />
      <AbsolutePoint location="666,413" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/RoleAddAction.do,failure,/RoleAdd.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="790,192" />
      <AbsolutePoint location="106,374" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/RoleAddAction.do,success,/RoleManage.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="790,234" />
      <AbsolutePoint location="790,474" />
      <AbsolutePoint location="950,474" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/Login.jsp,null,/LoginCheck.do,2" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="700,98" />
      <AbsolutePoint location="700,113" />
      <AbsolutePoint location="269,113" />
      <AbsolutePoint location="269,135" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/RoleInfoQueryAction.do,result,/RoleManage.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="508,434" />
      <AbsolutePoint location="508,513" />
      <AbsolutePoint location="985,513" />
      <AbsolutePoint location="985,498" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/RoleManage.jsp,null,/RoleEditAction.do,2" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="1015,474" />
      <AbsolutePoint location="493,592" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/RoleEditAction.do,result,/RoleManage.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="636,592" />
      <AbsolutePoint location="1015,592" />
      <AbsolutePoint location="1015,498" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/LoginCheck.do,failure,/Login.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="239,135" />
      <AbsolutePoint location="239,74" />
      <AbsolutePoint location="650,74" />
    </AutomaticBendpoints>
  </StrutsTransition>
</FlowViewLayout>

⌨️ 快捷键说明

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