web.xml配置詳解2
web.xml配置詳解:http://space.itpub.net/81227/viewspace-696551
相應元素配置
1、Web應用圖示:指出IDE和GUI工具用來表示Web應用的大圖示和小圖示
2、Web 應用名稱:提供GUI工具可能會用來標記這個特定的Web應用的一個名稱
3、Web 應用描述: 給出於此相關的說明性文字
4、上下文引數:宣告應用範圍內的初始化引數。
在servlet裡面可以透過getServletContext().getInitParameter("context/param")得到
5、過濾器配置:將一個名字與一個實現javaxs.servlet.Filter介面的類相關聯。
6、監聽器配置
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/81227/viewspace-696552/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- web.xml配置詳解7WebXML
- web.xml配置詳解6WebXML
- web.xml配置詳解5WebXML
- web.xml配置詳解4WebXML
- web.xml配置詳解3WebXML
- web.xml詳解WebXML
- webxml配置詳解2WebXML
- Swoft2 配置詳解
- webpack(2)——配置項詳解Web
- 使用struts2框架,web.xml怎麼配置框架WebXML
- Struts2 XML配置詳解XML
- 屬性配置檔案詳解(2)
- web.xml相關配置WebXML
- websphere中web.xml配置WebXML
- 詳解web.xml中元素的載入順序WebXML
- 【SSH2(理論篇)】--Struts2配置詳解
- Struts2中 Result型別配置詳解型別
- Struts2的properties配置檔案詳解
- web.xml中的shiroFilter配置WebXMLFilter
- Struts2 web.xml(七)WebXML
- 紅米S2配置引數詳解 紅米S2配置怎麼樣?
- web.xml 中的listener、 filter、servlet 載入順序及其詳解WebXMLFilterServlet
- 在web.xml中配置過濾器WebXML過濾器
- SpringMVC4零配置--web.xmlSpringMVCWebXML
- web.xml檔案配置的說明WebXML
- MyBatis 配置詳解MyBatis
- zookeeper 配置詳解
- .htaccess配置詳解
- mysql配置詳解MySql
- iptables配置詳解
- nginx配置詳解Nginx
- Struts2在web.xml中配置為“/*”和“*.action,*.jsp”的差別WebXMLJS
- Nagios伺服器端配置檔案詳解(2)iOS伺服器
- springMVC---配置檔案解析(web.xml)SpringMVCWebXML
- web.xml 檔案 配置載入順序WebXML
- hortonworks/registry配置詳解
- Druid配置詳解UI
- git ssh配置詳解Git