.struts-config.mex
来自「一个J2EE SSH功能的实现」· MEX 代码 · 共 29 行
MEX
29 行
<?xml version="1.0" encoding="UTF-8"?>
<FlowViewLayout Version="1.2">
<StrutsActivity path="/userLogin.do" location="50,50" dimension="346,84" />
<StrutsActivity path="/default.jsp" location="650,150" dimension="112,48" />
<StrutsActivity path="/Notallow.jsp" location="950,150" dimension="118,48" />
<StrutsActivity path="/index.jsp" location="950,50" dimension="100,48" />
<StrutsActivity path="/success.jsp" location="650,50" dimension="112,48" />
<StrutsTransition id="/index.jsp,null,/userLogin.do,2" routingType="0">
<AutomaticBendpoints>
<AbsolutePoint location="1000,98" />
<AbsolutePoint location="1000,113" />
<AbsolutePoint location="396,113" />
</AutomaticBendpoints>
</StrutsTransition>
<StrutsTransition id="/userLogin.do,success,/default.jsp,1" routingType="0">
<AutomaticBendpoints>
<AbsolutePoint location="223,92" />
<AbsolutePoint location="0,0" />
</AutomaticBendpoints>
</StrutsTransition>
<StrutsTransition id="/userLogin.do,fail,/Notallow.jsp,1" routingType="0">
<AutomaticBendpoints>
<AbsolutePoint location="223,92" />
<AbsolutePoint location="0,0" />
</AutomaticBendpoints>
</StrutsTransition>
</FlowViewLayout>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?