|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AcceptCharset.CharsetAndQValue | |
|---|---|
| org.melati.util | An assortment of useful objects. |
| Uses of AcceptCharset.CharsetAndQValue in org.melati.util |
|---|
| Fields in org.melati.util with type parameters of type AcceptCharset.CharsetAndQValue | |
|---|---|
protected HashMap<String,AcceptCharset.CharsetAndQValue> |
AcceptCharset.supportedAcceptedOrPreferred
Charsets supported by the jvm and accepted by the client or preferred by the server. |
| Methods in org.melati.util that return AcceptCharset.CharsetAndQValue | |
|---|---|
AcceptCharset.CharsetAndQValue |
AcceptCharset.CharsetAndQValueIterator.nextCharsetAndQValue()
|
| Methods in org.melati.util with parameters of type AcceptCharset.CharsetAndQValue | |
|---|---|
protected int |
AcceptCharset.Comparator.compareCharsetAndQValue(AcceptCharset.CharsetAndQValue one,
AcceptCharset.CharsetAndQValue two)
This default compares according to client requirements. |
| Method parameters in org.melati.util with type arguments of type AcceptCharset.CharsetAndQValue | |
|---|---|
String |
AcceptCharset.choice(AcceptCharset.Comparator<AcceptCharset.CharsetAndQValue> comparator)
If there is none, return null, and the caller can either use an unacceptable character set or generate a 406 error. |
| Constructors in org.melati.util with parameters of type AcceptCharset.CharsetAndQValue | |
|---|---|
AcceptCharset.CharsetAndQValue(Charset charset,
AcceptCharset.CharsetAndQValue wildcard)
Creates an instance for the given Charset using the q value
from a parsed wildcard Accept-Charset field. |
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||