.struts-config.mex

来自「Struts + Hibernate + Spring的登陆系统」· MEX 代码 · 共 47 行

MEX
47
字号
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
  <StrutsActivity path="/login.do" location="50,50" dimension="65,62" />
  <StrutsActivity path="/ok.jsp" location="650,50" dimension="62,49" />
  <StrutsActivity path="/index.jsp" location="950,50" dimension="77,49" />
  <StrutsActivity path="index.jsp" location="350,50" dimension="73,49" />
  <StrutsActivity path="login.jsp" location="350,150" dimension="69,49" />
  <StrutsTransition id="/login.do,fail,/index.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="112,50" />
      <AbsolutePoint location="112,5" />
      <AbsolutePoint location="988,5" />
      <AbsolutePoint location="988,50" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/login.do,ok,/ok.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="82,50" />
      <AbsolutePoint location="82,-25" />
      <AbsolutePoint location="681,-25" />
      <AbsolutePoint location="681,50" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="login.jsp,null,/login.do,2" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="350,174" />
      <AbsolutePoint location="82,174" />
      <AbsolutePoint location="82,112" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/index.jsp,null,/login.do,2" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="988,50" />
      <AbsolutePoint location="988,-25" />
      <AbsolutePoint location="82,-25" />
      <AbsolutePoint location="82,50" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="index.jsp,null,/login.do,2" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="350,74" />
      <AbsolutePoint location="115,74" />
    </AutomaticBendpoints>
  </StrutsTransition>
</FlowViewLayout>

⌨️ 快捷键说明

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