.struts-config.mex

来自「《struts 应用开发完全手册》中的源代码第一到第五章。」· MEX 代码 · 共 36 行

MEX
36
字号
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
  <StrutsActivity path="/forward.do" location="50,50" dimension="165,88" />
  <StrutsActivity path="" location="650,50" dimension="29,49" />
  <StrutsActivity path="/index.jsp" location="350,150" dimension="77,49" />
  <StrutsActivity path="forwardAction;6" location="950,50" dimension="111,75" />
  <StrutsTransition id=";6,null,,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="393,84" />
      <AbsolutePoint location="650,84" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="forward;6,null,/index.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="993,125" />
      <AbsolutePoint location="993,174" />
      <AbsolutePoint location="427,174" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/forward.do,forwardAction,/index.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="132,138" />
      <AbsolutePoint location="132,174" />
      <AbsolutePoint location="350,174" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="forwardAction;6,null,/index.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="1005,125" />
      <AbsolutePoint location="1005,174" />
      <AbsolutePoint location="427,174" />
    </AutomaticBendpoints>
  </StrutsTransition>
</FlowViewLayout>

⌨️ 快捷键说明

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