TAILIEUCHUNG - Java C11. Advanced Servlet

provide request information for HTTP servlets. The servlet container creates an HttpServletRequest object and passes it as an argument to the servlet's service methods (doGet, doPost, etc).Client request information including : parameter name and values, and an input stream Attributes : custom information about a request. Extends the ServletRequest interface Returns the value of attribute : public Object getAttribute(String name) | Chapter 11. Advanced servlet ITSS Java Programming Dr. NGUYEN Hong Quang, FIT-HUT HttpServletRequest interface Outline provide request information for HTTP servlets. The servlet container creates an HttpServletRequest object and passes it as an argument to the servlet's service methods (doGet, doPost, etc). Request information Client request information including : parameter name and values, and an input stream Attributes : custom information about a request HttpServletRequest Interface Operating with attributes Extends the ServletRequest interface Returns the value of attribute : public Object getAttribute(String name) Stores an attribute in this request : public void setAttribute(String name, Object o) HttpServletRequest Interface Forwarding : cooperation between several Servlets Client Web browser Display reading page URL address Internet Application server Request Response Link in a Web page Servlet 1 Servlet 2 Servlet N Require parameters Proccessing data Connecting to database

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.