.struts-config.mex

来自「针对java程序编写的关于dtree的程序代码」· MEX 代码 · 共 21 行

MEX
21
字号
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
  <StrutsActivity path="/index.jsp" location="60,195" dimension="150,100" />
  <StrutsActivity path="/ok.do" location="315,90" dimension="150,100" />
  <StrutsActivity path="/show.jsp" location="315,225" dimension="150,100" />
  <StrutsActivity path="/welcome.do" location="60,30" dimension="150,100" />
  <StrutsTransition id="/ok.do,ok,/show.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="390,190" />
      <AbsolutePoint location="390,225" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/welcome.do,ok,/index.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="135,130" />
      <AbsolutePoint location="135,195" />
    </AutomaticBendpoints>
  </StrutsTransition>
</FlowViewLayout>

⌨️ 快捷键说明

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