.struts-config.mex

来自「仿google 分页的非常好的方法啊」· MEX 代码 · 共 27 行

MEX
27
字号
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
  <StrutsActivity path="/login.do" location="50,50" dimension="190,84" />
  <StrutsActivity path="/Page.jsp" location="350,50" dimension="94,48" />
  <StrutsActivity path="/Index.jsp" location="650,50" dimension="100,48" />
  <StrutsActivity path="/error.jsp" />
  <StrutsTransition id="/login.do,page,/Page.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="240,83" />
      <AbsolutePoint location="350,83" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/Page.jsp,null,/login.do,2" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="350,53" />
      <AbsolutePoint location="240,53" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/login.do,error,/error.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="145,92" />
      <AbsolutePoint location="0,0" />
    </AutomaticBendpoints>
  </StrutsTransition>
</FlowViewLayout>

⌨️ 快捷键说明

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