JSP built-in object (2)

Source: Internet
Author: User

The previous chapter focuses on the concept of built-in objects in jsp (the preferred choice for SUN enterprise-level applications). This article mainly describes some built-in object methods.

 1,RequestObject methods:

☉GetAttribute (String name)ReturnNameAttribute Value.

☉GetAttributeNames ()ReturnRequestAll property names of the object.

☉GetCookies ()ReturnsCookiesObject.

☉GetHeader (String name)ObtainHTTPThe file header defined by the Protocol.

☉GetHeaders (String name)ReturnsRequest HeaderAll values.

☉GetMethod ()Obtain the method by which the client transmits data to the server.

☉GetParameter (String name)Obtain the parameter value sent from the client to the server.

☉GetParameterNames ()Obtain the names of all parameters sent from the client to the server.

☉GetParameterValue (String name)Obtains all values of a specified parameter.

☉GetProtocol ()Obtain the protocol name that the client uses to transmit data to the server.

☉GetQueryString ()Obtain the query string.

☉GetRequestURI ()Obtain the client address of the request string.

☉GetRemoteAddr ()ObtainIPAddress.

☉GetRemoteHost ()Obtain the client name.

☉GetServerName ()Obtain the name of the server.

☉GetServletPath ()

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.