.struts-config.mex

来自「简单的」· MEX 代码 · 共 51 行

MEX
51
字号
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
  <StrutsActivity path="/logon.do" location="375,150" dimension="150,100" />
  <StrutsActivity path="/survey.do" location="360,480" dimension="151,106" />
  <StrutsActivity path="/success2.jsp" location="660,150" dimension="151,100" />
  <StrutsActivity path="/success.jsp" location="510,330" dimension="150,100" />
  <StrutsActivity path="/fail.jsp" location="145,327" dimension="150,100" />
  <StrutsActivity path="/logon.jsp" location="150,165" dimension="150,100" />
  <StrutsActivity path="/outcome.jsp" location="600,480" dimension="150,100" />
  <StrutsActivity path="/search.jsp" location="147,500" dimension="150,100" />
  <StrutsTransition id="/logon.do,success2,/success2.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="525,200" />
      <AbsolutePoint location="660,200" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/survey.do,success,/outcome.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="511,533" />
      <AbsolutePoint location="600,533" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/search.jsp,null,/survey.do,2" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="297,550" />
      <AbsolutePoint location="360,550" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/logon.do,fail,/fail.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="450,250" />
      <AbsolutePoint location="450,377" />
      <AbsolutePoint location="295,377" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/logon.do,success,/success.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="525,170" />
      <AbsolutePoint location="585,170" />
      <AbsolutePoint location="585,330" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/logon.jsp,null,/logon.do,2" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="300,215" />
      <AbsolutePoint location="375,215" />
    </AutomaticBendpoints>
  </StrutsTransition>
</FlowViewLayout>

⌨️ 快捷键说明

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