.struts-config.mex

来自「java分页 参照别人自己做的 struts1」· MEX 代码 · 共 28 行

MEX
28
字号
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
  <StrutsActivity path="/viewUser.jsp" location="525,45" dimension="118,48" />
  <StrutsActivity path="/viewUser1.jsp" location="950,50" dimension="124,48" />
  <StrutsActivity path="/userListAction.do" location="60,165" dimension="280,84" />
  <StrutsTransition id="/userlistAction.do,success,/viewUser1.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="355,177" />
      <AbsolutePoint location="1012,177" />
      <AbsolutePoint location="1012,98" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/userlistAction.do,success,/viewUser.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="355,163" />
      <AbsolutePoint location="525,78" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/userListAction.do,success,/viewUser1.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="340,207" />
      <AbsolutePoint location="1012,207" />
      <AbsolutePoint location="1012,98" />
    </AutomaticBendpoints>
  </StrutsTransition>
</FlowViewLayout>

⌨️ 快捷键说明

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