Implicit Object Description
request Represents the request from the client invoking the JSP page in its browser
(javax.servlet.http.HttpServletRequest)
response Represents the response being prepared for the user’s browser
(javax.servlet.http.HttpServletResponse)
session Represents the user session that invoked the request for this JSP page
(javax.servlet.http.HttpSession)
out An instance of JspWriter allowing output to be written to the response
jspContext An object representing the JspContext of the calling JSP page
Object Description
最新推荐文章于 2017-05-12 15:19:44 发布