.struts-config.mex

来自「是一个用于跳转的中间页面」· MEX 代码 · 共 45 行

MEX
45
字号
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
  <StrutsActivity path="/user.do" location="50,50" dimension="322,84" />
  <StrutsActivity path="/display.jsp" location="650,150" dimension="112,48" />
  <StrutsActivity path="/login.jsp" location="950,50" dimension="100,48" />
  <StrutsActivity path="/success.jsp" location="650,50" dimension="112,48" />
  <StrutsActivity path="/sucess.jsp" location="950,150" dimension="106,48" />
  <StrutsActivity path="/err.jsp" location="50,250" dimension="88,48" />
  <StrutsActivity path="/go.jsp" />
  <StrutsTransition id="/user.do,display,/display.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="211,134" />
      <AbsolutePoint location="211,174" />
      <AbsolutePoint location="650,174" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/user.do,err,/err.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="123,134" />
      <AbsolutePoint location="123,250" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/user.do,login,/login.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="372,113" />
      <AbsolutePoint location="1000,113" />
      <AbsolutePoint location="1000,98" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/user.do,suc,/sucess.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="372,113" />
      <AbsolutePoint location="1003,113" />
      <AbsolutePoint location="1003,150" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/user.do,go,/go.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="211,92" />
      <AbsolutePoint location="0,0" />
    </AutomaticBendpoints>
  </StrutsTransition>
</FlowViewLayout>

⌨️ 快捷键说明

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