W??Servlet Context
SRV.3.1 Introduction to the ServletContext Interface
Servlet ContextQ从Servlet的角度来看,可以理解为它所属Web应用E序QServletContext是一个接口,Servlet容器的提供商必须要实现这个接口?br />
ServletContext能做什么呢Q它可以把事件记录到日志中,获得资源的URLQ还可以利用ServletContext存放一些所有Servlet都能׃n的数据?br />
ServletContext有一个\径,例如http://www.mycorp.com/catalogQ这里的cataqlog是ServletContext的\径,所有的对catalog的请求都?x)关联到q个ServletContext.
SRV.3.2 Scope of a ServletContext Interface