摘要: ServletContext对象 WEB容器在启动时,它会为每个WEB应用程序都创建一个对应的ServletContext对象,它代表当前web应用。 ServletConfig对象中维护了ServletContext对象的引用,开发人员在编写servlet时,可以通过ServletConfig.g 阅读全文
posted @ 2019-04-22 20:10 nextsummer 阅读(114) 评论(0) 推荐(0) 编辑