⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 web.xml

📁 Strusts框架学习非常基础
💻 XML
字号:
<?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"><web-app>    <filter>        <filter-name>sitemesh</filter-name>        <filter-class>com.opensymphony.sitemesh.webapp.SiteMeshFilter</filter-class>    </filter>    <filter-mapping>        <filter-name>sitemesh</filter-name>        <url-pattern>/*</url-pattern>    </filter-mapping>    <!-- not required for containers that fully support JSP 1.2 -->    <taglib>      <taglib-uri>sitemesh-page</taglib-uri>      <taglib-location>/WEB-INF/lib/sitemesh-page.tld</taglib-location>    </taglib>    <taglib>      <taglib-uri>sitemesh-decorator</taglib-uri>      <taglib-location>/WEB-INF/lib/sitemesh-decorator.tld</taglib-location>    </taglib></web-app>

⌨️ 快捷键说明

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