- addBasicAuthenticator(String, String, String) - Method in class com.jaunt.UserAgent
-
Adds a BasicAuthenticator to the collection of BasicAuthenticators.
- addBasicAuthenticator(String, String, String, String) - Method in class com.jaunt.UserAgent
-
Adds a BasicAuthenticator to the collection of BasicAuthenticators.
- addChild(Node) - Method in class com.jaunt.Element
-
Adds the specified Node as a child after the last existing child.
- addChildren(int, List<Node>) - Method in class com.jaunt.Element
-
Inserts the specified Nodes at the specified index (any elements at that position are shifted down).
- addCookie(Cookie) - Method in class com.jaunt.Cookies
-
Adds the specified Cookie and removes any existing cookies with the same name and path.
- addNameValuePair(String, String) - Method in class com.jaunt.HttpRequest
-
Adds the specified (case sensitive) name and value; the added values should be url-encoded if creating a request of who's enctype is ENCTYPE_APPLICATION_X_WWW_FORM_URLENCODED
- addPermutationTarget(String) - Method in class com.jaunt.component.Form
-
Tags the form component with the specified name (ie the value of its name attribute) as a permutation target.
- addPermutationTarget(String, Object[]) - Method in class com.jaunt.component.Form
-
Tags the form component with the specified name (ie the value of its name attribute) as a permutation target.
- append(File, String) - Static method in class com.jaunt.util.IOUtil
-
Appends the specified text to the specified file.
- append(File, String, String) - Static method in class com.jaunt.util.IOUtil
-
Appends the specified text to the specified file in the charset specified by the charsetName.
- apply(Object...) - Method in class com.jaunt.component.Form
-
Applies the specified parameters in succession to the form's editable (ie, visible and non-disabled) inputs, starting from the input after the most recently edited input (or starting from the first input, if the form has not yet been edited).
- apply(Object...) - Method in class com.jaunt.Document
-
Applies the specified parameters in succession to the active form's editable (ie, visible and non-disabled) inputs, starting from the input after the most recently edited input (or starting from the first input, if the form has not yet been edited); the "active" form is the form that was most recently edited; if no form is active, the inputs are applied to the first editable form in the document (ie, the first form that has at least one visible, editable, non-disabled input).
- asUrl() - Method in class com.jaunt.HttpRequest
-
Returns a url representation of the HttpRequest (with any name value pairs placed in the query string)
- autoRedirect - Variable in class com.jaunt.UserAgentSettings
-
UserAgent setting indicating whether to automatically follow meta tag redirects that occur in the head section.
- autoSaveAsHTML - Variable in class com.jaunt.UserAgentSettings
-
UserAgent setting indicating whether to automatically save the source of each visited page as HTML in LAST_VISITED.htm.
- autoSaveAsXML - Variable in class com.jaunt.UserAgentSettings
-
UserAgent setting indicating whether to automatically save the source of each visited page as XHTML in LAST_VISITED.xml.
- autoSaveJSON - Variable in class com.jaunt.UserAgentSettings
-
UserAgent setting indicating whether to automatically save the last retrieved JSON object in LAST_VISITED.json.