javaweb学了半本,整理了一下Servlet技术模型、servlet容器模型、jsp技术模型中的类与接口,有助于理解web应用中的页面跳转和参数传递,目录:
- HttpServlet
- 可作Scope的类(PageContext、HttpServletRequest、HttpSession、ServletContext)
- 其他在servlet中使用到的类(RequestDispatcher、ServletInputStream、HttpServletPesponse)
HttpServlet
可作为作用域变量的类(scope)
其他类与jsp隐含变量表
原文地址:https://www.cnblogs.com/luiyuying/p/9053483.html
时间: 2024-10-13 19:35:50