The methods of the XPLimitedRequest class are listed below. For a complete list of XPLimitedRequest class members, see the XPLimitedRequest Members topic.
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Returns the named attribute |
![]() | Returns the name of the authentication scheme used. |
![]() | Returns the password being used for basic authentication.\u0009 |
![]() | Returns the user name being used for basic authentication. |
![]() | Returns the IP address of the client as a String in dotted quad form. |
![]() | Returns the complete path to the uploaded file. This method is only valid after XPRequest.Save() has been called. It will return null until then. |
![]() | Returns the length of the content sent by the client in bytes |
![]() | Returns the MIME type of the content sent by the client |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Returns the value of the given HTTP header |
![]() | Returns an Enumeration of names of all HTTP headers in the HTTP request |
![]() | Returns an Enumeration of XPLocale that the client will accept content in, based on the Accept-Language header. |
![]() | Returns the HTTP data transfer method used by the client |
![]() | Returns the query string |
![]() | Returns the path to the remote file to be uploaded. This is the last file to be uploaded in a multi-part MIME request. |
![]() | Returns the name of the remote user, if present; otherwise empty string. |
![]() | Returns the session ID specified by the client |
![]() | Returns the section of the URL between the protocol and the query string. |
![]() | Returns the full URL, without the query string. |
![]() | Returns a String containing the name of the scheme used to make this request (such as http, https, or ftp). |
![]() | Returns the host name of the server. |
![]() | Returns the server port. |
![]() | Returns the XPSession for this request. |
![]() | Gets the Type of the current instance. |
![]() | Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
XPLimitedRequest Class | com.plumtree.portaluiinfrastructure.condition Namespace