Danh mục

Java C11. Advanced Servlet

Số trang: 36      Loại file: ppt      Dung lượng: 4.00 KB      Lượt xem: 19      Lượt tải: 0    
10.10.2023

Xem trước 4 trang đầu tiên của tài liệu này:

Thông tin tài liệu:

provide request information for HTTP servlets.The servlet container creates anHttpServletRequest object and passes it as anargument to the servlets 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 interfaceReturns the value of attribute :public Object getAttribute(String name)
Nội dung trích xuất từ tài liệu:
Java C11. Advanced Servlet

Tài liệu được xem nhiều: