TAILIEUCHUNG - Bắt đầu với IBM Websphere smash - p 28

252 Chapter 11 Framework Components All the methods we use in this class are static methods. The methods you will probably be using most are the relative URI methods, and they are shown in Listing . Listing Java Relative URI API static getRelativeUri( path) static getRelativeUri( path, boolean encode) static getRelativeUri( path, queryParams) static getRelativeUri( path, queryParams, fragment) The relative URI methods each take in a path. The path can come in two flavors: relative to the context root or relative to the current script. The context root relative path is denoted with a starting /. So, if. | 252 Chapter 11 Framework Components All the methods we use in this class are static methods. The methods you will probably be using most are the relative URI methods and they are shown in Listing . Listing Java Relative URI API static getRelativeUri path static getRelativeUri path boolean encode static getRelativeUri path queryParams static getRelativeUri path queryParams fragment The relative URI methods each take in a path. The path can come in two flavors relative to the context root or relative to the current script. The context root relative path is denoted with a starting . So if our calling script was located at http localhost 8080 path we would get the URIs shown in Listing . Listing Using the Java Relative URI API images evaluates to . images images evaluates to images The leading signals all the relative URI methods if your intention is to generate a URI that is relative to the context root. The API used in the preceding examples automatically encodes the URI. It is a convenience method for a call to the method that takes in a true boolean value for the encode parameter as shown in Listing . Listing Using the Java Relative URI API space images true evaluates to . space 20images If for some reason you want to suppress the encoding simply set the encode boolean parameter to false. The other variants of the API enable you to add parameters or a particular fragment to the URI. They are exemplified in Listing . Download from URIUtils 253 Listing Using the Java Relative URI API HashMap params new HashMap String String .

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.