This reference describes the JavaScript™ language elements, Application Programming Interfaces (APIs), and other artifacts that you need to create scripts, plus the XPages simple actions.
The XSP library contains classes that access the browser context.
Represents a URL.
The JavaScript™ language elements are based on the ECMAScript Language Specification Standard ECMA-262 (see http://www.ecma-international.org/publications/standards/Ecma-262.htm). The JavaScript described here applies to the server-side interpreter. Client-side scripts are interpreted by the browser.
A simple action performs a pre-programmed activity that can be modified by arguments.
Global objects provide entry points to server-side scripts. Entering the name of a global object instantiates it.
Represents a document in XML Document Object Model format.
This library provides access to the IBM® Domino® back-end.
The Runtime library contains classes that provide useful methods for globalization.
The Standard library contains classes for manipulating data of different types and performing common operations.
Represents a user entry in the server directory.
Represents a document associated with the XPage context in which the server script is running.
Represents the view entry associated with the XPage context in which the server script is running. A view entry describes a row in a view.
Represents the context in which the server script is running.
Creates an XSPUrl object.
XSPUrl
Decodes a parameter.
Encodes a parameter.
Gets the full address of the URL excluding the query string.
Gets the fragment identifier of the URL.
Gets the host name or address of the URL.
Gets the value of a query string parameter.
Gets the name of a query string parameter.
Gets the number of parameters in the query string.
Gets the path of the URL.
Gets the port number of the URL.
Gets the full query string (including the leading question mark) of the URL.
Gets the scheme (protocol) of the URL.
Gets the address of a site starting with the root directory (omitting the scheme, host, port, and fragment).
Checks if a query string parameter exists.
Removes all query string parameters.
Removes a query string parameter.
Sets the full address of the URL.
Sets the fragment identifier of the URL.
Sets the host name or address of the URL.
Sets the value of a query string parameter.
Sets the path of the URL.
Sets the port number of the URL.
Sets the scheme (protocol) of the URL.
Gets the URL as a string in site-relative form.
Gets the URL as a string.
Represents the User-Agent request header field of the HTTP request sent from the browser.