Package | Description |
---|---|
org.restlet.ext.html | |
org.restlet.ext.html.internal |
Modifier and Type | Method and Description |
---|---|
FormData |
FormDataSet.add(String name,
String value)
Adds a new form data entry.
|
Modifier and Type | Method and Description |
---|---|
Series<FormData> |
FormDataSet.getEntries()
Returns the modifiable series of form entries.
|
Modifier and Type | Method and Description |
---|---|
static FormData |
FormUtils.create(CharSequence name,
CharSequence value,
boolean decode,
CharacterSet characterSet)
Creates a form data.
|
static FormData |
FormUtils.getFirstEntry(Representation post,
String name)
Reads the first entry with the given name.
|
static FormData |
FormUtils.getFirstEntry(String query,
String name,
CharacterSet characterSet,
char separator)
Reads the first entry with the given name.
|
FormData |
FormReader.readFirstEntry(String name)
Reads the first entry with the given name.
|
FormData |
FormReader.readNextEntry()
Reads the next entry available or null.
|
Modifier and Type | Method and Description |
---|---|
Series<FormData> |
FormReader.read()
Reads all the entries.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
FormUtils.isEntryFound(FormData searchedEntry,
MediaType mediaRange)
Indicates if the searched entry is specified in the given media range.
|
Modifier and Type | Method and Description |
---|---|
void |
FormReader.addEntries(Series<FormData> entries)
Adds the entries into a given series.
|
static void |
FormUtils.parse(Series<FormData> entries,
Representation post)
Parses a post into a given entries series.
|
static void |
FormUtils.parse(Series<FormData> entriesSeries,
String queryString,
CharacterSet characterSet,
boolean decode,
char separator)
Parses a entries string into a given form.
|
Copyright © 2005–2018. All rights reserved.