Three page Jump methods in JSP (JSP: Forward, response. sendredirect, response. setheader)

Source: Internet
Author: User

★<JSP: Forward page = "Uri"/>

● Jump without changing the address bar-server jump

● Jump immediately after the jump statement is executed-the subsequent code is no longer executed
● Note: If you use forward redirection, you must release all resources before the redirection.

● When forward is used, the attributes set for the request can still be stored on the next page (setattribute)
● PASS Parameters through <JSP: Param name = "" value ""/>

 

★Response. sendredirect ("Uri ")

● Jump from address bar change-client jump

● Jump back after all code is executed

● The request attribute cannot be saved-The address is changed and the client jumps

● Passing parameters through URL address Rewriting

 

 

★Response. setheader ("header information content", "header information Parameters ")

Similar to response. sendredirect ("Uri"), it is a client jump. Usually used for Refresh. The following is an example of redirecting to a specified page after two seconds: Response. setheader ("refresh", "2; url = Page name ");

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.