- element - Variable in class com.jaunt.component.Form
-
The form element that begins the form.
- Element - Class in com.jaunt
-
Represents an HTML, XHTML, or XML Element.
- Element(String) - Constructor for class com.jaunt.Element
-
Constructs an Element (as well as child/descendant nodes) that represents the specified HTML/XHTML/XML markup; if the specified markup consists of multiple elements at the topmost level, all but the first are ignored.
- Element(String, List<Node>) - Constructor for class com.jaunt.Element
-
Constructor
- ELEMENT_TYPE - Static variable in class com.jaunt.Node
-
Node type constant denoting an Element node.
- Elements - Class in com.jaunt
-
A container class for holding search results, which is itself searchable (inheriting search methods from Element).
- Elements() - Constructor for class com.jaunt.Elements
-
Creates an empty Elements object.
- Elements(List<Element>) - Constructor for class com.jaunt.Elements
-
Creates a new Elements object who's immediate child elements are those in the specified list.
- empty() - Method in class com.jaunt.Cookies
-
Removes every cookie.
- ENCTYPE_APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class com.jaunt.HttpRequest
-
enctype constant
- ENCTYPE_MULTIPART_FORM_DATA - Static variable in class com.jaunt.HttpRequest
-
enctype constant
- ENCTYPE_NA - Static variable in class com.jaunt.HttpRequest
-
enctype constant
- ENCTYPE_TEXT_PLAIN - Static variable in class com.jaunt.HttpRequest
-
enctype constant
- enctypeToString(short) - Static method in class com.jaunt.HttpRequest
-
Returns a String representation of the specified enctype constant.
- entrySet() - Method in class com.jaunt.util.MultiMap
-
Returns a set view of the mappings.
- erase() - Method in class com.jaunt.Element
-
Removes this element but not this element's children; the children are inserted into this element's parent, starting at the position formerly occupied by this element.
- ExpirationException - Exception in com.jaunt
-
Represents an error caused software expiration.
- ExpirationException(String) - Constructor for exception com.jaunt.ExpirationException
-
Creates a new Exception with the specified error message.