easyjf-web.xml.svn-base

来自「EasyJWeb是基于java技术」· SVN-BASE 代码 · 共 37 行

SVN-BASE
37
字号
<?xml version="1.0" encoding="UTF-8"?>
<easyjf-web xmlns="http://www.easyjf.com/schema/easyjf/web"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.easyjf.com/schema/easyjf/web http://www.easyjf.com/schema/easyjf/web/easyjf-web-0.0.1.xsd ">
	<framework-setting></framework-setting>
	<modules>
		<!-- 鐢ㄦ埛娣诲垹鏀规煡妯℃澘閰嶇疆淇℃伅-->
		<module path="/easyajax"
			action="com.easyjf.web.ajax.AjaxEngineAction">
			<page name="engine-js"
				url="classpath:com/easyjf/web/ajax/engine.js" type="template"
				contentType="js" />
			<page name="engine-util"
				url="classpath:com/easyjf/web/ajax/util-js.js" type="template"
				contentType="js" />
			<page name="plain"
				url="classpath:com/easyjf/web/ajax/plain.txt" type="template"
				contentType="js" />
			<page name="stub"
				url="classpath:com/easyjf/web/ajax/ajaxStub.txt" type="template"
				contentType="js" />
			<page name="prototype"
				url="classpath:com/easyjf/web/ajax/prototype.js" type="template"
				contentType="js" />
			<page name="rico"
				url="classpath:com/easyjf/web/ajax/rico.js" type="template"
				contentType="js" />
		</module>
		<module path="/easywidget"
			action="com.easyjf.web.tools.widget.WidgetAction">
			<page name="calendar"
				url="classpath:com/easyjf/web/tools/widget/calendar.html"
				type="template" />
		</module>
	</modules>
</easyjf-web>

⌨️ 快捷键说明

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