.struts-config.mex

来自「spring整合struts」· MEX 代码 · 共 29 行

MEX
29
字号
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
  <StrutsActivity path="/user.do" location="50,50" dimension="238,84" />
  <StrutsActivity path="/success.jsp" location="650,50" dimension="112,48" />
  <StrutsActivity path="/index.jsp" location="350,50" dimension="100,48" />
  <StrutsTransition id="/user.do,success,/success.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="288,113" />
      <AbsolutePoint location="706,113" />
      <AbsolutePoint location="706,98" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/index.jsp,null,/user.do,2" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="350,74" />
      <AbsolutePoint location="288,74" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/user.do,failure,/index.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="169,50" />
      <AbsolutePoint location="169,-25" />
      <AbsolutePoint location="400,-25" />
      <AbsolutePoint location="400,50" />
    </AutomaticBendpoints>
  </StrutsTransition>
</FlowViewLayout>

⌨️ 快捷键说明

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