.struts-config.mex

来自「一个struts的小例子」· MEX 代码 · 共 28 行

MEX
28
字号
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
  <StrutsActivity path="/stu.do" location="50,50" dimension="220,88" />
  <StrutsActivity path="index.jsp" location="350,50" dimension="73,49" />
  <StrutsActivity path="/index.jsp" location="650,50" dimension="77,49" />
  <StrutsActivity path="/view.jsp" />
  <StrutsTransition id="/stu.do,view,/view.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="160,94" />
      <AbsolutePoint location="0,0" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/stu.do,view,index.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="160,94" />
      <AbsolutePoint location="0,0" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/stu.do,view,/index.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="270,114" />
      <AbsolutePoint location="688,114" />
      <AbsolutePoint location="688,99" />
    </AutomaticBendpoints>
  </StrutsTransition>
</FlowViewLayout>

⌨️ 快捷键说明

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