.struts-config.mex

来自「java 框架核心技术编程」· MEX 代码 · 共 22 行

MEX
22
字号
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
  <StrutsActivity path="/person.do" location="50,50" dimension="250,84" />
  <StrutsActivity path="/list_person.jsp" location="650,50" dimension="136,48" />
  <StrutsActivity path="/error.htm" location="950,50" dimension="100,48" />
  <StrutsActivity path="/form/person.jsp" location="350,50" dimension="136,48" />
  <StrutsTransition id="/error.htm,null,/person.do,2" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="0,0" />
      <AbsolutePoint location="175,92" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/person.do,list,/list_person.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="300,113" />
      <AbsolutePoint location="718,113" />
      <AbsolutePoint location="718,98" />
    </AutomaticBendpoints>
  </StrutsTransition>
</FlowViewLayout>

⌨️ 快捷键说明

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