struts-config.xml~12~
来自「全文搜索源码,基于开源项目Lucene编写,开发语言为JAVA,本程序做为LUC」· XML~12~ 代码 · 共 19 行
XML~12~
19 行
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" "http://struts.apache.org/dtds/struts-config_1_2.dtd">
<struts-config>
<form-beans>
<form-bean name="searchForm" type="com.ht.gis.form.SearchForm" />
</form-beans>
<global-forwards>
<forward name="fault" path="/JSP/error.jsp" />
</global-forwards>
<action-mappings>
<action name="searchForm" path="/searchAction" scope="request" type="com.ht.gis.action.SearchAction">
<forward name="forward" path="/WEB-INF/JSP/jsp1.jsp" />
</action>
</action-mappings>
<message-resources parameter="ApplicationResources" />
</struts-config>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?