.struts-config.mex

来自「又想学jsp的」· MEX 代码 · 共 30 行

MEX
30
字号
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
  <StrutsActivity path="/logon.do" location="50,50" dimension="292,84" />
  <StrutsActivity path="/form/logon.jsp" location="650,50" dimension="130,48" />
  <StrutsActivity path="success;6" location="950,50" dimension="118,72" />
  <StrutsActivity path="/success.jsp" location="650,150" dimension="112,48" />
  <StrutsActivity path="fail;6" location="50,250" dimension="100,72" />
  <StrutsActivity path="/fail.jsp" location="350,250" dimension="94,48" />
  <StrutsTransition id="/form/logon.jsp,null,/logon.do,2" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="650,74" />
      <AbsolutePoint location="342,74" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="fail;6,null,/fail.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="150,283" />
      <AbsolutePoint location="350,283" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="success;6,null,/success.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="1009,122" />
      <AbsolutePoint location="1009,174" />
      <AbsolutePoint location="762,174" />
    </AutomaticBendpoints>
  </StrutsTransition>
</FlowViewLayout>

⌨️ 快捷键说明

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