.struts-config.mex
来自「《struts 应用开发完全手册》中的源代码第一到第五章。」· MEX 代码 · 共 28 行
MEX
28 行
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
<StrutsActivity path="index.jsp" location="350,50" dimension="73,49" />
<StrutsActivity path="/includeActionOne.do" location="650,50" dimension="233,88" />
<StrutsActivity path="/includeActionTwo.do" location="950,50" dimension="233,88" />
<StrutsTransition id="index.jsp,null,/includeActionOne.do,2" routingType="0">
<AutomaticBendpoints>
<AbsolutePoint location="423,74" />
<AbsolutePoint location="650,74" />
</AutomaticBendpoints>
</StrutsTransition>
<StrutsTransition id="index.jsp,null,/includeActionTwo.do,2" routingType="0">
<AutomaticBendpoints>
<AbsolutePoint location="386,50" />
<AbsolutePoint location="386,-25" />
<AbsolutePoint location="1066,-25" />
<AbsolutePoint location="1066,50" />
</AutomaticBendpoints>
</StrutsTransition>
<StrutsTransition id="index.jsp,null,includeActionOne.do,2" routingType="0">
<AutomaticBendpoints>
<AbsolutePoint location="350,74" />
<AbsolutePoint location="283,74" />
</AutomaticBendpoints>
</StrutsTransition>
</FlowViewLayout>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?