Examples of JSP response objects, jspresponse instances

Source: Internet
Author: User

Examples of JSP response objects, jspresponse instances

Examples of JSP response objects

A response object

The response object contains information about the response to the customer request, but it is rarely used directly in JSP. It is an instance of the HttpServletResponse class. The response object has a page scope, that is, when accessing a page, the response object in the page can only be valid for this access, and the response object of other pages is invalid for the current page.

Common Methods for response objects

Three practices

<% @ Page language = "java" import = "java. util. *, java. io. * "contentType =" text/html; charset = UTF-8 "%> <% response. setContentType ("text/html; charset = UTF-8"); // set the MIMI type out of the response. println ("

Iv. Running results

 

Summary

The browser output of the PrintWrite object is always prior to the output of the out object.

If you have any questions, please leave a message or go to the community on this site for discussion. Thank you for reading this article. Thank you for your support!

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.