|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CharacterSet | |
---|---|
org.restlet.gwt.data | Element of information handled by a component via a connector. |
org.restlet.gwt.resource | Common resource and representation data elements. |
org.restlet.gwt.util | Utility classes and interfaces used in the rest of the API. |
Uses of CharacterSet in org.restlet.gwt.data |
---|
Fields in org.restlet.gwt.data declared as CharacterSet | |
---|---|
static CharacterSet |
CharacterSet.ALL
All character sets acceptable. |
static CharacterSet |
CharacterSet.ISO_8859_1
The ISO/IEC 8859-1 or Latin 1 character set. |
static CharacterSet |
CharacterSet.US_ASCII
The US-ASCII character set. |
static CharacterSet |
CharacterSet.UTF_16
The UTF-16 character set. |
static CharacterSet |
CharacterSet.UTF_8
The UTF-8 character set. |
Methods in org.restlet.gwt.data that return CharacterSet | |
---|---|
static CharacterSet |
CharacterSet.valueOf(java.lang.String name)
Returns the character set associated to a name. |
Methods in org.restlet.gwt.data that return types with arguments of type CharacterSet | |
---|---|
java.util.List<Preference<CharacterSet>> |
ClientInfo.getAcceptedCharacterSets()
Returns the modifiable list of character set preferences. |
Methods in org.restlet.gwt.data with parameters of type CharacterSet | |
---|---|
static java.lang.String |
Reference.decode(java.lang.String toDecode,
CharacterSet characterSet)
Decodes a given string using the standard URI encoding mechanism. |
java.lang.String |
Parameter.encode(CharacterSet characterSet)
Encodes the parameter using the standard URI encoding mechanism. |
java.lang.String |
Form.encode(CharacterSet characterSet)
URL encodes the form. |
java.lang.String |
Form.encode(CharacterSet characterSet,
char separator)
URL encodes the form. |
void |
Parameter.encode(java.lang.StringBuilder buffer,
CharacterSet characterSet)
Encodes the parameter and appends the result to the given buffer. |
static java.lang.String |
Reference.encode(java.lang.String toEncode,
CharacterSet characterSet)
Encodes a given string using the standard URI encoding mechanism. |
Form |
Reference.getMatrixAsForm(CharacterSet characterSet)
Returns the optional matrix as a form submission. |
java.lang.String |
Form.getMatrixString(CharacterSet characterSet)
Formats the form as a query string. |
Form |
Reference.getQueryAsForm(CharacterSet characterSet)
Returns the optional query component as a form submission. |
java.lang.String |
Form.getQueryString(CharacterSet characterSet)
Formats the form as a query string. |
Representation |
Form.getWebRepresentation(CharacterSet characterSet)
Returns the form as a Web representation (MediaType.APPLICATION_WWW_FORM). |
Method parameters in org.restlet.gwt.data with type arguments of type CharacterSet | |
---|---|
void |
ClientInfo.setAcceptedCharacterSets(java.util.List<Preference<CharacterSet>> acceptedCharacterSets)
Sets the character set preferences. |
Constructors in org.restlet.gwt.data with parameters of type CharacterSet | |
---|---|
Form(java.lang.String queryString,
CharacterSet characterSet)
Constructor. |
|
Form(java.lang.String parametersString,
CharacterSet characterSet,
char separator)
Constructor. |
Uses of CharacterSet in org.restlet.gwt.resource |
---|
Methods in org.restlet.gwt.resource that return CharacterSet | |
---|---|
CharacterSet |
Variant.getCharacterSet()
Returns the character set or null if not applicable. |
Methods in org.restlet.gwt.resource with parameters of type CharacterSet | |
---|---|
void |
Variant.setCharacterSet(CharacterSet characterSet)
Sets the character set or null if not applicable. |
void |
StringRepresentation.setCharacterSet(CharacterSet characterSet)
|
Constructors in org.restlet.gwt.resource with parameters of type CharacterSet | |
---|---|
StringRepresentation(java.lang.String text,
MediaType mediaType,
Language language,
CharacterSet characterSet)
Constructor. |
Uses of CharacterSet in org.restlet.gwt.util |
---|
Methods in org.restlet.gwt.util with parameters of type CharacterSet | |
---|---|
abstract void |
Engine.parse(Form form,
java.lang.String parametersString,
CharacterSet characterSet,
boolean decode,
char separator)
Parses a parameters string to parse into a given form. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |