.struts-config.mex

来自「自已个人写的一款比较好的分页java+javabean+struts标签完成的自」· MEX 代码 · 共 21 行

MEX
21
字号
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
  <StrutsActivity path="/indexEmployees.do" location="50,50" dimension="433,131" />
  <StrutsActivity path="/form/indexEmployees.jsp" location="650,50" dimension="226,55" />
  <StrutsActivity path="/addEmployee.do" location="510,225" dimension="487,128" />
  <StrutsActivity path="/form/addEmployee.jsp" location="50,250" dimension="241,59" />
  <StrutsTransition id="/form/addEmployee.jsp,null,/addEmployee.do,2" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="291,279" />
      <AbsolutePoint location="510,279" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/indexEmployees.do,ok,/form/indexEmployees.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="483,90" />
      <AbsolutePoint location="650,90" />
    </AutomaticBendpoints>
  </StrutsTransition>
</FlowViewLayout>

⌨️ 快捷键说明

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