.struts-config.mex

来自「实现复杂的分页查询」· MEX 代码 · 共 28 行

MEX
28
字号
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
  <StrutsActivity path="/denglu.do" location="50,50" dimension="220,84" />
  <StrutsActivity path="/messageSearch.do" location="650,50" dimension="315,84" />
  <StrutsActivity path="/form/message_search.jsp" location="350,150" dimension="164,48" />
  <StrutsActivity path="/form/denglu.jsp" location="350,50" dimension="114,48" />
  <StrutsTransition id="/denglu.do,success,/form/message_search.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="160,92" />
      <AbsolutePoint location="432,174" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/form/denglu.jsp,null,/denglu.do,2" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="350,74" />
      <AbsolutePoint location="270,74" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/form/message_search.jsp,null,/messageSearch.do,2" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="514,174" />
      <AbsolutePoint location="807,174" />
      <AbsolutePoint location="807,134" />
    </AutomaticBendpoints>
  </StrutsTransition>
</FlowViewLayout>

⌨️ 快捷键说明

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