jsp-config元素的举例

 
<?xml version="1.0"?>
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-app_2_4.xsd"
version="2.4">
<description>How-To on JSP Configuration </description>
<display-name> JSP Configuration</display-name>
<jsp-config>
<jsp-property-group>
<description>Property group for common configuration for all the JSP's</description>
<url-pattern>*.jsp</url-pattern>
<scripting-invalid>false</scripting-invalid>
<el-ignored>false</el-ignored>
<page-encoding>ISO-8859-1</page-encoding>
</jsp-property-group>
<jsp-property-group>
<description>JSP configuration of all the JSP's under /jsps-one/ folder</description>
<url-pattern>/jsps-one/*.jsp</url-pattern>
<include-prelude>/common-jsps/prelude1.jspf</include-prelude>
<include-coda>/common-jsps/coda1.jspf</include-coda>
</jsp-property-group>
<jsp-property-group>
<description>JSP configuration of all the JSP's under /jsps-two/ folder</description>
<url-pattern>/jsps-two/*.jsp</url-pattern>
<include-prelude>/common-jsps/prelude2.jspf</include-prelude>
<include-coda>/common-jsps/coda2.jspf</include-coda>
</jsp-property-group>
<jsp-property-group>
<description>Indicate that the files with 'svg' extension are JSP documents</description>
<url-pattern>*.svg</url-pattern>
<is-xml>true</is-xml>
</jsp-property-group>
</jsp-config>
</web-app>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值