.struts-config.mex

来自「Struts+Hibernate开发的简单的猜数字游戏」· MEX 代码 · 共 27 行

MEX
27
字号
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
  <StrutsActivity path="/sub.do" location="50,50" dimension="118,84" />
  <StrutsActivity path="/index.jsp" location="350,50" dimension="100,48" />
  <StrutsActivity path="/MyJsp.jsp" location="650,50" dimension="100,48" />
  <StrutsTransition id="/sub.do,result1,/MyJsp.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="168,113" />
      <AbsolutePoint location="700,113" />
      <AbsolutePoint location="700,98" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/sub.do,input,/index.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="168,83" />
      <AbsolutePoint location="350,83" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/sub.do,result,/index.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="168,53" />
      <AbsolutePoint location="350,53" />
    </AutomaticBendpoints>
  </StrutsTransition>
</FlowViewLayout>

⌨️ 快捷键说明

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