In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly explains "java jsp built-in object is what", interested friends may wish to take a look. The method introduced in this paper is simple, fast and practical. Let's take a small series to take you to learn "java jsp built-in object is what" it!
1. Request object of HttpServletRequet class: represents the request object, which is mainly used to accept the data transmitted by the client through HTTP protocol connection.
Response object of HttpSevletResponse class: represents the response object, which is mainly used to send data to the client.
3, JspWriter class out object: mainly used to output data to the client, out of the base class is jspWriter
Session object of HttpSession class: mainly used to save the information of each month and the session associated with the request; the maintenance of session state is a problem that web application developers must face.
Application object of ServletContext class: mainly used to save user information, the running environment of code fragments; it is a shared built-in object, that is, multiple users in a container share an application, so the information saved is shared by all users.
PageContext object of PageContext class: manages web page attributes, wraps the context of the page for jsp pages, manages access to named objects in special visible parts belonging to jsp, and its creation and initialization are completed by containers.
7. Config object of ServletConfig class: code fragment configuration object, identifying the configuration of Servlet.
8. Page object of Object class, processing jsp page, is an instance of object class, refers to an instance of jsp implementation class
Exception object: handling errors and exceptions that occur when jsp files are executed, only used in error pages, provided that isErrorPage=true is included in the page directive.
At this point, I believe that we have a deeper understanding of "java jsp built-in object is what", might as well come to the actual operation of it! Here is the website, more related content can enter the relevant channels for inquiry, pay attention to us, continue to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.