.struts-config.mex

来自「Struts 开发的helloword程序」· MEX 代码 · 共 31 行

MEX
31
字号
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
  <StrutsActivity path="/hello.do" location="90,225" dimension="118,88" />
  <StrutsActivity path="/hello.jsp" location="75,60" dimension="150,76" />
  <StrutsTransition id="/hello.do,failed,/hello.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="180,225" />
      <AbsolutePoint location="180,136" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/hello.jsp,null,/hello.do,2" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="150,136" />
      <AbsolutePoint location="150,225" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/hello.do,sayHello,/sayHello.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="208,269" />
      <AbsolutePoint location="345,269" />
    </AutomaticBendpoints>
  </StrutsTransition>
  <StrutsTransition id="/hello.do,sayHello,/hello.jsp,1" routingType="0">
    <AutomaticBendpoints>
      <AbsolutePoint location="120,225" />
      <AbsolutePoint location="120,136" />
    </AutomaticBendpoints>
  </StrutsTransition>
</FlowViewLayout>

⌨️ 快捷键说明

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