.struts-config.mex

来自「加拿大达内科技有限公司配需java程序员的上课时的代码」· MEX 代码 · 共 21 行

MEX
21
字号
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
  <StrutsActivity path="/customer.do" location="50,50" dimension="178,84" />
  <StrutsActivity path="/list_customers.jsp" location="350,50" dimension="154,48" />
  <StrutsActivity path="/add_customer.jsp" location="650,50" dimension="142,48" />
  <StrutsTransition id="/add_customer.jsp,null,/customer.do,2" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="721,98" />
      <AbsolutePoint location="721,113" />
      <AbsolutePoint location="228,113" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/customer.do,list,/list_customers.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="228,83" />
      <AbsolutePoint location="350,83" />
    </AutomaticBendpoints>
  </StrutsTransition>
</FlowViewLayout>

⌨️ 快捷键说明

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