javaee 九大内之对象

request --HttpSverletRequest --请求 浏览器到服务器

response --httpSverletResponse-- 返回 服务器到浏览器

config-- SverletConfig-- 用来获取wed.xml的信息

application --SverletContext --整个项目的全局信息

exception --Thrawabel --捕获异常try/catch throws

page --this --当前对象 当前页面对象

out --jspWriter-->PrintWrtier 当前页面输出流

PageContext --PageContext --当前页面的上下文 整个页面

Session --HttpSession-- 会话 浏览器和服务器通讯




原文地址:https://www.cnblogs.com/zzzhangzheng/p/6245399.html