| Package | Description |
|---|---|
| info.bioinfweb.commons.servlet.acceptlanguage |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<AcceptLanguageEntry> |
AcceptLanguageParser.parseHeader(HttpServletRequest request) |
static java.util.List<AcceptLanguageEntry> |
AcceptLanguageParser.parseHeader(java.lang.String header) |
| Modifier and Type | Method and Description |
|---|---|
int |
QualityComparator.compare(AcceptLanguageEntry o1,
AcceptLanguageEntry o2)
Returns -1 if
o1.getQuality() is less than o2.getQuality(), 0 is they are
equal and 1 if o1.getQuality() is greater than o2.getQuality(). |