Plumtree Portal UI  
 

XPLimitedRequest Members

XPLimitedRequest overview

Public Instance Constructors

XPLimitedRequest Constructor Constructor - Creates an XPLimitedRequest wrapper object around xpRealRequest which must implement the IXPRequest Interface.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetAttribute Returns the named attribute
GetAuthType Returns the name of the authentication scheme used.
GetBasicAuthPassword Returns the password being used for basic authentication.\u0009
GetBasicAuthUserName Returns the user name being used for basic authentication.
GetClientAddress Returns the IP address of the client as a String in dotted quad form.
GetCompletePath 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.
GetContentLength Returns the length of the content sent by the client in bytes
GetContentType Returns the MIME type of the content sent by the client
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetHeader Returns the value of the given HTTP header
GetHeaderNames Returns an Enumeration of names of all HTTP headers in the HTTP request
GetLocales Returns an Enumeration of XPLocale that the client will accept content in, based on the Accept-Language header.
GetMethod Returns the HTTP data transfer method used by the client
GetQueryString Returns the query string
GetRemoteFilePath Returns the path to the remote file to be uploaded. This is the last file to be uploaded in a multi-part MIME request.
GetRemoteUser Returns the name of the remote user, if present; otherwise empty string.
GetRequestedSessionId Returns the session ID specified by the client
GetRequestURI Returns the section of the URL between the protocol and the query string.
GetRequestURL Returns the full URL, without the query string.
GetScheme Returns a String containing the name of the scheme used to make this request (such as http, https, or ftp).
GetServerName Returns the host name of the server.
GetServerPort Returns the server port.
GetSession Returns the XPSession for this request.
GetType (inherited from Object)Gets the Type of the current instance.
IsSecureConnection Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

XPLimitedRequest Class | com.plumtree.portaluiinfrastructure.condition Namespace