|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CharacterSet | |
---|---|
org.restlet | Core classes of the API. |
org.restlet.data | Element of information handled by a component via a connector. |
org.restlet.resource | Common resource and representation data elements. |
org.restlet.util | Utility classes and interfaces used in the rest of the API. |
Uses of CharacterSet in org.restlet |
---|
Methods in org.restlet that return CharacterSet | |
---|---|
CharacterSet |
Transformer.getResultCharacterSet()
Returns the character set of the result representation. |
Methods in org.restlet with parameters of type CharacterSet | |
---|---|
void |
Transformer.setResultCharacterSet(CharacterSet resultCharacterSet)
Sets the character set of the result representation. |
Uses of CharacterSet in org.restlet.data |
---|
Fields in org.restlet.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.data that return CharacterSet | |
---|---|
static CharacterSet |
CharacterSet.valueOf(String name)
Returns the character set associated to a name. |
Methods in org.restlet.data that return types with arguments of type CharacterSet | |
---|---|
List<Preference<CharacterSet>> |
ClientInfo.getAcceptedCharacterSets()
Returns the character set preferences. |
Methods in org.restlet.data with parameters of type CharacterSet | |
---|---|
static String |
Reference.decode(String toDecode,
CharacterSet characterSet)
Decodes a given string using the standard URI encoding mechanism. |
void |
Parameter.encode(Appendable buffer,
CharacterSet characterSet)
Encodes the parameter and appends the result to the given buffer. |
String |
Form.encode(CharacterSet characterSet)
URL encodes the form. |
String |
Parameter.encode(CharacterSet characterSet)
Encodes the parameter using the standard URI encoding mechanism. |
static String |
Reference.encode(String toEncode,
CharacterSet characterSet)
Encodes a given string using the standard URI encoding mechanism. |
Form |
Reference.getQueryAsForm(CharacterSet characterSet)
Returns the optional query component as a form submission. |
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). |
Constructors in org.restlet.data with parameters of type CharacterSet | |
---|---|
Form(Logger logger,
String queryString,
CharacterSet characterSet)
Constructor. |
|
Form(String queryString,
CharacterSet characterSet)
Constructor. |
Uses of CharacterSet in org.restlet.resource |
---|
Methods in org.restlet.resource that return CharacterSet | |
---|---|
CharacterSet |
Variant.getCharacterSet()
Returns the character set or null if not applicable. |
Methods in org.restlet.resource with parameters of type CharacterSet | |
---|---|
void |
Variant.setCharacterSet(CharacterSet characterSet)
Sets the character set or null if not applicable. |
Constructors in org.restlet.resource with parameters of type CharacterSet | |
---|---|
StringRepresentation(CharSequence text,
MediaType mediaType,
Language language,
CharacterSet characterSet)
Constructor. |
Uses of CharacterSet in org.restlet.util |
---|
Methods in org.restlet.util that return CharacterSet | |
---|---|
CharacterSet |
WrapperRepresentation.getCharacterSet()
Returns the character set or null if not applicable. |
Methods in org.restlet.util with parameters of type CharacterSet | |
---|---|
abstract void |
Engine.parse(Logger logger,
Form form,
String queryString,
CharacterSet characterSet)
Parses an URL encoded query string into a given form. |
void |
WrapperRepresentation.setCharacterSet(CharacterSet characterSet)
Sets the character set or null if not applicable. |
static String |
ByteUtils.toString(InputStream inputStream,
CharacterSet characterSet)
Converts an input stream to a string using the specified character set for decoding the input stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |