.struts-config.mex

来自「struts+hibernate+spring框架实现」· MEX 代码 · 共 39 行

MEX
39
字号
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
  <StrutsActivity path="/userRegister.do" location="50,50" dimension="298,84" />
  <StrutsActivity path="/form/fail.jsp" location="350,250" dimension="124,48" />
  <StrutsActivity path="/form/success.jsp" location="650,250" dimension="142,48" />
  <StrutsActivity path="userRegister.jsp" location="650,150" dimension="136,48" />
  <StrutsActivity path="/from/fail.jsp" location="950,150" dimension="124,48" />
  <StrutsActivity path="/from/success.jsp" location="50,250" dimension="142,48" />
  <StrutsActivity path="/fail.jsp" location="650,50" dimension="94,48" />
  <StrutsActivity path="/success.jsp" location="950,50" dimension="112,48" />
  <StrutsActivity path="index.jsp" />
  <StrutsTransition id="userRegister.jsp,null,/userRegister.do,2" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="650,174" />
      <AbsolutePoint location="199,174" />
      <AbsolutePoint location="199,134" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/userRegister.do,failed,/form/fail.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="199,92" />
      <AbsolutePoint location="0,0" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="index.jsp,null,/userRegister.do,2" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="0,0" />
      <AbsolutePoint location="199,92" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/userRegister.do,success,/form/success.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="199,92" />
      <AbsolutePoint location="0,0" />
    </AutomaticBendpoints>
  </StrutsTransition>
</FlowViewLayout>

⌨️ 快捷键说明

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