怎么理解ServletContext,在Servlet访问过程中什么作用
1个回答
展开全部
ServletContext是一个接口
下面定义来源官方API文档
Defines a set of methods that a servlet uses to communicate with its servlet container, for example, to get the MIME type of a file, dispatch requests, or write to a log file.
【译文】:定义servlet用来与servlet容器通信的一组方法,例如,获取文件的MIME类型、分派请求或写入日志文件。
可以对比理解它的作用:
cookies中的值只有客户端才能访问;放在session中的值只要对应的客户端才能访问;而放在application中的值所有的客户端都可以访问,是共享的,而application所对应的类就是ServletContext。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询