A E F G H I O S T U W 

A

add(String, String) - Method in class org.restlet.ext.html.FormDataSet
Adds a new form data entry.

E

encode(Appendable, boolean) - Method in class org.restlet.ext.html.FormData
Encodes the parameter into the target buffer.
encode(boolean) - Method in class org.restlet.ext.html.FormData
Encodes the parameter as a string.
encode() - Method in class org.restlet.ext.html.FormDataSet
Encodes the form using the standard HTML form encoding mechanism and the UTF-8 character set.
encode(boolean) - Method in class org.restlet.ext.html.FormDataSet
Encodes the form using the standard URI encoding mechanism and the UTF-8 character set.
encode(char, boolean) - Method in class org.restlet.ext.html.FormDataSet
URL encodes the form.

F

FormData - Class in org.restlet.ext.html
HTML form data composed of a name and a value.
FormData(NamedValue<String>) - Constructor for class org.restlet.ext.html.FormData
Constructor.
FormData(String, Representation) - Constructor for class org.restlet.ext.html.FormData
Constructor.
FormData(String, String) - Constructor for class org.restlet.ext.html.FormData
Constructor.
FormDataSet - Class in org.restlet.ext.html
HTML form supporting either URL encoding or multipart encoding.
FormDataSet() - Constructor for class org.restlet.ext.html.FormDataSet
Default constructor, creates a single part form.
FormDataSet(Representation) - Constructor for class org.restlet.ext.html.FormDataSet
Constructor.
FormDataSet(String) - Constructor for class org.restlet.ext.html.FormDataSet
Creates a multipart form.

G

getDisposition() - Method in class org.restlet.ext.html.FormData
Returns the content disposition of the value representation.
getEntries() - Method in class org.restlet.ext.html.FormDataSet
Returns the modifiable series of form entries.
getFilename() - Method in class org.restlet.ext.html.FormData
Returns the file name of the value representation.
getMatrixString() - Method in class org.restlet.ext.html.FormDataSet
Formats the form as a matrix path string.
getMediaType() - Method in class org.restlet.ext.html.FormData
Returns the media type of the value representation.
getMultipartBoundary() - Method in class org.restlet.ext.html.FormDataSet
Returns the boundary separating multipart entries.
getName() - Method in class org.restlet.ext.html.FormData
Returns the name of the associated form control.
getObjectClasses(Variant) - Method in class org.restlet.ext.html.HtmlConverter
 
getQueryString() - Method in class org.restlet.ext.html.FormDataSet
Formats the form as a query string.
getValue() - Method in class org.restlet.ext.html.FormData
Returns the textual value of the associated form control.
getValueRepresentation() - Method in class org.restlet.ext.html.FormData
Returns the value of the associated form control, either textual or binary.
getVariants(Class<?>) - Method in class org.restlet.ext.html.HtmlConverter
 

H

HtmlConverter - Class in org.restlet.ext.html
Converter between the HTML API and Representation classes.
HtmlConverter() - Constructor for class org.restlet.ext.html.HtmlConverter
 

I

isMultipart() - Method in class org.restlet.ext.html.FormDataSet
Indicates if the form is multipart encoded.

O

org.restlet.ext.html - package org.restlet.ext.html
Support for the HTML (HyperText Markup Language) standard in its 4.0 version and above.

S

score(Object, Variant, Resource) - Method in class org.restlet.ext.html.HtmlConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.html.HtmlConverter
 
setMultipart(boolean) - Method in class org.restlet.ext.html.FormDataSet
Indicates if the form is multipart encoded.
setMultipartBoundary(String) - Method in class org.restlet.ext.html.FormDataSet
Sets the boundary separating multipart entries.
setName(String) - Method in class org.restlet.ext.html.FormData
Sets the name of the associated form control.
setValue(String) - Method in class org.restlet.ext.html.FormData
Sets the textual value of the associated form control.
setValueRepresentation(Representation) - Method in class org.restlet.ext.html.FormData
Sets the value of the associated form control as a full fledged representation.

T

toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.html.HtmlConverter
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.html.HtmlConverter
 
toString() - Method in class org.restlet.ext.html.FormData
 

U

updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.html.HtmlConverter
 

W

write(OutputStream) - Method in class org.restlet.ext.html.FormDataSet
 
A E F G H I O S T U W 

Copyright © 2005-2016 Restlet.