.struts-config.mex

来自「ajax实战之tree java代码」· MEX 代码 · 共 21 行

MEX
21
字号
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
  <StrutsActivity path="/displayAllType.do" location="50,50" dimension="250,84" />
  <StrutsActivity path="/dynamicTree.jsp" location="350,50" dimension="136,48" />
  <StrutsActivity path="/displayPeople.do" location="650,50" dimension="244,84" />
  <StrutsActivity path="/form/displayPeople.jsp" location="950,50" dimension="178,48" />
  <StrutsTransition id="/displayAllType.do,success,/dynamicTree.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="300,83" />
      <AbsolutePoint location="350,83" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/form/displayPeople.jsp,null,/displayPeople.do,2" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="950,74" />
      <AbsolutePoint location="894,74" />
    </AutomaticBendpoints>
  </StrutsTransition>
</FlowViewLayout>

⌨️ 快捷键说明

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