.struts-config.mex

来自「《struts 应用开发完全手册》中的源代码第一到第五章。」· MEX 代码 · 共 21 行

MEX
21
字号
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
  <StrutsActivity path="/forwardActionOne.do" location="60,105" dimension="226,100" />
  <StrutsActivity path="index.jsp" location="350,50" dimension="73,49" />
  <StrutsActivity path="/forwardActionTwo.do" location="650,50" dimension="238,88" />
  <StrutsTransition id="index.jsp,null,/forwardActionOne.do,2" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="350,74" />
      <AbsolutePoint location="173,74" />
      <AbsolutePoint location="173,105" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="index.jsp,null,/forwardActionTwo.do,2" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="423,74" />
      <AbsolutePoint location="650,74" />
    </AutomaticBendpoints>
  </StrutsTransition>
</FlowViewLayout>

⌨️ 快捷键说明

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